aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple/genblk_port_shadow.v
Commit message (Collapse)AuthorAgeFilesLines
* Fix "make vgtest" so it runs to the end (but now it fails ;)Claire Xenia Wolf2021-09-231-1/+1
| | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
* verlog: allow shadowing module ports within generate blocksZachary Snow2021-02-071-0/+10
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.