Mercurial > pygar
view core/scemi/Bridge.bsv @ 47:97d1959f7c5c pygar svn.48
[svn r48] changed sctipt to use our own programs, changed rlp.wav and rlp1.wav to be shorter
author | rlm |
---|---|
date | Wed, 05 May 2010 13:23:58 -0400 |
parents | 91a1f76ddd62 |
children |
line wrap: on
line source
1 `ifdef SCEMI_PCIE_VIRTEX52 `ifdef BOARD_ML5073 `include "Bridge_VIRTEX5_ML50X.bsv"4 `endif5 `ifdef BOARD_XUPV56 `include "Bridge_VIRTEX5_ML50X.bsv"7 `endif8 `endif10 `ifdef SCEMI_PCIE_DINI11 `ifdef BOARD_700212 `include "Bridge_DINI_7002.bsv"13 `endif14 `ifdef BOARD_700615 `include "Bridge_DINI_7006.bsv"16 `endif17 `endif19 `ifdef SCEMI_TCP20 `include "Bridge_TCP.bsv"21 `endif