nextpnr/ice40/blinky.ys
Clifford Wolf 90c7e3b13d Add iCE40 blinky example
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-05-31 18:10:36 +02:00

10 lines
163 B
Plaintext

read_verilog blinky.v
read_verilog -lib +/ice40/cells_sim.v
synth -top blinky
abc -lut 4
techmap -map blinky_map.v
splitnets
opt_clean
stat
write_json blinky.json