diff options
Diffstat (limited to '')
| -rw-r--r-- | rtl/core/uarch.sv | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index 5b4183c..1574895 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -66,6 +66,12 @@ typedef struct packed typedef struct packed { + logic branch; + ptr offset; +} branch_decode; + +typedef struct packed +{ reg_num r, r_shift; logic shift_by_reg, |
