mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
10 lines
199 B
Makefile
10 lines
199 B
Makefile
|
|
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
|
|
|