From: Robin Ole Heinemann Date: Mon, 10 Aug 2020 15:23:29 +0000 (+0200) Subject: vendor.lattice_{ecp5,machxo_2_3l}: specify impl-dir correctly X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e80fd54df989812a24d23e5874d9cad7f8b20a8;p=nmigen.git vendor.lattice_{ecp5,machxo_2_3l}: specify impl-dir correctly --- diff --git a/nmigen/vendor/lattice_ecp5.py b/nmigen/vendor/lattice_ecp5.py index cd5c99a..c798739 100644 --- a/nmigen/vendor/lattice_ecp5.py +++ b/nmigen/vendor/lattice_ecp5.py @@ -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 diff --git a/nmigen/vendor/lattice_machxo_2_3l.py b/nmigen/vendor/lattice_machxo_2_3l.py index 96dbf02..95204be 100644 --- a/nmigen/vendor/lattice_machxo_2_3l.py +++ b/nmigen/vendor/lattice_machxo_2_3l.py @@ -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