From 4c7facbdd0e1cbb77918f4d2f1a502a354f53f33 Mon Sep 17 00:00:00 2001 From: hadaq Date: Wed, 19 Aug 2009 09:37:50 +0000 Subject: [PATCH] increased port on slv_bus to 64 --- trb_net_std.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0