summaryrefslogtreecommitdiff
path: root/rtl/core/cycles.sv
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rtl/core/cycles.sv1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtl/core/cycles.sv b/rtl/core/cycles.sv
index d52c0b0..c5ad62f 100644
--- a/rtl/core/cycles.sv
+++ b/rtl/core/cycles.sv
@@ -39,7 +39,6 @@ module core_cycles
always_ff @(posedge clk) begin
cycle <= next_cycle;
- stall <= next_cycle != EXECUTE;
flags <= next_flags;
if(next_cycle == EXECUTE) begin