Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/nmigen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6b025df12cea
Choose a base ref
...
head repository: m-labs/nmigen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15e8dfe532d8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 4, 2019

  1. vendor.xilinx_spartan_3_6: do not use retiming by default.

    This was added in b404d60, probably by mistake, and is certainly
    wrong given that we do not (yet) correctly mark CDC FFs.
    whitequark committed Aug 4, 2019
    Copy the full SHA
    15e8dfe View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 nmigen/vendor/xilinx_spartan_3_6.py
1 change: 0 additions & 1 deletion nmigen/vendor/xilinx_spartan_3_6.py
Original file line number Diff line number Diff line change
@@ -101,7 +101,6 @@ def family(self):
{% 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)")}}
""",