aboutsummaryrefslogtreecommitdiffstats
path: root/tests/verilog/genblk_port_decl.ys
Commit message (Collapse)AuthorAgeFilesLines
* verlog: allow shadowing module ports within generate blocksZachary Snow2021-02-071-0/+12
This is a somewhat obscure edge case I encountered while working on test cases for earlier changes. Declarations in generate blocks should not be checked against the list of ports. This change also adds a check forbidding declarations within generate blocks being tagged as inputs or outputs.