mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-05 17:47:44 +00:00
6 lines
151 B
Text
6 lines
151 B
Text
read_verilog memory.v
|
|
synth_ice40
|
|
cd top
|
|
select -assert-count 1 t:SB_RAM40_4K
|
|
select -assert-none t:SB_RAM40_4K %% t:* %D
|
|
write_verilog memory_synth.v
|