From: Ludwig Maier Date: Sun, 25 May 2014 13:05:07 +0000 (+0200) Subject: componets fix? X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=56368b237a97e6b3447a8f9b9d7b801d4a8a1c4d;p=trbnet.git componets fix? --- diff --git a/trb_net_components.vhd b/trb_net_components.vhd index 595d575..15e72f6 100644 --- a/trb_net_components.vhd +++ b/trb_net_components.vhd @@ -515,7 +515,7 @@ component bus_register_handler is RESET : in std_logic; CLK : in std_logic; -- - DATA_IN : in std_logic_vector_array_32(0 to BUS_LENGTH); + DATA_IN : in std_logic_vector_array_32(0 to BUS_LENGTH-1); READ_EN_IN : in std_logic; WRITE_EN_IN : in std_logic; ADDR_IN : in std_logic_vector(6 downto 0);