mibuild: remove useless 'reduce_control_sets auto'
authorSebastien Bourdeauducq <sb@m-labs.hk>
Mon, 12 May 2014 17:11:11 +0000 (19:11 +0200)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Mon, 12 May 2014 17:11:11 +0000 (19:11 +0200)
mibuild/platforms/usrp_b100.py
mibuild/xilinx_ise.py

index add6a5b47ab07977a5444e48d921a7f7d7c38664..4dfded6faf387bb393e5be0d95cb97d2a0bd2ee8 100644 (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,
index 8018a1fe2d85da2a0ff2904c602b7e5e819d14e3..25357ac4169d26ee85716c6db6638603818f6eaf 100644 (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"