Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
17e6d348
Commit
17e6d348
authored
6 years ago
by
Erin Moon
Committed by
whitequark
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix yosys commands for build_names other than 'top'
regressed due to
58510765
parent
c285c129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
migen/build/lattice/icestorm.py
migen/build/lattice/icestorm.py
+2
-2
No files found.
migen/build/lattice/icestorm.py
View file @
17e6d348
...
...
@@ -101,7 +101,7 @@ class LatticeIceStormToolchain:
self
.
yosys_template
=
[
"{read_files}"
,
"attrmap -tocase keep -imap keep=
\"
true
\"
keep=1 -imap keep=
\"
false
\"
keep=0 -remove keep=0"
,
"synth_ice40 -top
top
-blif {build_name}.blif"
,
"synth_ice40 -top
{build_name}
-blif {build_name}.blif"
,
]
self
.
build_template
=
[
...
...
@@ -114,7 +114,7 @@ class LatticeIceStormToolchain:
self
.
nextpnr_yosys_template
=
[
"{read_files}"
,
"attrmap -tocase keep -imap keep=
\"
true
\"
keep=1 -imap keep=
\"
false
\"
keep=0 -remove keep=0"
,
"synth_ice40 -top
top
-json {build_name}.json"
,
"synth_ice40 -top
{build_name}
-json {build_name}.json"
,
]
self
.
nextpnr_build_template
=
[
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment