Skip to content

Commit

Permalink
Merge pull request #2234 from aavdiere/master
Browse files Browse the repository at this point in the history
[LINT] Add interconnect unit test, PR #2188
  • Loading branch information
hzeller committed Sep 17, 2024
2 parents e575e51 + 629774e commit 9f80442
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions verilog/parser/verilog_parser_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3500,8 +3500,9 @@ static constexpr ParserTestCaseArray kModuleTests = {

static constexpr ParserTestCaseArray kModuleInstanceTests = {
"module tryme;\n"
"logic lol;\n" // is a data_declaration
"wire money;\n" // is a net_declaration
"logic lol;\n" // is a data_declaration
"wire money;\n" // is a net_declaration
"interconnect floyd;\n" // is a TK_interconnect
"endmodule",
"module tryme;\n"
"foo a;\n" // looks like data_declaration
Expand Down

0 comments on commit 9f80442

Please sign in to comment.