URL
https://opencores.org/ocsvn/mytwoqcache/mytwoqcache/trunk
Subversion Repositories mytwoqcache
Compare Revisions
- This comparison shows the changes necessary to convert path
/mytwoqcache/trunk
- from Rev 22 to Rev 23
- ↔ Reverse comparison
Rev 22 → Rev 23
/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; |