aboutsummaryrefslogtreecommitdiffstats
path: root/icebox
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2018-08-09 13:01:03 -0700
committerKeith Rothman <537074+litghost@users.noreply.github.com>2018-08-09 13:01:18 -0700
commit497028cf5aa131b7da6df1f6737200cdd0763e5a (patch)
tree0dcf6a750fc3a2982e6ccc1f3329b4f824dcf72e /icebox
parent8cac6c584044034210fe0ba1e6b930ff1cc59465 (diff)
downloadicestorm-497028cf5aa131b7da6df1f6737200cdd0763e5a.tar.gz
icestorm-497028cf5aa131b7da6df1f6737200cdd0763e5a.tar.bz2
icestorm-497028cf5aa131b7da6df1f6737200cdd0763e5a.zip
Add 5k support to hlc2asc.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'icebox')
-rwxr-xr-xicebox/icebox_hlc2asc.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/icebox/icebox_hlc2asc.py b/icebox/icebox_hlc2asc.py
index 92da928..6fe9d1c 100755
--- a/icebox/icebox_hlc2asc.py
+++ b/icebox/icebox_hlc2asc.py
@@ -573,6 +573,9 @@ class Main:
if self.device.startswith('1k'):
self.ic = icebox.iceconfig()
self.ic.setup_empty_1k()
+ elif self.device.startswith('5k'):
+ self.ic = icebox.iceconfig()
+ self.ic.setup_empty_5k()
elif self.device.startswith('8k'):
self.ic = icebox.iceconfig()
self.ic.setup_empty_8k()