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

Subversion Repositories rtf65002

[/] [rtf65002/] [trunk/] [rtl/] [verilog/] [store.v] - Diff between revs 35 and 36

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

Rev 35 Rev 36
Line 55... Line 55...
                default:        wb_write(0,wdat);
                default:        wb_write(0,wdat);
                endcase
                endcase
`ifdef SUPPORT_DCACHE
`ifdef SUPPORT_DCACHE
                radr <= wadr;           // Do a cache read to test the hit
                radr <= wadr;           // Do a cache read to test the hit
`endif
`endif
 
                if (ir9==`PUSH)
 
                        Rt <= 4'h0;
                state <= STORE2;
                state <= STORE2;
        end
        end
 
 
// Terminal state for stores. Update the data cache if there was a cache hit.
// Terminal state for stores. Update the data cache if there was a cache hit.
// Clear any previously set lock status
// Clear any previously set lock status

powered by: WebSVN 2.1.0

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