diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-09-25 15:00:25 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-09-25 15:00:25 -0600 |
| commit | 5dc62fde35731279e5ef4c7b334cb97d4f24f656 (patch) | |
| tree | e2f73fccc7acd3eabfc51bc4871e396e1ed11a3d /rtl/core/isa.sv | |
| parent | 601835e33298015cf49f0ab33a7ef3d61b003ad9 (diff) | |
Implement register file
Diffstat (limited to 'rtl/core/isa.sv')
| -rw-r--r-- | rtl/core/isa.sv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/core/isa.sv b/rtl/core/isa.sv index be012d1..256c1cc 100644 --- a/rtl/core/isa.sv +++ b/rtl/core/isa.sv @@ -6,6 +6,7 @@ typedef logic[3:0] reg_num; +`define R14 4'b1110 `define R15 4'b1111 `define COND_EQ 4'b0000 |
