mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-18 05:20:27 +00:00
6 lines
145 B
Text
6 lines
145 B
Text
read_verilog latches.v
|
|
synth_ice40
|
|
cd top
|
|
select -assert-count 4 t:SB_LUT4
|
|
select -assert-none t:SB_LUT4 %% t:* %D
|
|
write_verilog latches_synth.v
|