]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
Increased number of addition read-out port of TRB3-CTS endpoint
authorManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Sun, 12 Oct 2014 16:22:36 +0000 (18:22 +0200)
committerManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Sun, 12 Oct 2014 16:22:36 +0000 (18:22 +0200)
trb_net16_hub_func.vhd
trb_net16_hub_streaming_port_sctrl_cts.vhd

index 12ee9a8f7f98bd59e6d75cc56f440c275cff19f1..2c451c3515ab76454b6a680435fc1a0cc980abdf 100644 (file)
@@ -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;
index 4b537ff8198fc7dc2ff8eed54505e5b2a9921224..34edb6720615edd3912f4cf4ede18af79b5043bb 100644 (file)
@@ -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;