From: hadeshyp Date: Mon, 27 Jul 2009 14:56:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~415 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=984f1a5adea2d2eb74b7e34262a669456b5fda10;p=trbnet.git *** empty log message *** --- diff --git a/trb_net16_endpoint_hades_cts.vhd b/trb_net16_endpoint_hades_cts.vhd index 4f7e824..0732f08 100644 --- a/trb_net16_endpoint_hades_cts.vhd +++ b/trb_net16_endpoint_hades_cts.vhd @@ -578,9 +578,9 @@ begin buf_IPU_DATAREADY_OUT <= '0'; end if; if buf_APL_READ_IN(1) = '1' and buf_APL_DATAREADY_OUT(1) = '1' and buf_APL_TYP_OUT(5 downto 3) = TYPE_DAT then - if buf_APL_PACKET_NUM_IN(5 downto 3) = c_F0 or buf_APL_PACKET_NUM_IN(5 downto 3) = c_F2 then + if buf_APL_PACKET_NUM_OUT(5 downto 3) = c_F0 or buf_APL_PACKET_NUM_OUT(5 downto 3) = c_F2 then buf_IPU_DATA_OUT(31 downto 16) <= buf_APL_DATA_OUT(31 downto 16); - elsif buf_APL_PACKET_NUM_IN(5 downto 3) = c_F1 or buf_APL_PACKET_NUM_IN(5 downto 3) = c_F3 then + elsif buf_APL_PACKET_NUM_OUT(5 downto 3) = c_F1 or buf_APL_PACKET_NUM_OUT(5 downto 3) = c_F3 then buf_IPU_DATA_OUT(15 downto 0) <= buf_APL_DATA_OUT(31 downto 16); buf_IPU_DATAREADY_OUT <= '1'; end if;