mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
10 lines
209 B
Makefile
10 lines
209 B
Makefile
|
|
OBJS += techlibs/xilinx/synth_xilinx.o
|
|
|
|
EXTRA_TARGETS += share/xilinx/cells.v
|
|
|
|
share/xilinx/cells.v: techlibs/xilinx/cells.v
|
|
$(P) mkdir -p share/xilinx
|
|
$(Q) cp techlibs/xilinx/cells.v share/xilinx/cells.v
|
|
|