From a3f1c85c9a426e5e201a39593c98d25da8fd0349 Mon Sep 17 00:00:00 2001 From: Manuel Penschuck Date: Sun, 12 Oct 2014 18:22:36 +0200 Subject: [PATCH] Increased number of addition read-out port of TRB3-CTS endpoint --- trb_net16_hub_func.vhd | 2 +- trb_net16_hub_streaming_port_sctrl_cts.vhd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trb_net16_hub_func.vhd b/trb_net16_hub_func.vhd index 12ee9a8..2c451c3 100644 --- a/trb_net16_hub_func.vhd +++ b/trb_net16_hub_func.vhd @@ -719,7 +719,7 @@ component trb_net16_hub_streaming_port_sctrl_cts is CLOCK_FREQUENCY : integer range 1 to 200 := 100; USE_ONEWIRE : integer range 0 to 2 := c_YES; BROADCAST_SPECIAL_ADDR : std_logic_vector(7 downto 0) := x"FF"; - RDO_ADDITIONAL_PORT : integer range 0 to 2 := 2; + RDO_ADDITIONAL_PORT : integer range 0 to 7 := 2; RDO_DATA_BUFFER_DEPTH : integer range 9 to 14 := 9; RDO_DATA_BUFFER_FULL_THRESH : integer range 0 to 2**14-2 := 384; RDO_HEADER_BUFFER_DEPTH : integer range 9 to 14 := 9; diff --git a/trb_net16_hub_streaming_port_sctrl_cts.vhd b/trb_net16_hub_streaming_port_sctrl_cts.vhd index 4b537ff..34edb67 100644 --- a/trb_net16_hub_streaming_port_sctrl_cts.vhd +++ b/trb_net16_hub_streaming_port_sctrl_cts.vhd @@ -58,7 +58,7 @@ entity trb_net16_hub_streaming_port_sctrl_cts is CLOCK_FREQUENCY : integer range 1 to 200 := 100; USE_ONEWIRE : integer range 0 to 2 := c_YES; BROADCAST_SPECIAL_ADDR : std_logic_vector(7 downto 0) := x"FF"; - RDO_ADDITIONAL_PORT : integer range 1 to 2 := 2; + RDO_ADDITIONAL_PORT : integer range 1 to 7 := 2; -- real limit to be explored RDO_DATA_BUFFER_DEPTH : integer range 9 to 14 := 9; RDO_DATA_BUFFER_FULL_THRESH : integer range 0 to 2**14-2 := 2**8; RDO_HEADER_BUFFER_DEPTH : integer range 9 to 14 := 9; -- 2.43.0