diff options
author | David Shah <dave@ds0.me> | 2018-12-14 13:41:28 +0000 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2019-03-22 10:31:54 +0000 |
commit | 1780f42b9a7854a8a7bf1f2d6589d3d35f133f87 (patch) | |
tree | 2e668d93ac8b58b908ef32667f689b5a5718af60 /ice40/blinky.ys | |
parent | 0118ac00c45c725a42b16697d1ac975f1be6f3b9 (diff) | |
download | nextpnr-1780f42b9a7854a8a7bf1f2d6589d3d35f133f87.tar.gz nextpnr-1780f42b9a7854a8a7bf1f2d6589d3d35f133f87.tar.bz2 nextpnr-1780f42b9a7854a8a7bf1f2d6589d3d35f133f87.zip |
ice40: Add examples folder including floorplan example
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ice40/blinky.ys')
-rw-r--r-- | ice40/blinky.ys | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ice40/blinky.ys b/ice40/blinky.ys deleted file mode 100644 index a5dd2c85..00000000 --- a/ice40/blinky.ys +++ /dev/null @@ -1,3 +0,0 @@ -read_verilog blinky.v -synth_ice40 -top blinky -write_json blinky.json |