mirror of https://github.com/YosysHQ/icestorm.git
Fix icebox_html -8 mode
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
d0c7fe5bfb
commit
92751d505a
|
|
@ -35,7 +35,7 @@ def usage():
|
|||
sys.exit(0)
|
||||
|
||||
try:
|
||||
opts, args = getopt.getopt(sys.argv[1:], "x:y:d:8:3")
|
||||
opts, args = getopt.getopt(sys.argv[1:], "x:y:d:83")
|
||||
except:
|
||||
usage()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue