Skip to content

Commit

Permalink
techmap: test consistently with other equiv_make tests
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Nov 28, 2024
1 parent 9184496 commit 3ebc714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/techmap/han-carlson.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for {set i 1} {$i <= 16} {incr i} {
design -load init
chparam -set WIDTH $i
yosys proc
opt_clean -purge
opt_clean
equiv_make lcu _80_lcu_han_carlson equiv
equiv_simple equiv
equiv_status -assert equiv
Expand Down
2 changes: 1 addition & 1 deletion tests/techmap/kogge-stone.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for {set i 1} {$i <= 16} {incr i} {
design -load init
chparam -set WIDTH $i
yosys proc
opt_clean -purge
opt_clean
equiv_make lcu _80_lcu_kogge_stone equiv
equiv_simple equiv
equiv_status -assert equiv
Expand Down

0 comments on commit 3ebc714

Please sign in to comment.