3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00
yosys/tests/techmap/han-carlson.tcl
2024-11-28 15:33:21 +01:00

15 lines
329 B
Tcl

yosys -import
read_verilog +/choices/han-carlson.v
read_verilog lcu_refined.v
design -save init
for {set i 1} {$i <= 16} {incr i} {
design -load init
chparam -set WIDTH $i
yosys proc
equiv_make -blacklist han-carlson.nomatch lcu _85_lcu_han_carlson equiv
equiv_simple equiv
equiv_status -assert equiv
}