summaryrefslogtreecommitdiff
path: root/rtl/core/cycles.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-09-25 19:22:43 -0600
committerAlejandro Soto <alejandro@34project.org>2022-09-25 19:22:43 -0600
commit3aa075cf009d9aa8c602389853cc3ea78cda8701 (patch)
treed14d298de29c7d0a6040192018200b2a88b2b93e /rtl/core/cycles.sv
parentf65e5611fde5e1c3e3a509cb2f3ffcafce5bbd33 (diff)
Fix Quartus issues
Diffstat (limited to 'rtl/core/cycles.sv')
-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