Tests: Rename t_always tests

This commit is contained in:
Wilson Snyder 2026-02-24 04:11:39 -05:00
parent 6a5d3b0b72
commit 387cc206b3
22 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
import vltest_bootstrap
test.scenarios('vlt_all')
test.top_filename = "t/t_alw_reorder.v"
test.top_filename = "t/t_always_reorder.v"
test.compile(verilator_flags2=["--stats -fno-reorder"])
test.file_grep(test.stats, r'Optimizations, Split always\s+(\d+)', 0)

View File

@ -10,7 +10,7 @@
import vltest_bootstrap
test.scenarios('vlt_all')
test.top_filename = 't/t_alw_reorder.v'
test.top_filename = 't/t_always_reorder.v'
test.compile(verilator_flags2=["--stats", "-fno-acyc-simp"])