Commit cf4c3ef5 authored by whitequark's avatar whitequark
Browse files

build/lattice/diamond: translate `keep` and `no_retiming` attributes.

parent d5ac8587
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment