mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-03 09:50:24 +00:00
Added add_share_file Makefile macro
This commit is contained in:
parent
38dfc5c580
commit
1d96277f5d
3 changed files with 17 additions and 38 deletions
|
@ -9,29 +9,10 @@ techlibs/common/blackbox.v: techlibs/common/blackbox.sed techlibs/common/simlib.
|
|||
$(P) cat techlibs/common/simlib.v techlibs/common/simcells.v | $(SED) -rf techlibs/common/blackbox.sed > techlibs/common/blackbox.v.new
|
||||
$(Q) mv techlibs/common/blackbox.v.new techlibs/common/blackbox.v
|
||||
|
||||
EXTRA_TARGETS += share/simlib.v share/simcells.v share/techmap.v share/blackbox.v share/pmux2mux.v share/adff2dff.v
|
||||
|
||||
share/simlib.v: techlibs/common/simlib.v
|
||||
$(P) mkdir -p share
|
||||
$(Q) cp techlibs/common/simlib.v share/simlib.v
|
||||
|
||||
share/simcells.v: techlibs/common/simcells.v
|
||||
$(P) mkdir -p share
|
||||
$(Q) cp techlibs/common/simcells.v share/simcells.v
|
||||
|
||||
share/techmap.v: techlibs/common/techmap.v
|
||||
$(P) mkdir -p share
|
||||
$(Q) cp techlibs/common/techmap.v share/techmap.v
|
||||
|
||||
share/blackbox.v: techlibs/common/blackbox.v
|
||||
$(P) mkdir -p share
|
||||
$(Q) cp techlibs/common/blackbox.v share/blackbox.v
|
||||
|
||||
share/pmux2mux.v: techlibs/common/pmux2mux.v
|
||||
$(P) mkdir -p share
|
||||
$(Q) cp techlibs/common/pmux2mux.v share/pmux2mux.v
|
||||
|
||||
share/adff2dff.v: techlibs/common/adff2dff.v
|
||||
$(P) mkdir -p share
|
||||
$(Q) cp techlibs/common/adff2dff.v share/adff2dff.v
|
||||
$(eval $(call add_share_file,share,techlibs/common/simlib.v))
|
||||
$(eval $(call add_share_file,share,techlibs/common/simcells.v))
|
||||
$(eval $(call add_share_file,share,techlibs/common/techmap.v))
|
||||
$(eval $(call add_share_file,share,techlibs/common/blackbox.v))
|
||||
$(eval $(call add_share_file,share,techlibs/common/pmux2mux.v))
|
||||
$(eval $(call add_share_file,share,techlibs/common/adff2dff.v))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue