Skip to content

Commit a41ef02

Browse files
committed
techmap: remove ppa.nomatch by purging internal signals
1 parent 4bf3677 commit a41ef02

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/techmap/han-carlson.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ for {set i 1} {$i <= 16} {incr i} {
88
design -load init
99
chparam -set WIDTH $i
1010
yosys proc
11-
equiv_make -blacklist ppa.nomatch lcu _80_lcu_han_carlson equiv
11+
opt_clean -purge
12+
equiv_make lcu _80_lcu_han_carlson equiv
1213
equiv_simple equiv
1314
equiv_status -assert equiv
1415
}

tests/techmap/kogge-stone.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ for {set i 1} {$i <= 16} {incr i} {
88
design -load init
99
chparam -set WIDTH $i
1010
yosys proc
11-
equiv_make -blacklist ppa.nomatch lcu _80_lcu_kogge_stone equiv
11+
opt_clean -purge
12+
equiv_make lcu _80_lcu_kogge_stone equiv
1213
equiv_simple equiv
1314
equiv_status -assert equiv
1415
}

tests/techmap/ppa.nomatch

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)