mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Added "make PRETTY=1"
This commit is contained in:
parent
2f54345cff
commit
b17d6531c8
6 changed files with 54 additions and 36 deletions
|
@ -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