view core/scemi/Bridge.bsv @ 42:ced2ebd41347 pygar svn.43

[svn r43] bunch of updates that almost work...
author punk
date Wed, 05 May 2010 01:09:09 -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