mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-04 09:07:42 +00:00
synth_nexus to synth_lattice
This commit is contained in:
parent
72bec94ef4
commit
3f2e3a8f57
22 changed files with 165 additions and 475 deletions
7
Makefile
7
Makefile
|
@ -575,6 +575,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue