From: hadeshyp Date: Wed, 12 Dec 2007 14:00:34 +0000 (+0000) Subject: removed bug in bram fifo, Jan X-Git-Tag: oldGBE~660 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ffc6f9c095b07e04498c82411815d74d4184d481;p=trbnet.git removed bug in bram fifo, Jan --- diff --git a/xilinx/trb_net16_bram_fifo.vhd b/xilinx/trb_net16_bram_fifo.vhd index 072c41e..5037621 100644 --- a/xilinx/trb_net16_bram_fifo.vhd +++ b/xilinx/trb_net16_bram_fifo.vhd @@ -178,7 +178,7 @@ process(clock) ra_or_fcnt0 <= (read_allow OR NOT fcounter(0)); -emptyg <= (not or_all(fcounter(9 downto 1)) AND ra_or_fcnt0) AND NOT write_allow; -- +emptyg <= (not or_all(fcounter(9 downto 1)) AND ra_or_fcnt0) AND NOT write_allow; proc3: process (clock, fifo_gsr) begin