diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-09-25 19:55:29 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-09-25 19:55:29 -0600 |
| commit | fa370016708149976c748c14eadad1f89cf5a8ea (patch) | |
| tree | 785ca92bebaef645e15f26a97d4892ef2ba2dad9 /rtl/core/regs | |
| parent | 3aa075cf009d9aa8c602389853cc3ea78cda8701 (diff) | |
Refactor CPSR and uarch.sv
Diffstat (limited to 'rtl/core/regs')
| -rw-r--r-- | rtl/core/regs/map.sv | 2 | ||||
| -rw-r--r-- | rtl/core/regs/regs.sv | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/rtl/core/regs/map.sv b/rtl/core/regs/map.sv index b4da988..11085d4 100644 --- a/rtl/core/regs/map.sv +++ b/rtl/core/regs/map.sv @@ -1,5 +1,3 @@ -`include "core/isa.sv" -`include "core/psr.sv" `include "core/uarch.sv" module core_reg_map diff --git a/rtl/core/regs/regs.sv b/rtl/core/regs/regs.sv index 5f51faa..182b240 100644 --- a/rtl/core/regs/regs.sv +++ b/rtl/core/regs/regs.sv @@ -1,5 +1,4 @@ -`include "core/isa.sv" -`include "core/psr.sv" +`include "core/uarch.sv" module core_regs ( |
