mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
mibuild: remove useless 'reduce_control_sets auto'
This commit is contained in:
parent
9c1d95f6a4
commit
e9db646134
2 changed files with 0 additions and 4 deletions
|
@ -113,9 +113,6 @@ _io = [
|
|||
|
||||
|
||||
class Platform(XilinxISEPlatform):
|
||||
xst_opt = """-ifmt MIXED
|
||||
-opt_mode SPEED
|
||||
-register_balancing yes"""
|
||||
bitgen_opt = "-g LCK_cycle:6 -g Binary:Yes -g UnusedPin:PullUp"
|
||||
def __init__(self):
|
||||
XilinxISEPlatform.__init__(self, "xc3s1400a-ft256-4", _io,
|
||||
|
|
|
@ -187,7 +187,6 @@ class XilinxISEPlatform(GenericPlatform):
|
|||
bitstream_ext = ".bit"
|
||||
xst_opt = """-ifmt MIXED
|
||||
-opt_mode SPEED
|
||||
-reduce_control_sets auto
|
||||
-register_balancing yes"""
|
||||
map_opt = "-ol high -w"
|
||||
par_opt = "-ol high -w"
|
||||
|
|
Loading…
Reference in a new issue