URL
https://opencores.org/ocsvn/gecko3/gecko3/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 24 |
Rev 28 |
Line 278... |
Line 278... |
s_EOM_FF <= '0';
|
s_EOM_FF <= '0';
|
elsif i_IFCLK'event and i_IFCLK = '1' then -- rising clock edge
|
elsif i_IFCLK'event and i_IFCLK = '1' then -- rising clock edge
|
if s_EOM = '1' then
|
if s_EOM = '1' then
|
s_EOM_FF <= '1';
|
s_EOM_FF <= '1';
|
end if;
|
end if;
|
if s_X2U_EMPTY = '1' then
|
if s_X2U_EMPTY = '1' and s_TX_FSM = '0' then
|
s_EOM_FF <= '0';
|
s_EOM_FF <= '0';
|
end if;
|
end if;
|
end if;
|
end if;
|
end process EOM_FF;
|
end process EOM_FF;
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.