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 13 to Rev 14
- ↔ Reverse comparison
Rev 13 → Rev 14
/2QCache.vhd
746,6 → 746,7
removeAm <= '0'; |
getAm <= '0'; |
getA1 <= '0'; |
queuedone <= '0'; |
|
if hi = '1' then |
hi := '0'; |
753,7 → 754,6
elsif acc = '1' then |
acc := '0'; |
del <= 15; |
queuedone <= '0'; |
statequeue <= queuestart; |
end if; |
when queuewaitAm1 => |