mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added comments to finish store delay stall removal.
This commit is contained in:
parent
9cf6b1fdeb
commit
a7f0aaa722
@ -427,7 +427,7 @@ module controller import cvw::*; #(parameter cvw_t P) (
|
|||||||
// the synchronous DTIM cannot read immediately after write
|
// the synchronous DTIM cannot read immediately after write
|
||||||
// a cache cannot read or write immediately after a write
|
// a cache cannot read or write immediately after a write
|
||||||
// atomic operations are also detected as MemRWD[1]
|
// atomic operations are also detected as MemRWD[1]
|
||||||
//assign StoreStallD = MemRWE[0] & ((MemRWD[1] | (MemRWD[0] & P.DCACHE_SUPPORTED)));
|
// *** RT: Remove this after updating the cache.
|
||||||
//assign StoreStallD = (MemRWE[0] | (|CMOpE)) & ((MemRWD[1] | (MemRWD[0] & P.DCACHE_SUPPORTED) | (|CMOpD)));
|
// *** RT: Check that atomic after atomic works correctly.
|
||||||
assign StoreStallD = ((|CMOpE)) & ((|CMOpD));
|
assign StoreStallD = ((|CMOpE)) & ((|CMOpD));
|
||||||
endmodule
|
endmodule
|
||||||
|
Loading…
Reference in New Issue
Block a user