aboutsummaryrefslogtreecommitdiff
path: root/icefuzz/make_dsp.py
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-02-23 08:35:26 -0800
committerGitHub <noreply@github.com>2019-02-23 08:35:26 -0800
commit3a2bfee5cbc0558641668114260d3f644d6b7c83 (patch)
treec52eaf3de8d20ab4f198720ab3863c17448e6f13 /icefuzz/make_dsp.py
parenta2c8be79487ad448198357d63e7b9f0f946066f1 (diff)
parentbe0bca0230d6fe1102e0a360b953fbb0d273a39f (diff)
Merge pull request #202 from corecode/u4k
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, )