summaryrefslogtreecommitdiff
path: root/rtl/core/control/ldst
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/control/ldst')
-rw-r--r--rtl/core/control/ldst/ldst.sv3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtl/core/control/ldst/ldst.sv b/rtl/core/control/ldst/ldst.sv
index 027fb0a..c8f0dcb 100644
--- a/rtl/core/control/ldst/ldst.sv
+++ b/rtl/core/control/ldst/ldst.sv
@@ -105,6 +105,7 @@ module core_control_ldst
end
mem_start <= !cycle.transfer || (mem_ready && pop_valid);
- end
+ end else if(cycle.escalate)
+ ldst <= 0;
end
endmodule