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