1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/common/dv/libs.cmd

26 lines
407 B
Batchfile
Raw Normal View History

2015-11-03 14:16:50 -05:00
#Always search local
-y .
#DV
-y ../../common/dv
-y ../../emesh/dv
2015-11-04 20:04:44 -05:00
-y ../../memory/dv
2015-11-03 14:16:50 -05:00
#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