Skip to content

Commit

Permalink
ML added testcase for chipsalliance#2076
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Lupi committed Feb 6, 2024
1 parent ec40eb0 commit 53413c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verilog/parser/verilog_parser_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,7 @@ static constexpr ParserTestCaseArray kModuleTests = {
// keyword tests
"module keyword_identifiers;\n"
"reg branch; // branch is a Verilog-AMS keyword\n"
"reg analog; // analog is a Verilog-AMS keyword\n"
"input from; // from is a Verilog-AMS keyword\n"
"wire access; // access is a Verilog-AMS keyword\n"
"wire exclude; // exclude is a Verilog-AMS keyword\n"
Expand Down

0 comments on commit 53413c2

Please sign in to comment.