mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added "make PRETTY=1"
This commit is contained in:
parent
2f54345cff
commit
b17d6531c8
6 changed files with 54 additions and 36 deletions
|
@ -2,24 +2,24 @@
|
|||
EXTRA_TARGETS += techlibs/common/blackbox.v
|
||||
|
||||
techlibs/common/blackbox.v: techlibs/common/blackbox.sed techlibs/common/simlib.v techlibs/common/simcells.v
|
||||
cat techlibs/common/simlib.v techlibs/common/simcells.v | $(SED) -rf techlibs/common/blackbox.sed > techlibs/common/blackbox.v.new
|
||||
mv techlibs/common/blackbox.v.new techlibs/common/blackbox.v
|
||||
$(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/blackbox.v share/pmux2mux.v
|
||||
|
||||
share/simlib.v: techlibs/common/simlib.v
|
||||
mkdir -p share
|
||||
cp techlibs/common/simlib.v share/simlib.v
|
||||
$(P) mkdir -p share
|
||||
$(Q) cp techlibs/common/simlib.v share/simlib.v
|
||||
|
||||
share/simcells.v: techlibs/common/simcells.v
|
||||
mkdir -p share
|
||||
cp techlibs/common/simcells.v share/simcells.v
|
||||
$(P) mkdir -p share
|
||||
$(Q) cp techlibs/common/simcells.v share/simcells.v
|
||||
|
||||
share/blackbox.v: techlibs/common/blackbox.v
|
||||
mkdir -p share
|
||||
cp techlibs/common/blackbox.v share/blackbox.v
|
||||
$(P) mkdir -p share
|
||||
$(Q) cp techlibs/common/blackbox.v share/blackbox.v
|
||||
|
||||
share/pmux2mux.v: techlibs/common/pmux2mux.v
|
||||
mkdir -p share
|
||||
cp techlibs/common/pmux2mux.v share/pmux2mux.v
|
||||
$(P) mkdir -p share
|
||||
$(Q) cp techlibs/common/pmux2mux.v share/pmux2mux.v
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@ OBJS += techlibs/xilinx/synth_xilinx.o
|
|||
EXTRA_TARGETS += share/xilinx/cells.v
|
||||
|
||||
share/xilinx/cells.v: techlibs/xilinx/cells.v
|
||||
mkdir -p share/xilinx
|
||||
cp techlibs/xilinx/cells.v share/xilinx/cells.v
|
||||
$(P) mkdir -p share/xilinx
|
||||
$(Q) cp techlibs/xilinx/cells.v share/xilinx/cells.v
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue