diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-10-23 23:34:34 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-10-23 23:34:34 -0600 |
| commit | 642f1480854fa60c71dd06cb57c29fee0b3504e9 (patch) | |
| tree | 2f6ac9ca1c4643f77ed2a80d4531b90bdc481500 /rtl/core/uarch.sv | |
| parent | 1e17c6994897bc2edbde3b52db6a1e39d9a20f03 (diff) | |
Move signal `uses_rn` to struct data_decode
Diffstat (limited to 'rtl/core/uarch.sv')
| -rw-r--r-- | rtl/core/uarch.sv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index 1574895..d1bdce8 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -62,6 +62,7 @@ typedef struct packed alu_op op; reg_num rn, rd; + logic uses_rn; } data_decode; typedef struct packed |
