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:
parent
73e68fe323
commit
4a3669d871
2 changed files with 219 additions and 0 deletions
9
techlibs/xilinx/Makefile.inc
Normal file
9
techlibs/xilinx/Makefile.inc
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue