]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
changed fifo_rx_rd_en to be not static anymore.
authorhadaq <hadaq>
Fri, 21 May 2010 11:25:59 +0000 (11:25 +0000)
committerhadaq <hadaq>
Fri, 21 May 2010 11:25:59 +0000 (11:25 +0000)
media_interfaces/trb_net16_med_ecp_sfp_gbe.vhd

index 3d952c050fdcfa53ecd313d9cd74535eb291f79c..3a1bf1b44ac5d7209f54a62a22acb464c9253da8 100755 (executable)
@@ -921,11 +921,6 @@ refclk2core_out <= refck2core;
         );
   end generate;
 
---<--       ff_force_disp_ch2      => "00",
---<--       ff_disp_sel_ch2        => "00",
--->--    ff_xmit_ch2        => "00", -- UNKNOWN
--->--    ff_rx_even_ch2      => open, -- UNKNOWN
-
 -------------------------------------------------------------------------
 -- RX Fifo & Data output
 -------------------------------------------------------------------------
@@ -945,7 +940,7 @@ port map( read_clock_in  => sysclk,
     );
 
 fifo_rx_reset <= reset_i or not rx_allow_q;
-fifo_rx_rd_en <= '1';
+fifo_rx_rd_en <= not fifo_rx_empty;
 
 -- Received bytes need to be swapped if the SerDes is "off by one" in its internal 8bit path
 THE_BYTE_SWAP_PROC: process( sysclk ) -- CHANGED