mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-29 07:27:58 +00:00
Towards Xilinx bram support
This commit is contained in:
parent
daae35319b
commit
8898897f7b
4 changed files with 187 additions and 17 deletions
|
@ -1,9 +1,17 @@
|
|||
|
||||
OBJS += techlibs/xilinx/synth_xilinx.o
|
||||
|
||||
EXTRA_TARGETS += share/xilinx/cells.v
|
||||
EXTRA_TARGETS += share/xilinx/cells.v share/xilinx/brams.txt share/xilinx/brams.v
|
||||
|
||||
share/xilinx/cells.v: techlibs/xilinx/cells.v
|
||||
$(P) mkdir -p share/xilinx
|
||||
$(Q) cp techlibs/xilinx/cells.v share/xilinx/cells.v
|
||||
|
||||
share/xilinx/brams.txt: techlibs/xilinx/brams.txt
|
||||
$(P) mkdir -p share/xilinx
|
||||
$(Q) cp techlibs/xilinx/brams.txt share/xilinx/brams.txt
|
||||
|
||||
share/xilinx/brams.v: techlibs/xilinx/brams.v
|
||||
$(P) mkdir -p share/xilinx
|
||||
$(Q) cp techlibs/xilinx/brams.v share/xilinx/brams.v
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue