1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-03 22:58:26 +00:00
Files
YosysHQ.nextpnr/ecp5/synth/blinky.ys
2018-07-11 10:42:09 +02:00

10 lines
148 B
Plaintext

read_verilog blinky.v
read_verilog -lib cells.v
synth -top top
abc -lut 4
techmap -map simple_map.v
splitnets
opt_clean
stat
write_json blinky.json