Mercurial > pygar
annotate core/scemi/Bridge.bsv @ 76:8bd0e4d37ad2 pygar svn.77 tip
[svn r77] I don't know why my last change didn't go through grumble grumble....
author | rlm |
---|---|
date | Wed, 12 May 2010 08:58:23 -0400 |
parents | 91a1f76ddd62 |
children |
rev | line source |
---|---|
punk@1 | 1 `ifdef SCEMI_PCIE_VIRTEX5 |
punk@1 | 2 `ifdef BOARD_ML507 |
punk@1 | 3 `include "Bridge_VIRTEX5_ML50X.bsv" |
punk@1 | 4 `endif |
punk@1 | 5 `ifdef BOARD_XUPV5 |
punk@1 | 6 `include "Bridge_VIRTEX5_ML50X.bsv" |
punk@1 | 7 `endif |
punk@1 | 8 `endif |
punk@1 | 9 |
punk@1 | 10 `ifdef SCEMI_PCIE_DINI |
punk@1 | 11 `ifdef BOARD_7002 |
punk@1 | 12 `include "Bridge_DINI_7002.bsv" |
punk@1 | 13 `endif |
punk@1 | 14 `ifdef BOARD_7006 |
punk@1 | 15 `include "Bridge_DINI_7006.bsv" |
punk@1 | 16 `endif |
punk@1 | 17 `endif |
punk@1 | 18 |
punk@1 | 19 `ifdef SCEMI_TCP |
punk@1 | 20 `include "Bridge_TCP.bsv" |
punk@1 | 21 `endif |