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 27 to Rev 26
    Reverse comparison

Rev 27 → Rev 26

/mytwoqcache/trunk/2QCache.vhd
516,13 → 516,11
getf <= '0';
writec <= '1';
 
if acc = '1' then
if hi = '1' then
stateram <= ramwait1;
else
doneh <= '1';
stateram <= ramupdate3;
end if;
if hi = '1' then
stateram <= ramwait1;
elsif acc = '1' then
doneh <= '1';
stateram <= ramupdate3;
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.