vendor.xilinx_spartan_3_6: do not use retiming by default.
This was added in b404d603
, probably by mistake, and is certainly
wrong given that we do not (yet) correctly mark CDC FFs.
This commit is contained in:
parent
6b025df12c
commit
15e8dfe532
1
nmigen/vendor/xilinx_spartan_3_6.py
vendored
1
nmigen/vendor/xilinx_spartan_3_6.py
vendored
|
@ -101,7 +101,6 @@ class XilinxSpartan3Or6Platform(TemplatedPlatform):
|
|||
{% if platform.family in ["3", "3E", "3A"] %}
|
||||
-use_new_parser yes
|
||||
{% endif %}
|
||||
-register_balancing yes
|
||||
-p {{platform.device}}{{platform.package}}-{{platform.speed}}
|
||||
{{get_override("script_after_run")|default("# (script_after_run placeholder)")}}
|
||||
""",
|
||||
|
|
Loading…
Reference in a new issue