]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
componets fix?
authorLudwig Maier <lmaier@crius.e12.ph.tum.de>
Sun, 25 May 2014 13:05:07 +0000 (15:05 +0200)
committerLudwig Maier <lmaier@crius.e12.ph.tum.de>
Sun, 25 May 2014 13:05:07 +0000 (15:05 +0200)
trb_net_components.vhd

index 595d575b625185dace9176443e73e441915914ab..15e72f6cd10b0f58190bc33fc46ff0715c939248 100644 (file)
@@ -515,7 +515,7 @@ component bus_register_handler is
     RESET            : in  std_logic;\r
     CLK              : in  std_logic;\r
 --\r
-    DATA_IN          : in  std_logic_vector_array_32(0 to BUS_LENGTH);\r
+    DATA_IN          : in  std_logic_vector_array_32(0 to BUS_LENGTH-1);\r
     READ_EN_IN       : in  std_logic;\r
     WRITE_EN_IN      : in  std_logic;\r
     ADDR_IN          : in  std_logic_vector(6 downto 0);\r