summaryrefslogtreecommitdiff
path: root/rtl/core/uarch.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-08 00:23:17 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-08 00:23:17 -0600
commit89a8edd4bb96787c69118dd5f549345015b2d480 (patch)
tree0e2475e2edabd6fecd8f93bb6de6d036dbf6ffd1 /rtl/core/uarch.sv
parentac0d6f4e068ff0ff08f05e04053ebd53ba20bcb8 (diff)
Rename datapath_decode as ctrl_decode
Diffstat (limited to '')
-rw-r--r--rtl/core/uarch.sv18
1 files changed, 9 insertions, 9 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv
index 1d43caf..5b88559 100644
--- a/rtl/core/uarch.sv
+++ b/rtl/core/uarch.sv
@@ -88,7 +88,7 @@ typedef struct packed
coproc,
ldst,
mul;
-} datapath_decode;
+} ctrl_decode;
typedef struct packed
{
@@ -171,14 +171,14 @@ typedef struct packed
typedef struct packed
{
- datapath_decode ctrl;
- psr_decode psr;
- branch_decode branch;
- snd_decode snd;
- data_decode data;
- ldst_decode ldst;
- mul_decode mul;
- coproc_decode coproc;
+ ctrl_decode ctrl;
+ psr_decode psr;
+ branch_decode branch;
+ snd_decode snd;
+ data_decode data;
+ ldst_decode ldst;
+ mul_decode mul;
+ coproc_decode coproc;
} insn_decode;
typedef enum