From: hadeshyp Date: Tue, 6 Nov 2012 11:53:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~29 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d5c1af78935623b76fd36dcb159e9fb5dfe627a0;p=trbnet.git *** empty log message *** --- diff --git a/gbe2_ecp3/trb_net16_gbe_packet_constr.vhd b/gbe2_ecp3/trb_net16_gbe_packet_constr.vhd index 2f03435..e6ca1bc 100755 --- a/gbe2_ecp3/trb_net16_gbe_packet_constr.vhd +++ b/gbe2_ecp3/trb_net16_gbe_packet_constr.vhd @@ -262,7 +262,7 @@ begin end if; when SAVE_DATA => constr_state <= x"1"; - if( PC_END_OF_DATA_IN = '1' ) then + if( PC_END_OF_DATA_IN = '1') then constructNextState <= WAIT_FOR_LOAD; else constructNextState <= SAVE_DATA;