From: Jan Michel Date: Thu, 15 Aug 2013 15:40:49 +0000 (+0200) Subject: changed default timeout setting for hubs X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=532777845c1b25733a01c8bbed58339bc5a203c0;p=trbnet.git changed default timeout setting for hubs --- diff --git a/trb_net16_hub_streaming_port_sctrl_cts.vhd b/trb_net16_hub_streaming_port_sctrl_cts.vhd index 49387c6..aa2bae8 100644 --- a/trb_net16_hub_streaming_port_sctrl_cts.vhd +++ b/trb_net16_hub_streaming_port_sctrl_cts.vhd @@ -71,7 +71,7 @@ entity trb_net16_hub_streaming_port_sctrl_cts is INIT_CTRL_REGS : std_logic_vector(2**(4)*32-1 downto 0) := x"00000000_00000000_00000000_00000000" & x"00000000_00000000_00000000_00000000" & - x"00000000_00000000_00007077_00000000" & + x"00000000_00000000_00003077_00000000" & x"FFFFFFFF_00000000_FFFFFFFF_FFFFFFFF" );