yosys/tests/ice40/latches.ys

16 lines
425 B
Plaintext
Raw Normal View History

2019-08-21 20:52:07 +02:00
read_verilog latches.v
2019-08-28 21:21:15 +02:00
design -save read
proc
async2sync # converts latches to a 'sync' variant clocked by a 'super'-clock
flatten
synth_ice40
equiv_opt -assert -map +/ice40/cells_sim.v synth_ice40 # equivalency check
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
design -load read
2019-08-20 06:50:05 +02:00
synth_ice40
2019-08-22 21:30:49 +02:00
cd top
select -assert-count 4 t:SB_LUT4
select -assert-none t:SB_LUT4 %% t:* %D