2019-10-18 05:19:59 -05:00
|
|
|
read_verilog ../common/add_sub.v
|
2019-09-23 04:12:02 -05:00
|
|
|
hierarchy -top top
|
2019-10-18 02:06:43 -05:00
|
|
|
proc
|
2019-09-23 04:12:02 -05:00
|
|
|
equiv_opt -assert -map +/anlogic/cells_sim.v synth_anlogic # equivalency check
|
|
|
|
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 10 t:AL_MAP_ADDER
|
|
|
|
select -assert-count 4 t:AL_MAP_LUT1
|
|
|
|
|
2019-10-04 04:09:59 -05:00
|
|
|
select -assert-none t:AL_MAP_LUT1 t:AL_MAP_ADDER %% t:* %D
|