diff options
Diffstat (limited to 'ice40/examples/blinky/blinky.proj')
-rw-r--r-- | ice40/examples/blinky/blinky.proj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ice40/examples/blinky/blinky.proj b/ice40/examples/blinky/blinky.proj new file mode 100644 index 00000000..f5bb9f88 --- /dev/null +++ b/ice40/examples/blinky/blinky.proj @@ -0,0 +1,15 @@ +{ + "project": { + "version": "1", + "name": "blinky", + "arch": { + "name": "ice40", + "type": "hx1k", + "package": "tq144" + }, + "input": { + "json": "blinky.json", + "pcf": "blinky.pcf" + } + } +} |