URL
https://opencores.org/ocsvn/udp_ip_stack/udp_ip_stack/trunk
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 6 |
Line 100... |
Line 100... |
ip_rx.data.data_in_last <= '0';
|
ip_rx.data.data_in_last <= '0';
|
ip_rx.hdr.is_valid <= '0';
|
ip_rx.hdr.is_valid <= '0';
|
ip_rx.hdr.protocol <= (others => '0');
|
ip_rx.hdr.protocol <= (others => '0');
|
ip_rx.hdr.num_frame_errors <= (others => '0');
|
ip_rx.hdr.num_frame_errors <= (others => '0');
|
ip_rx.hdr.last_error_code <= (others => '0');
|
ip_rx.hdr.last_error_code <= (others => '0');
|
|
ip_rx.hdr.is_broadcast <= '0';
|
|
|
reset <= '1';
|
reset <= '1';
|
wait for clk_period*10;
|
wait for clk_period*10;
|
reset <= '0';
|
reset <= '0';
|
wait for clk_period*5;
|
wait for clk_period*5;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.