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

Subversion Repositories mytwoqcache

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /mytwoqcache
    from Rev 26 to Rev 27
    Reverse comparison

Rev 26 → Rev 27

/trunk/2QCache.vhd
516,11 → 516,13
getf <= '0';
writec <= '1';
 
if hi = '1' then
stateram <= ramwait1;
elsif acc = '1' then
doneh <= '1';
stateram <= ramupdate3;
if acc = '1' then
if hi = '1' then
stateram <= ramwait1;
else
doneh <= '1';
stateram <= ramupdate3;
end if;
end if;
when ramupdate3 =>
hi := '0';

powered by: WebSVN 2.1.0

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