]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Mon, 16 Nov 2009 14:36:33 +0000 (14:36 +0000)
committerhadeshyp <hadeshyp>
Mon, 16 Nov 2009 14:36:33 +0000 (14:36 +0000)
trb_net_components.vhd

index 23ff0bc5279dda0df5dc7a4c6a2c9acead909529..ceba5903eb3b5a246f735c603ec15400204047ab 100644 (file)
@@ -298,11 +298,11 @@ package trb_net_components is
       REGIO_NUM_STAT_REGS      : integer range 0 to 6 := 3; --log2 of number of status registers
       REGIO_NUM_CTRL_REGS      : integer range 0 to 6 := 3; --log2 of number of ctrl registers
       --standard values for output registers
-      REGIO_INIT_CTRL_REGS     : std_logic_vector(2**(3)*32-1 downto 0) := (others => '0');
+      REGIO_INIT_CTRL_REGS     : std_logic_vector(2**(4)*32-1 downto 0) := (others => '0');
       --set to 0 for unused ctrl registers to save resources
-      REGIO_USED_CTRL_REGS     : std_logic_vector(2**(3)-1 downto 0)    := "00000001";
+      REGIO_USED_CTRL_REGS     : std_logic_vector(2**(4)-1 downto 0)    := "00000001";
       --set to 0 for each unused bit in a register
-      REGIO_USED_CTRL_BITMASK  : std_logic_vector(2**(3)*32-1 downto 0) := (others => '1');
+      REGIO_USED_CTRL_BITMASK  : std_logic_vector(2**(4)*32-1 downto 0) := (others => '1');
       REGIO_USE_DAT_PORT       : integer range 0 to 1 := c_YES;  --internal data port
       REGIO_INIT_ADDRESS       : std_logic_vector(15 downto 0) := x"FFFF";
       REGIO_INIT_UNIQUE_ID     : std_logic_vector(63 downto 0) := x"1000_2000_3654_4876";