forked from M-Labs/artiq
pipistrello: drop bitgen_opt change (done upstream)
This commit is contained in:
parent
6b98f867de
commit
55708e8678
|
@ -113,7 +113,6 @@ class NIST_QC1(BaseSoC, AMPSoC):
|
||||||
sdram_controller_settings=MiniconSettings(l2_size=64*1024),
|
sdram_controller_settings=MiniconSettings(l2_size=64*1024),
|
||||||
with_timer=False, **kwargs)
|
with_timer=False, **kwargs)
|
||||||
AMPSoC.__init__(self)
|
AMPSoC.__init__(self)
|
||||||
platform.toolchain.bitgen_opt = "-g Binary:Yes -w"
|
|
||||||
platform.toolchain.ise_commands += """
|
platform.toolchain.ise_commands += """
|
||||||
trce -v 12 -fastpaths -tsi {build_name}.tsi -o {build_name}.twr {build_name}.ncd {build_name}.pcf
|
trce -v 12 -fastpaths -tsi {build_name}.tsi -o {build_name}.twr {build_name}.ncd {build_name}.pcf
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue