aboutsummaryrefslogtreecommitdiffstats
path: root/tests/verilog/for_decl_shadow.sv
Commit message (Collapse)AuthorAgeFilesLines
* sv: support declaration in procedural for initializationZachary Snow2021-08-301-0/+32
In line with other tools, this adds an extra wrapping block around such for loops to appropriately scope the variable.