mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:52:17 +02:00
Tests: Rename t_always tests
This commit is contained in:
@@ -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)
|
||||
+1
-1
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user