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: amaranth-lang/amaranth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c84d4aff6ef6
Choose a base ref
...
head repository: amaranth-lang/amaranth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d824795c2c7c
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 12, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    adamgreig Adam Greig
    Copy the full SHA
    d824795 View commit details
Showing with 11 additions and 11 deletions.
  1. +5 −5 nmigen/vendor/lattice_ecp5.py
  2. +6 −6 nmigen/vendor/lattice_machxo_2_3l.py
10 changes: 5 additions & 5 deletions nmigen/vendor/lattice_ecp5.py
Original file line number Diff line number Diff line change
@@ -218,11 +218,11 @@ class LatticeECP5Platform(TemplatedPlatform):
prj_src add {{name}}.sdc
{{get_override("script_project")|default("# (script_project placeholder)")}}
prj_project save
prj_run Synthesis -impl impl -forceAll
prj_run Translate -impl impl -forceAll
prj_run Map -impl impl -forceAll
prj_run PAR -impl impl -forceAll
prj_run Export -impl impl -forceAll -task Bitgen
prj_run Synthesis -impl impl
prj_run Translate -impl impl
prj_run Map -impl impl
prj_run PAR -impl impl
prj_run Export -impl impl -task Bitgen
{{get_override("script_after_export")|default("# (script_after_export placeholder)")}}
""",
"{{name}}.lpf": r"""
12 changes: 6 additions & 6 deletions nmigen/vendor/lattice_machxo_2_3l.py
Original file line number Diff line number Diff line change
@@ -82,12 +82,12 @@ class LatticeMachXO2Or3LPlatform(TemplatedPlatform):
prj_src add {{name}}.sdc
{{get_override("script_project")|default("# (script_project placeholder)")}}
prj_project save
prj_run Synthesis -impl impl -forceAll
prj_run Translate -impl impl -forceAll
prj_run Map -impl impl -forceAll
prj_run PAR -impl impl -forceAll
prj_run Export -impl impl -forceAll -task Bitgen
prj_run Export -impl impl -forceAll -task Jedecgen
prj_run Synthesis -impl impl
prj_run Translate -impl impl
prj_run Map -impl impl
prj_run PAR -impl impl
prj_run Export -impl impl -task Bitgen
prj_run Export -impl impl -task Jedecgen
{{get_override("script_after_export")|default("# (script_after_export placeholder)")}}
""",
"{{name}}.lpf": r"""