WIP
This commit is contained in:
parent
c36dfd55ae
commit
a579b7b813
@ -28,7 +28,11 @@ module mkMemoryAccessStage#(IsaCfg#(xlen) cfg)(MemoryAccessStage_Ifc#(xlen));
|
||||
// responding to any responses that have returned. If a request is in flight, a bubble is returned.
|
||||
//
|
||||
method ActionValue#(MEM_WB#(xlen)) step(EX_MEM#(xlen) ex_mem);
|
||||
return defaultValue;
|
||||
MEM_WB#(xlen) mem_wb = defaultValue;
|
||||
if (!ex_mem.common.isBubble) begin
|
||||
end
|
||||
|
||||
return mem_wb;
|
||||
endmethod
|
||||
|
||||
interface MemoryClient memoryClient;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user