Skip to content

Commit

Permalink
SystemVerilog: add K_MODPORT on hasSimplePortList()
Browse files Browse the repository at this point in the history
  • Loading branch information
hirooih committed Sep 5, 2020
1 parent d62bab0 commit 3c03141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsers/verilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ static short hasSimplePortList (tokenInfo const* token)
case K_FUNCTION:
case K_CLASS:
case K_INTERFACE:
case K_MODPORT:
case K_PROGRAM:
case K_PROPERTY:
return true;
Expand Down

0 comments on commit 3c03141

Please sign in to comment.