summaryrefslogtreecommitdiff
path: root/rtl/core/control/control.sv
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rtl/core/control/control.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/control/control.sv b/rtl/core/control/control.sv
index 4ea590a..077ba1c 100644
--- a/rtl/core/control/control.sv
+++ b/rtl/core/control/control.sv
@@ -4,7 +4,7 @@ module core_control
(
input logic clk,
input insn_decode dec,
- input ptr fetch_insn_pc,
+ input ptr insn_pc,
input psr_flags flags,
alu_flags,
input word rd_value_a,