diff options
author | hermitsoft <hermisu@mail.com> | 2017-03-08 20:30:45 +0100 |
---|---|---|
committer | hermitsoft <hermisu@mail.com> | 2017-03-08 20:30:45 +0100 |
commit | 89fe3abc45120feebcfcceb443d88ce4d84caab0 (patch) | |
tree | 6ea7ba68162cd4da34a54e9c46d315911ac1ff69 /icebox/Makefile | |
parent | 1a50795c2da3fd31ad021c8cfc03b1fead66e6c1 (diff) | |
download | icestorm-89fe3abc45120feebcfcceb443d88ce4d84caab0.tar.gz icestorm-89fe3abc45120feebcfcceb443d88ce4d84caab0.tar.bz2 icestorm-89fe3abc45120feebcfcceb443d88ce4d84caab0.zip |
Icebox builds chipdb-384, icebox.py data still to refine.
Diffstat (limited to 'icebox/Makefile')
-rw-r--r-- | icebox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icebox/Makefile b/icebox/Makefile index 0948852..446fb18 100644 --- a/icebox/Makefile +++ b/icebox/Makefile @@ -1,6 +1,6 @@ include ../config.mk -all: chipdb-1k.txt chipdb-8k.txt # chipdb-384.txt +all: chipdb-384.txt chipdb-1k.txt chipdb-8k.txt chipdb-384.txt: icebox.py iceboxdb.py icebox_chipdb.py python3 icebox_chipdb.py -3 > chipdb-384.new |