2019-10-18 12:19:59 +02:00
|
|
|
read_verilog ../common/mul.v
|
2019-09-03 10:53:37 +02:00
|
|
|
hierarchy -top top
|
2019-10-18 09:04:02 +02:00
|
|
|
proc
|
2019-10-04 08:44:10 +02:00
|
|
|
# Blocked by issue #1358 (Missing ECP5 simulation models)
|
|
|
|
|
#equiv_opt -assert -map +/ecp5/cells_sim.v synth_ecp5 # equivalency check
|
2020-01-01 03:40:30 +01:00
|
|
|
synth_ecp5
|
2019-10-04 08:44:10 +02:00
|
|
|
|
2020-01-01 03:40:30 +01:00
|
|
|
#design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
|
2019-09-03 10:53:37 +02:00
|
|
|
cd top # Constrain all select calls below inside the top module
|
2019-10-04 08:44:10 +02:00
|
|
|
select -assert-count 1 t:MULT18X18D
|
|
|
|
|
select -assert-none t:MULT18X18D %% t:* %D
|