]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
cmall changes
authorMichael Boehmer <mboehmer@ph.tum.de>
Thu, 3 Nov 2022 10:47:11 +0000 (11:47 +0100)
committerMichael Boehmer <mboehmer@ph.tum.de>
Thu, 3 Nov 2022 10:47:11 +0000 (11:47 +0100)
gbe_trb/base/gbe_frame_receiver.vhd
gbe_trb/base/gbe_logic_wrapper.vhd
gbe_trb/base/gbe_wrapper_fifo.vhd

index 61fea34743ce6d3b57cab2248506cd485a295a2b..52b1e9a0192e66e5d403d39b532d22057a3da09e 100644 (file)
@@ -181,7 +181,7 @@ begin
   end process PROC_FILTER_FSM;\r
 \r
   PROC_FILTER_TRANSITIONS : process( filter_current_state, saved_frame_type, LINK_OK_IN, saved_proto, MY_MAC_IN,\r
-                                     saved_dest_mac, remove_ctr, new_frame, MAC_RX_EOF_IN, frame_type_valid, ALLOW_RX_IN)\r
+                                     saved_dest_mac, remove_ctr, new_frame, MAC_RX_EOF_IN, frame_type_valid, ALLOW_RX_IN )\r
   begin\r
     set_proto_x <= (others => '0');\r
     oob_select_x <= '0';\r
index a9647d607a05262c5fd65f5b450560fd55b13528..b39514ce161fc166752fed95f6da47815617cf61 100644 (file)
@@ -17,7 +17,6 @@ entity gbe_logic_wrapper is
   port(
     CLK_125_IN               : in  std_logic;
     RESET                    : in  std_logic;
-    GSR_N                    : in  std_logic;
     MY_MAC_IN                : in  std_logic_vector(47 downto 0);
     DHCP_DONE_OUT            : out std_logic;
     MY_IP_OUT                : out std_logic_vector(31 downto 0);              
index 80837483f6ff466195922f733d75e346a3bbeaa4..ce0dcdedfb3952d8196f246e04e47e77bdbc0237 100644 (file)
@@ -165,7 +165,6 @@ begin
   port map(
     CLK_125_IN               => CLK_125_IN,
     RESET                    => RESET,
-    GSR_N                    => GSR_N,
     MY_MAC_IN                => mac,
     DHCP_DONE_OUT            => dhcp_done,
     MY_IP_OUT                => my_ip(31 downto 0),