From: Jan Michel Date: Mon, 8 Dec 2014 12:56:33 +0000 (+0100) Subject: addressing bux fixed X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=1fe3343c3baf65124f394538430ad54e5940d40b;p=trbnet.git addressing bux fixed --- diff --git a/gbe2_ecp3/trb_net16_gbe_response_constructor_TrbNetData.vhd b/gbe2_ecp3/trb_net16_gbe_response_constructor_TrbNetData.vhd index deb3c07..91b8ceb 100644 --- a/gbe2_ecp3/trb_net16_gbe_response_constructor_TrbNetData.vhd +++ b/gbe2_ecp3/trb_net16_gbe_response_constructor_TrbNetData.vhd @@ -455,13 +455,13 @@ end process LOADED_BYTES_PROC; TC_FRAME_SIZE_OUT <= event_bytes; TC_FRAME_TYPE_OUT <= x"0008"; ---TC_DEST_MAC_OUT <= ic_dest_mac_shift; --x"c4e870211b00"; --ic_dest_mac; ---TC_DEST_IP_OUT <= ic_dest_ip_shift; --x"0300a8c0"; --ic_dest_ip; ---TC_DEST_UDP_OUT <= ic_dest_udp_shift; --x"c35c"; --ic_dest_udp; +TC_DEST_MAC_OUT <= ic_dest_mac_shift; --x"c4e870211b00"; --ic_dest_mac; +TC_DEST_IP_OUT <= ic_dest_ip_shift; --x"0300a8c0"; --ic_dest_ip; +TC_DEST_UDP_OUT <= ic_dest_udp_shift; --x"c35c"; --ic_dest_udp; -TC_DEST_MAC_OUT <= x"87883c290c00"; --ic_dest_mac; -TC_DEST_IP_OUT <= x"0188a8c0"; --ic_dest_ip; -TC_DEST_UDP_OUT <= x"c35b"; --ic_dest_udp; +--TC_DEST_MAC_OUT <= x"87883c290c00"; --ic_dest_mac; +--TC_DEST_IP_OUT <= x"0188a8c0"; --ic_dest_ip; +--TC_DEST_UDP_OUT <= x"c35b"; --ic_dest_udp; process(CLK) begin