forked from M-Labs/artiq
targets/pipistrello: work around Xst placer idiocy
This commit is contained in:
parent
1d58e3cf95
commit
2c749c77e7
|
@ -153,6 +153,7 @@ class NIST_QC1(BaseSoC, AMPSoC):
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue