mirror of
https://github.com/YosysHQ/icestorm.git
synced 2026-09-04 00:41:10 +02:00
Don't build chipdb-5k.txt by default (it does not work yet)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
chipdb-1k.txt
|
||||
chipdb-5k.txt
|
||||
chipdb-8k.txt
|
||||
chipdb-384.txt
|
||||
__pycache__
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user