Skip to content

Commit 3ebc714

Browse files
committed
techmap: test consistently with other equiv_make tests
1 parent 9184496 commit 3ebc714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/techmap/han-carlson.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for {set i 1} {$i <= 16} {incr i} {
88
design -load init
99
chparam -set WIDTH $i
1010
yosys proc
11-
opt_clean -purge
11+
opt_clean
1212
equiv_make lcu _80_lcu_han_carlson equiv
1313
equiv_simple equiv
1414
equiv_status -assert equiv

tests/techmap/kogge-stone.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for {set i 1} {$i <= 16} {incr i} {
88
design -load init
99
chparam -set WIDTH $i
1010
yosys proc
11-
opt_clean -purge
11+
opt_clean
1212
equiv_make lcu _80_lcu_kogge_stone equiv
1313
equiv_simple equiv
1414
equiv_status -assert equiv

0 commit comments

Comments
 (0)