From: hadeshyp Date: Wed, 29 Oct 2008 12:29:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~519 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=9ee4fdf9df878d471fe57b6d8ff4b8b9de5dd2ab;p=trbnet.git *** empty log message *** --- diff --git a/trb_net16_regIO.vhd b/trb_net16_regIO.vhd index b87385b..a28f9eb 100644 --- a/trb_net16_regIO.vhd +++ b/trb_net16_regIO.vhd @@ -723,7 +723,7 @@ begin COMMON_CTRL_REG_OUT <= buf_COMMON_CTRL_REG_OUT; STAT(3 downto 0) <= state_bits; - STAT(6 downto 4) <= b_API_PACKET_NUM_OUT; + STAT(6 downto 4) <= buf_API_PACKET_NUM_OUT; STAT(7) <= next_API_DATAREADY_OUT; STAT(15 downto 8) <= next_API_DATA_OUT(7 downto 0); STAT(31 downto 16) <= (others => '0');