mibuild: remove useless 'reduce_control_sets auto'

This commit is contained in:
Sebastien Bourdeauducq 2014-05-12 19:11:11 +02:00
parent 9c1d95f6a4
commit e9db646134
2 changed files with 0 additions and 4 deletions

View file

@ -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,

View file

@ -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"