3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

Added synth_xilinx command

This commit is contained in:
Clifford Wolf 2013-10-27 09:33:47 +01:00
parent 73e68fe323
commit 4a3669d871
2 changed files with 219 additions and 0 deletions

View file

@ -0,0 +1,9 @@
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