3
0
Fork 0
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:
Clifford Wolf 2014-07-24 17:15:01 +02:00
parent 2f54345cff
commit b17d6531c8
6 changed files with 54 additions and 36 deletions

View file

@ -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