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.proj | |
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.proj')
-rw-r--r-- | ice40/blinky.proj | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ice40/blinky.proj b/ice40/blinky.proj deleted file mode 100644 index f5bb9f88..00000000 --- a/ice40/blinky.proj +++ /dev/null @@ -1,15 +0,0 @@ -{ - "project": { - "version": "1", - "name": "blinky", - "arch": { - "name": "ice40", - "type": "hx1k", - "package": "tq144" - }, - "input": { - "json": "blinky.json", - "pcf": "blinky.pcf" - } - } -} |