OpenCores
URL https://opencores.org/ocsvn/mytwoqcache/mytwoqcache/trunk

Subversion Repositories mytwoqcache

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 22 to Rev 23
    Reverse comparison

Rev 22 → Rev 23

/mytwoqcache/trunk/2QCache.vhd
388,9 → 388,6
end if;
when ramstart =>
if enableram = '1' then -- UPDATE
if isfull = '0' then
tagBuff <= tagRAMOut;
end if;
if found /= 15 then
tagBuff <= tagRAMOut;
cindex <= tagRAMOut( found).cacheAddr;
427,6 → 424,7
end if;
end if;
else
tagBuff <= tagRAMOut;
cindex <= tagRAMOut( elim).cacheAddr;
isfull <= '0';
stateram <= ramupdate;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.