From: hadaq Date: Mon, 21 Jun 2010 08:42:51 +0000 (+0000) Subject: trb_net_sbuf5.vhd X-Git-Tag: oldGBE~272 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=09fc9485435a40a515beeba85f4a1d37d54771da;p=trbnet.git trb_net_sbuf5.vhd --- diff --git a/trb_net_sbuf5.vhd b/trb_net_sbuf5.vhd index c1dda29..bf3b191 100644 --- a/trb_net_sbuf5.vhd +++ b/trb_net_sbuf5.vhd @@ -218,10 +218,11 @@ begin syn_dataready_x <= '1'; end if; when WR5 => bsm_x <= x"7"; - syn_dataready_x <= '1'; +-- syn_dataready_x <= '1'; if( (SYN_READ_IN = '1') and (p_avail_x = '1') ) then NEXT_STATE <= RD2; fifo_rd_en_x <= '1'; + syn_dataready_x <= '1'; else NEXT_STATE <= WR5; end if;