From cb3b628f8d096ab2a843a804189037c495532ac9 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 18 Jan 2010 20:02:04 -0800 Subject: Added set time and set time at next pps. Removed the old sync pps commands, they dont make sense to use anymore. Replaced the mimo config with clock config. The clock config handles the pps and the reference. Modified the memory map and internal calls to reflect the fpga changes. --- top/u2_core/u2_core.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'top') diff --git a/top/u2_core/u2_core.v b/top/u2_core/u2_core.v index e384e2b93..591c10232 100644 --- a/top/u2_core/u2_core.v +++ b/top/u2_core/u2_core.v @@ -630,7 +630,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), @@ -640,7 +640,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 -- cgit v1.2.3