1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/common/dv/libs.cmd
Andreas Olofsson 55ba8ff635 Cleaning up warnings from FGPA tools
- removing unconnected ports
- only one rst input for async_fifo
- synchronizing the reset input toe emaxi fifo
2015-11-09 13:23:40 -05:00

30 lines
459 B
Batchfile

#Always search local
-y .
#DV
-y ../../common/dv
-y ../../emesh/dv
-y ../../memory/dv
#HDL
-y .
-y ../../common/hdl
-y ../../elink/hdl
-y ../../edma/hdl
-y ../../emesh/hdl
-y ../../emmu/hdl
-y ../../emailbox/hdl
-y ../../memory/hdl
-y ../../xilibs/hdl
-y ../../parallella/hdl
#FPGA
-y ../../memory/fpga
#INCLUDE PATHS (FOR CONSTANTS)
+incdir+../../emesh/hdl
+incdir+../../elink/hdl
+incdir+../../edma/hdl
+incdir+../../emmu/hdl
+incdir+../../emailbox/hdl