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: b3a8a4315265
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: 1bb3fa861c6d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 14, 2019

  1. vendor.lattice_ice40: fix commit 88649de.

    whitequark committed Oct 14, 2019
    Copy the full SHA
    1bb3fa8 View commit details
Showing with 1 addition and 2 deletions.
  1. +1 −2 nmigen/vendor/lattice_ice40.py
3 changes: 1 addition & 2 deletions nmigen/vendor/lattice_ice40.py
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ class LatticeICE40Platform(TemplatedPlatform):
set_io {{port_name}} {{pin_name}}
{% endfor %}
{% for signal, frequency in platform.iter_clock_constraints() -%}
set_frequency "{{signal|hierarchy(".")}}" {{frequency/1000000}}
set_frequency {{signal|hierarchy(".")}} {{frequency/1000000}}
{% endfor%}
{{get_override("add_constraints")|default("# (add_constraints placeholder)")}}
""",
@@ -155,7 +155,6 @@ class LatticeICE40Platform(TemplatedPlatform):
{{platform.package|lower}}{{platform._nextpnr_package_options[platform.device]}}
--json {{name}}.json
--pcf {{name}}.pcf
--pre-pack {{name}}_pre_pack.py
--asc {{name}}.asc
""",
r"""