diff options
author | Matt Ettus <matt@ettus.com> | 2009-09-04 22:33:30 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2009-09-04 22:33:30 -0700 |
commit | fe10969413ff8fff708f4c29ebd05876d059be5a (patch) | |
tree | ad6260aeb5e08343f8c11d5c2956c687acb35fad /top | |
parent | c21464b1107295575afa958e34f915f7d9985c14 (diff) | |
download | uhd-fe10969413ff8fff708f4c29ebd05876d059be5a.tar.gz uhd-fe10969413ff8fff708f4c29ebd05876d059be5a.tar.bz2 uhd-fe10969413ff8fff708f4c29ebd05876d059be5a.zip |
Untested fixes for getting serdes onto the new fifo system. Compiles, at least
Diffstat (limited to 'top')
-rwxr-xr-x | top/u2_core/u2_core.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/top/u2_core/u2_core.v b/top/u2_core/u2_core.v index 918215093..e4c224ab6 100755 --- a/top/u2_core/u2_core.v +++ b/top/u2_core/u2_core.v @@ -587,7 +587,7 @@ module u2_core // /////////////////////////////////////////////////////////////////////////////////// // SERDES -/* + serdes #(.TXFIFOSIZE(9),.RXFIFOSIZE(9)) serdes (.clk(dsp_clk),.rst(dsp_rst), .ser_tx_clk(ser_tx_clk),.ser_t(ser_t),.ser_tklsb(ser_tklsb),.ser_tkmsb(ser_tkmsb), @@ -597,7 +597,7 @@ module u2_core .tx_occupied(ser_tx_occ),.tx_full(ser_tx_full),.tx_empty(ser_tx_empty), .rx_occupied(ser_rx_occ),.rx_full(ser_rx_full),.rx_empty(ser_rx_empty), .serdes_link_up(serdes_link_up),.debug0(debug_serdes0), .debug1(debug_serdes1) ); -*/ + // /////////////////////////////////////////////////////////////////////////////////// // External RAM Interface |