Skip to content

Commit

Permalink
targets/pipistrello: work around Xst placer idiocy
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jul 14, 2016
1 parent 1d58e3c commit 2c749c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/gateware/targets/pipistrello.py
Original file line number Diff line number Diff line change
@@ -153,6 +153,7 @@ def __init__(self, cpu_type="or1k", **kwargs):

platform = self.platform

platform.toolchain.map_opt += " -t 40"
platform.toolchain.bitgen_opt += " -g compress"
platform.toolchain.ise_commands += """
trce -v 12 -fastpaths -tsi {build_name}.tsi -o {build_name}.twr {build_name}.ncd {build_name}.pcf

0 comments on commit 2c749c7

Please sign in to comment.