Skip to content

Commit

Permalink
mibuild: remove useless 'reduce_control_sets auto'
Browse files Browse the repository at this point in the history
sbourdeauducq committed May 12, 2014

Unverified

This user has not yet uploaded their public signing key.
1 parent 9c1d95f commit e9db646
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions mibuild/platforms/usrp_b100.py
Original file line number Diff line number Diff line change
@@ -113,9 +113,6 @@


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,
1 change: 0 additions & 1 deletion mibuild/xilinx_ise.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e9db646

Please sign in to comment.