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 18 |
Rev 22 |
Line 191... |
Line 191... |
else
|
else
|
rx_count_mode <= INCR;
|
rx_count_mode <= INCR;
|
end if;
|
end if;
|
-- handle early frame termination
|
-- handle early frame termination
|
if ip_rx.data.data_in_last = '1' then
|
if ip_rx.data.data_in_last = '1' then
|
next_rx_state <= ERR;
|
next_rx_state <= IDLE;
|
set_rx_state <= '1';
|
set_rx_state <= '1';
|
else
|
else
|
case rx_count is
|
case rx_count is
|
when x"0000" => set_sph <= '1';
|
when x"0000" => set_sph <= '1';
|
when x"0001" => set_spl <= '1';
|
when x"0001" => set_spl <= '1';
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.