]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
gbe with forwarder
authorYour Name <you@example.com>
Mon, 18 Sep 2017 13:04:59 +0000 (15:04 +0200)
committerYour Name <you@example.com>
Mon, 18 Sep 2017 13:04:59 +0000 (15:04 +0200)
cts/trb3_central.vhd

index 752fe733f822b9dc4bc3d5dde3a16654984647d8..06e722fe45b1ae1603a048ac29eba0d633bfd0f5 100644 (file)
@@ -593,6 +593,9 @@ architecture trb3_central_arch of trb3_central is
 
    signal fwd_data : std_logic_vector(4 * 8 - 1 downto 0);
    signal fwd_dv, fwd_sop, fwd_eop, fwd_ready, fwd_full : std_logic_vector(3 downto 0);
+   signal fwd_mac : std_logic_vector(4 * 48 - 1 downto 0);
+   signal fwd_ip : std_logic_vector(4 * 32 - 1 downto 0);
+   signal fwd_udp : std_logic_vector(4 * 16 - 1 downto 0);
 
    component OSCF is
       port (
@@ -1380,6 +1383,9 @@ end generate;
       BUS_REG_RX => busgbereg_rx,
       BUS_REG_TX => busgbereg_tx,
 
+      FWD_DST_MAC_IN => fwd_mac,
+      FWD_DST_IP_IN => fwd_ip,
+      FWD_DST_UDP_IN => fwd_udp,
       FWD_DATA_IN => fwd_data,
       FWD_DATA_VALID_IN => fwd_dv,
       FWD_SOP_IN => fwd_sop,