]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
removed bug in bram fifo, Jan
authorhadeshyp <hadeshyp>
Wed, 12 Dec 2007 14:00:34 +0000 (14:00 +0000)
committerhadeshyp <hadeshyp>
Wed, 12 Dec 2007 14:00:34 +0000 (14:00 +0000)
xilinx/trb_net16_bram_fifo.vhd

index 072c41e7b01ad7ab817167807a14e71f9375efe9..50376219a103ba17573e39a0847bbb0750b24574 100644 (file)
@@ -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