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
cf4c3ef5
Commit
cf4c3ef5
authored
6 years ago
by
whitequark
Browse files
Options
Download
Email Patches
Plain Diff
build/lattice/diamond: translate `keep` and `no_retiming` attributes.
parent
d5ac8587
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
migen/build/lattice/diamond.py
migen/build/lattice/diamond.py
+12
-1
No files found.
migen/build/lattice/diamond.py
View file @
cf4c3ef5
...
@@ -114,7 +114,18 @@ def _run_script(script):
...
@@ -114,7 +114,18 @@ def _run_script(script):
class
LatticeDiamondToolchain
:
class
LatticeDiamondToolchain
:
attr_translate
=
DummyAttrTranslate
()
attr_translate
=
{
# FIXME: document
"keep"
:
(
"syn_keep"
,
"true"
),
"no_retiming"
:
(
"syn_no_retiming"
,
"true"
),
"async_reg"
:
None
,
"mr_ff"
:
None
,
"mr_false_path"
:
None
,
"ars_ff1"
:
None
,
"ars_ff2"
:
None
,
"ars_false_path"
:
None
,
"no_shreg_extract"
:
None
}
special_overrides
=
common
.
lattice_ecpx_special_overrides
special_overrides
=
common
.
lattice_ecpx_special_overrides
...
...
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