vendor.lattice_{ecp5,machxo_2_3l}: specify impl-dir correctly
This commit is contained in:
parent
d964ba9cc4
commit
b86acdc601
2
nmigen/vendor/lattice_ecp5.py
vendored
2
nmigen/vendor/lattice_ecp5.py
vendored
|
@ -200,7 +200,7 @@ class LatticeECP5Platform(TemplatedPlatform):
|
|||
{{emit_debug_verilog()}}
|
||||
""",
|
||||
"{{name}}.tcl": r"""
|
||||
prj_project new -name {{name}} -impl impl -impl_dir top_impl \
|
||||
prj_project new -name {{name}} -impl impl -impl_dir {{name}}_impl \
|
||||
-dev {{platform.device}}-{{platform.speed}}{{platform.package}}{{platform.grade}} \
|
||||
-lpf {{name}}.lpf \
|
||||
-synthesis synplify
|
||||
|
|
2
nmigen/vendor/lattice_machxo_2_3l.py
vendored
2
nmigen/vendor/lattice_machxo_2_3l.py
vendored
|
@ -63,7 +63,7 @@ class LatticeMachXO2Or3LPlatform(TemplatedPlatform):
|
|||
{{emit_debug_verilog()}}
|
||||
""",
|
||||
"{{name}}.tcl": r"""
|
||||
prj_project new -name {{name}} -impl impl -impl_dir top_impl \
|
||||
prj_project new -name {{name}} -impl impl -impl_dir {{name}}_impl \
|
||||
-dev {{platform.device}}-{{platform.speed}}{{platform.package}}{{platform.grade}} \
|
||||
-lpf {{name}}.lpf \
|
||||
-synthesis synplify
|
||||
|
|
Loading…
Reference in a new issue