aboutsummaryrefslogtreecommitdiffstats
path: root/tests/verilog/prefix.ys
Commit message (Collapse)AuthorAgeFilesLines
* verilog: fix multiple AST_PREFIX scope resolution issuesZachary Snow2021-09-211-0/+5
- Root AST_PREFIX nodes are now subject to genblk expansion to allow them to refer to a locally-visible generate block - Part selects on AST_PREFIX member leafs can now refer to generate block items (previously would not resolve and raise an error) - Add source location information to AST_PREFIX nodes