projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85e06cc
)
xilinx_ise: enable register balancing
author
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Mon, 6 May 2013 12:21:39 +0000
(14:21 +0200)
committer
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Mon, 6 May 2013 12:21:39 +0000
(14:21 +0200)
mibuild/xilinx_ise.py
patch
|
blob
|
history
diff --git
a/mibuild/xilinx_ise.py
b/mibuild/xilinx_ise.py
index 63e68bfc426bdda5eb0247d566edb496029f8a8c..85d277122a54fbdbf81950ed0abeb05d1f01c59a 100644
(file)
--- a/
mibuild/xilinx_ise.py
+++ b/
mibuild/xilinx_ise.py
@@
-81,6
+81,7
@@
def _build_files(device, sources, named_sc, named_pc, build_name):
-ifmt MIXED
-opt_mode SPEED
-reduce_control_sets auto
+-register_balancing yes
-ofn %s.ngc
-p %s""" % (build_name, build_name, device)
tools.write_to_file(build_name + ".xst", xst_contents)