yosys/tests/arch/analogdevices/logic.ys

11 lines
419 B
Plaintext
Raw Normal View History

2025-09-24 21:56:27 +02:00
read_verilog ../common/logic.v
hierarchy -top top
proc
equiv_opt -assert -map +/analogdevices/cells_sim.v synth_analogdevices -noiopad # 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 1 t:LUT1
2026-03-27 09:44:19 +01:00
select -assert-count 9 t:LUT2
select -assert-none t:LUT1 t:LUT2 %% t:* %D