view core/scemi/Bridge.bsv @ 8:74716e9a81cc pygar svn.9

[svn r9] Pygar now has the proper directory structure to play nicely with awb. Also, the apm file for audio-core willcompile successfully.
author rlm
date Fri, 23 Apr 2010 02:32:05 -0400
parents 91a1f76ddd62
children
line wrap: on
line source
1 `ifdef SCEMI_PCIE_VIRTEX5
2 `ifdef BOARD_ML507
3 `include "Bridge_VIRTEX5_ML50X.bsv"
4 `endif
5 `ifdef BOARD_XUPV5
6 `include "Bridge_VIRTEX5_ML50X.bsv"
7 `endif
8 `endif
10 `ifdef SCEMI_PCIE_DINI
11 `ifdef BOARD_7002
12 `include "Bridge_DINI_7002.bsv"
13 `endif
14 `ifdef BOARD_7006
15 `include "Bridge_DINI_7006.bsv"
16 `endif
17 `endif
19 `ifdef SCEMI_TCP
20 `include "Bridge_TCP.bsv"
21 `endif