summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-15 16:31:56 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-15 16:31:56 -0600
commit54fa97814d58f282e2897f8d8a253bcebd52c8ba (patch)
tree32e2d2494bbfe7ea21234c88201e32edcea3a4c8 /rtl/core/arm810.sv
parent1d08cc6aff97a24bffa5ba5b578c52bb545fc393 (diff)
Mpve combinational logic out of arm810.sv
Diffstat (limited to '')
-rw-r--r--rtl/core/arm810.sv1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv
index 2600e51..eb5ebe1 100644
--- a/rtl/core/arm810.sv
+++ b/rtl/core/arm810.sv
@@ -28,7 +28,6 @@ module arm810
.addr(insn_addr),
.insn(fetch_insn),
.fetch(insn_start),
- .branch(explicit_branch || wr_pc),
.fetched(insn_ready),
.insn_pc(fetch_insn_pc),
.fetch_data(insn_data_rd),