mirror of https://github.com/YosysHQ/icestorm.git
Don't build chipdb-5k.txt by default (it does not work yet)
This commit is contained in:
parent
b888b750a6
commit
1f9d00bb9c
|
|
@ -1,4 +1,5 @@
|
|||
chipdb-1k.txt
|
||||
chipdb-5k.txt
|
||||
chipdb-8k.txt
|
||||
chipdb-384.txt
|
||||
__pycache__
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
include ../config.mk
|
||||
|
||||
all: chipdb-384.txt chipdb-1k.txt chipdb-5k.txt chipdb-8k.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
|
||||
|
|
|
|||
Loading…
Reference in New Issue