URL
https://opencores.org/ocsvn/udp_ip_stack/udp_ip_stack/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 8 |
Line 23... |
Line 23... |
got_mac : std_logic; -- indicates that we got the mac
|
got_mac : std_logic; -- indicates that we got the mac
|
mac : std_logic_vector (47 downto 0);
|
mac : std_logic_vector (47 downto 0);
|
got_err : std_logic; -- indicates that we got an error (prob a timeout)
|
got_err : std_logic; -- indicates that we got an error (prob a timeout)
|
end record;
|
end record;
|
|
|
|
type arp_control_type is
|
|
record
|
|
clear_cache : std_logic;
|
|
end record;
|
|
|
end arp_types;
|
end arp_types;
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.