aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/blinky.ys
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-13 12:55:08 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-13 12:55:08 +0200
commit4694c6aae7656b22fa94db9a252ed046faf40244 (patch)
tree3001dead822fd697eb30da58c204cd7ab0c83aca /ice40/blinky.ys
parent1e314cc0ced067d72cea54c8225cf9d3ed0b6c14 (diff)
downloadnextpnr-4694c6aae7656b22fa94db9a252ed046faf40244.tar.gz
nextpnr-4694c6aae7656b22fa94db9a252ed046faf40244.tar.bz2
nextpnr-4694c6aae7656b22fa94db9a252ed046faf40244.zip
ice40: Update examples to use packer/pcf
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/blinky.ys')
-rw-r--r--ice40/blinky.ys8
1 files changed, 1 insertions, 7 deletions
diff --git a/ice40/blinky.ys b/ice40/blinky.ys
index 9c51dc88..bad0a8b4 100644
--- a/ice40/blinky.ys
+++ b/ice40/blinky.ys
@@ -1,9 +1,3 @@
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
+synth_ice40 -top blinky -nocarry
write_json blinky.json