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

Subversion Repositories mytwoqcache

[/] [mytwoqcache/] [trunk/] [2QCache.vhd] - Diff between revs 25 and 26

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 25 Rev 26
Line 398... Line 398...
                                    isfull <= '1';
                                    isfull <= '1';
                                tagBuff <= tagRAMOut;
                                tagBuff <= tagRAMOut;
                                    stateram <= ramwait;
                                    stateram <= ramwait;
                                  else
                                  else
                                    cindex <= FreeOut;
                                    cindex <= FreeOut;
 
                                        if isfull = '0' then
                                tagBuff <= tagRAMOut;
                                tagBuff <= tagRAMOut;
 
                                        end if;
 
                                    isfull <= '0';
                                    stateram <= ramupdate1;
                                    stateram <= ramupdate1;
                                  end if;
                                  end if;
                                else
                                else
                              tagBuff <= tagRAMOut;
                              tagBuff <= tagRAMOut;
                                  cindex <= tagRAMOut( elim).cacheAddr;
                                  cindex <= tagRAMOut( elim).cacheAddr;

powered by: WebSVN 2.1.0

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