summaryrefslogtreecommitdiffstats
path: root/top
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2009-09-20 17:30:27 -0700
committerMatt Ettus <matt@ettus.com>2009-09-20 17:30:27 -0700
commit622efe894fd4ec2fced85355029b879e5c1fb32f (patch)
tree9259ad217561d3f4e1a2255eac5d4ac68196f053 /top
parent7bdf0a5536d1e53a9ca9a53640298a7c26539316 (diff)
parentfe10969413ff8fff708f4c29ebd05876d059be5a (diff)
downloaduhd-622efe894fd4ec2fced85355029b879e5c1fb32f.tar.gz
uhd-622efe894fd4ec2fced85355029b879e5c1fb32f.tar.bz2
uhd-622efe894fd4ec2fced85355029b879e5c1fb32f.zip
Merge branch 'serdes_newfifo' into new_eth
Diffstat (limited to 'top')
-rwxr-xr-xtop/u2_core/u2_core.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/top/u2_core/u2_core.v b/top/u2_core/u2_core.v
index e55783d0b..456800521 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