From 89a8edd4bb96787c69118dd5f549345015b2d480 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 8 Nov 2022 00:23:17 -0600 Subject: Rename datapath_decode as ctrl_decode --- rtl/core/uarch.sv | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'rtl/core/uarch.sv') 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 -- cgit v1.2.3