]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
gbe update
authorJan Michel <jan@mueschelsoft.de>
Fri, 21 Nov 2014 09:27:59 +0000 (10:27 +0100)
committerJan Michel <jan@mueschelsoft.de>
Fri, 21 Nov 2014 09:27:59 +0000 (10:27 +0100)
gbe2_ecp3/trb_net16_gbe_buf.vhd
gbe2_ecp3/trb_net16_gbe_main_control.vhd

index c6196dd50fa8a7a7eea3041791816a6d56ce7267..05dd9ca2b5bb244dcee84d6c75056b522a494e93 100755 (executable)
@@ -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',
 
index 07af024f18f4be3362166fea13b70dafc5ba5a70..c430dc882b9be147a1596c1be5b17fb0afb3c890 100644 (file)
@@ -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 =>