Skip to content
Snippets Groups Projects
Commit d36a01f5 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

Merge branch 'master' of ssh://192.168.2.1/~git/etherbone

parents 0aa5df33 e18a84a2
Branches
Tags
No related merge requests found
......@@ -407,6 +407,9 @@ begin
when IDLE => state_mux <= NONE;
if(valid_i = '1' AND silent_i = '0') then
ETH_TX <= INIT_ETH_HDR (my_mac_i);
IPV4_TX <= INIT_IPV4_HDR(my_ip_i);
UDP_TX <= INIT_UDP_HDR (my_port_i);
ETH_TX.DST <= reply_MAC_i;
IPV4_TX.DST <= reply_IP_i;
IPV4_TX.TOL <= TOL_i;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment