From fa370016708149976c748c14eadad1f89cf5a8ea Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 25 Sep 2022 19:55:29 -0600 Subject: Refactor CPSR and uarch.sv --- rtl/core/isa.sv | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rtl/core/isa.sv') diff --git a/rtl/core/isa.sv b/rtl/core/isa.sv index 710b11b..1778d33 100644 --- a/rtl/core/isa.sv +++ b/rtl/core/isa.sv @@ -4,11 +4,6 @@ `define FIELD_COND [31:28] `define FIELD_OP [27:0] -typedef logic[3:0] reg_num; - -`define R14 4'b1110 -`define R15 4'b1111 - `define COND_EQ 4'b0000 `define COND_NE 4'b0001 `define COND_HS 4'b0010 -- cgit v1.2.3