aboutsummaryrefslogtreecommitdiff
path: root/hdl/mem_stage.v
diff options
context:
space:
mode:
Diffstat (limited to 'hdl/mem_stage.v')
-rw-r--r--hdl/mem_stage.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/hdl/mem_stage.v b/hdl/mem_stage.v
index 79a211d..d0a651e 100644
--- a/hdl/mem_stage.v
+++ b/hdl/mem_stage.v
@@ -12,6 +12,8 @@ module mem_stage (
input wb_reg_write,
input wb_mem_to_reg,
+ input pstop_i,
+
output reg [4:0] MEM_WB_dst_reg,
output reg MEM_WB_reg_write,
output reg MEM_WB_mem_to_reg,