3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-28 10:19:26 +00:00

Merge pull request #3908 from YosysHQ/ecp5_2_lattice

synth_ecp5 and synth_nexus to synth_lattice
This commit is contained in:
Miodrag Milanović 2025-10-08 13:07:33 +02:00 committed by GitHub
commit 869910055f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 418 additions and 3639 deletions

View file

@ -565,6 +565,13 @@ $(subst //,/,$(1)/$(notdir $(2))): $(2)
$$(Q) cp "$(YOSYS_SRC)"/$(2) $(subst //,/,$(1)/$(notdir $(2)))
endef
define add_share_file_and_rename
EXTRA_TARGETS += $(subst //,/,$(1)/$(3))
$(subst //,/,$(1)/$(3)): $(2)
$$(P) mkdir -p $(1)
$$(Q) cp "$(YOSYS_SRC)"/$(2) $(subst //,/,$(1)/$(3))
endef
define add_gen_share_file
EXTRA_TARGETS += $(subst //,/,$(1)/$(notdir $(2)))
$(subst //,/,$(1)/$(notdir $(2))): $(2)