view core/scemi/Bridge.bsv @ 4:c4438eca4bc4 pygar svn.5

[svn r5] Updates to PathTypes and addition of RoutingTable
author punk
date Wed, 21 Apr 2010 06:51:11 -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