3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-12-07 20:42:26 +00:00

Improve tests/ice40/macc.ys for SB_MAC16

This commit is contained in:
Eddie Hung 2019-08-30 12:22:59 -07:00
parent c1459bc748
commit 76a52712da
2 changed files with 10 additions and 7 deletions

View file

@ -1,10 +1,13 @@
read_verilog macc.v
proc
hierarchy -top top
equiv_opt -assert -map +/ice40/cells_sim.v synth_ice40 -dsp # equivalency check
#equiv_opt -assert -map +/ice40/cells_sim.v synth_ice40 -dsp # equivalency check
equiv_opt -run :prove -map +/ice40/cells_sim.v synth_ice40 -dsp
async2sync
equiv_opt -run prove: -assert null
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
cd top # Constrain all select calls below inside the top module
select -assert-count 38 t:SB_LUT4
select -assert-count 3 t:SB_CARRY
select -assert-count 7 t:SB_DFFSR
select -assert-none t:SB_LUT4 t:SB_CARRY t:SB_DFFSR %% t:* %D
select -assert-count 1 t:SB_MAC16
select -assert-none t:SB_MAC16 %% t:* %D