1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/common/dv/libs.cmd
2015-11-04 20:04:44 -05:00

26 lines
407 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
#INCLUDE PATHS (FOR CONSTANTS)
+incdir+../../emesh/hdl
+incdir+../../elink/hdl
+incdir+../../edma/hdl
+incdir+../../emmu/hdl
+incdir+../../emailbox/hdl