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