aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/make_dsp.py
diff options
context:
space:
mode:
authorSimon Schubert <2@0x2c.org>2019-02-20 11:06:01 +0100
committerSimon Schubert <2@0x2c.org>2019-02-22 22:35:55 +0100
commitd76ac32ec939e421190d8e41ee0ad5e5eacbddd5 (patch)
tree278fbc981bb8c34a70adcf96a15b67709118103a /icefuzz/make_dsp.py
parentc0cbae88ab47a3879aacf80d53b6a85710682a6b (diff)
downloadicestorm-d76ac32ec939e421190d8e41ee0ad5e5eacbddd5.tar.gz
icestorm-d76ac32ec939e421190d8e41ee0ad5e5eacbddd5.tar.bz2
icestorm-d76ac32ec939e421190d8e41ee0ad5e5eacbddd5.zip
iCE40 Ultra = iCE5LP = u4k port
Diffstat (limited to 'icefuzz/make_dsp.py')
-rwxr-xr-xicefuzz/make_dsp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/icefuzz/make_dsp.py b/icefuzz/make_dsp.py
index 524eff7..11b2e96 100755
--- a/icefuzz/make_dsp.py
+++ b/icefuzz/make_dsp.py
@@ -6,7 +6,7 @@ import os
device_class = os.getenv("ICEDEVICE")
-assert device_class == "5k"
+assert device_class in ["5k", "u4k"]
working_dir = "work_%s_dsp" % (device_class, )