From ffc6f9c095b07e04498c82411815d74d4184d481 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 12 Dec 2007 14:00:34 +0000 Subject: [PATCH] removed bug in bram fifo, Jan --- xilinx/trb_net16_bram_fifo.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0