aboutsummaryrefslogtreecommitdiffstats
path: root/tests/verilog/parameters_across_files.ys
Commit message (Collapse)AuthorAgeFilesLines
* sv: allow globals in one file to depend on globals in anotherZachary Snow2021-03-121-0/+20
This defers the simplification of globals so that globals in one file may depend on globals in other files. Adds a simplify() call downstream because globals are appended at the end.