From 984f1a5adea2d2eb74b7e34262a669456b5fda10 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Mon, 27 Jul 2009 14:56:53 +0000 Subject: [PATCH] *** empty log message *** --- trb_net16_endpoint_hades_cts.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.43.0