Skip to content

Commit 3f078d9

Browse files
committed
tests: rework Kogge-Stone test consistently with Han-Carlson
1 parent 1a562f9 commit 3f078d9

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
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-
equiv_make -blacklist han-carlson.nomatch lcu _85_lcu_han_carlson equiv
11+
equiv_make -blacklist ppa.nomatch lcu _85_lcu_han_carlson equiv
1212
equiv_simple equiv
1313
equiv_status -assert equiv
1414
}

tests/techmap/kogge-stone.tcl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
yosys -import
2+
3+
read_verilog +/choices/kogge-stone.v
4+
read_verilog lcu_refined.v
5+
design -save init
6+
7+
for {set i 1} {$i <= 16} {incr i} {
8+
design -load init
9+
chparam -set WIDTH $i
10+
yosys proc
11+
equiv_make -blacklist ppa.nomatch lcu _80_lcu_kogge_stone equiv
12+
equiv_simple equiv
13+
equiv_status -assert equiv
14+
}

tests/techmap/kogge-stone.ys

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
i
2-
j
2+
j

0 commit comments

Comments
 (0)