diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-09-25 19:22:43 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-09-25 19:22:43 -0600 |
| commit | 3aa075cf009d9aa8c602389853cc3ea78cda8701 (patch) | |
| tree | d14d298de29c7d0a6040192018200b2a88b2b93e /rtl/core/cycles.sv | |
| parent | f65e5611fde5e1c3e3a509cb2f3ffcafce5bbd33 (diff) | |
Fix Quartus issues
Diffstat (limited to '')
| -rw-r--r-- | rtl/core/cycles.sv | 1 |
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 |
