URL
https://opencores.org/ocsvn/mytwoqcache/mytwoqcache/trunk
[/] [mytwoqcache/] [trunk/] [2QCache.vhd] - Diff between revs 25 and 26
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 25 |
Rev 26 |
Line 398... |
Line 398... |
isfull <= '1';
|
isfull <= '1';
|
tagBuff <= tagRAMOut;
|
tagBuff <= tagRAMOut;
|
stateram <= ramwait;
|
stateram <= ramwait;
|
else
|
else
|
cindex <= FreeOut;
|
cindex <= FreeOut;
|
|
if isfull = '0' then
|
tagBuff <= tagRAMOut;
|
tagBuff <= tagRAMOut;
|
|
end if;
|
|
isfull <= '0';
|
stateram <= ramupdate1;
|
stateram <= ramupdate1;
|
end if;
|
end if;
|
else
|
else
|
tagBuff <= tagRAMOut;
|
tagBuff <= tagRAMOut;
|
cindex <= tagRAMOut( elim).cacheAddr;
|
cindex <= tagRAMOut( elim).cacheAddr;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.