yosys/tests/arch/nanoxplore/shifter.ys

11 lines
403 B
Plaintext
Raw Normal View History

2024-03-01 03:55:54 -06:00
read_verilog ../common/shifter.v
hierarchy -top top
proc
flatten
2024-07-24 06:29:51 -05:00
equiv_opt -async2sync -assert -map +/nanoxplore/cells_sim.v synth_nanoxplore -noiopad # equivalency check
2024-03-01 03:55:54 -06:00
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 8 t:NX_DFF
select -assert-none t:NX_DFF %% t:* %D