From: Jan Michel Date: Fri, 21 Nov 2014 09:27:59 +0000 (+0100) Subject: gbe update X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a171265b1a72e8c6707618619573ada7cbc3c671;p=trbnet.git gbe update --- diff --git a/gbe2_ecp3/trb_net16_gbe_buf.vhd b/gbe2_ecp3/trb_net16_gbe_buf.vhd index c6196dd..05dd9ca 100755 --- a/gbe2_ecp3/trb_net16_gbe_buf.vhd +++ b/gbe2_ecp3/trb_net16_gbe_buf.vhd @@ -733,7 +733,7 @@ main_with_dummy_gen : if USE_INTERNAL_TRBNET_DUMMY = 1 generate CFG_MAX_SUB_IN => x"e998", -- 59800 CFG_MAX_QUEUE_IN => x"ea60", -- 60000 CFG_MAX_SUBS_IN_QUEUE_IN => x"00c8", -- 200 - CFG_MAX_SINGLE_SUB_IN => x"7d00", -- 32000 + CFG_MAX_SINGLE_SUB_IN => x"e998", --x"7d00", -- 32000 CFG_ADDITIONAL_HDR_IN => '0', diff --git a/gbe2_ecp3/trb_net16_gbe_main_control.vhd b/gbe2_ecp3/trb_net16_gbe_main_control.vhd index 07af024..c430dc8 100644 --- a/gbe2_ecp3/trb_net16_gbe_main_control.vhd +++ b/gbe2_ecp3/trb_net16_gbe_main_control.vhd @@ -662,7 +662,7 @@ begin if (PCS_AN_COMPLETE_IN = '0') then link_next_state <= INACTIVE; else - link_next_state <= ACTIVE; + link_next_state <= WAIT_FOR_BOOT; --ACTIVE; end if; when WAIT_FOR_BOOT =>