URL
https://opencores.org/ocsvn/gecko3/gecko3/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 24 |
Rev 27 |
Line 166... |
Line 166... |
begin
|
begin
|
if i_nReset = '0' then
|
if i_nReset = '0' then
|
v_rx_throtle_count := (others => '0');
|
v_rx_throtle_count := (others => '0');
|
s_RD_EN <= '0';
|
s_RD_EN <= '0';
|
elsif i_SYSCLK = '1' and i_SYSCLK'event then
|
elsif i_SYSCLK = '1' and i_SYSCLK'event then
|
if v_rx_throtle_count >= 0 then
|
if v_rx_throtle_count >= 0 and s_EMPTY = '0' then
|
s_RD_EN <= '1';
|
s_RD_EN <= '1';
|
v_rx_throtle_count := (others => '0');
|
v_rx_throtle_count := (others => '0');
|
else
|
else
|
v_rx_throtle_count := v_rx_throtle_count + 1;
|
v_rx_throtle_count := v_rx_throtle_count + 1;
|
s_RD_EN <= '0';
|
s_RD_EN <= '0';
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.