From: hadaq Date: Wed, 19 Aug 2009 09:37:50 +0000 (+0000) Subject: increased port on slv_bus to 64 X-Git-Tag: oldGBE~395 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4c7facbdd0e1cbb77918f4d2f1a502a354f53f33;p=trbnet.git increased port on slv_bus to 64 --- diff --git a/trb_net_std.vhd b/trb_net_std.vhd index a02c4f1..f699673 100644 --- a/trb_net_std.vhd +++ b/trb_net_std.vhd @@ -116,7 +116,7 @@ package trb_net_std is constant c_read_multiple_type : std_logic_vector(3 downto 0) := x"A"; constant c_write_multiple_type : std_logic_vector(3 downto 0) := x"B"; - constant c_BUS_HANDLER_MAX_PORTS : integer := 32; + constant c_BUS_HANDLER_MAX_PORTS : integer := 64; type c_BUS_HANDLER_ADDR_t is array(0 to c_BUS_HANDLER_MAX_PORTS) of std_logic_vector(15 downto 0); type c_BUS_HANDLER_WIDTH_t is array(0 to c_BUS_HANDLER_MAX_PORTS) of integer range 0 to 16;