diff options
Diffstat (limited to '')
| -rw-r--r-- | rtl/core/core_mmu.sv (renamed from rtl/core/mmu/mmu.sv) | 2 | ||||
| -rw-r--r-- | rtl/core/core_mmu_arbiter.sv (renamed from rtl/core/mmu/arbiter.sv) | 0 | ||||
| -rw-r--r-- | rtl/core/core_mmu_fault.sv (renamed from rtl/core/mmu/fault.sv) | 2 | ||||
| -rw-r--r-- | rtl/core/core_mmu_pagewalk.sv (renamed from rtl/core/mmu/pagewalk.sv) | 2 | ||||
| -rw-r--r-- | rtl/core/mmu_format.sv (renamed from rtl/core/mmu/format.sv) | 0 |
5 files changed, 3 insertions, 3 deletions
diff --git a/rtl/core/mmu/mmu.sv b/rtl/core/core_mmu.sv index 22dfc3b..3060d69 100644 --- a/rtl/core/mmu/mmu.sv +++ b/rtl/core/core_mmu.sv @@ -1,4 +1,4 @@ -`include "core/mmu/format.sv" +`include "core/mmu_format.sv" `include "core/uarch.sv" module core_mmu diff --git a/rtl/core/mmu/arbiter.sv b/rtl/core/core_mmu_arbiter.sv index b0da7c8..b0da7c8 100644 --- a/rtl/core/mmu/arbiter.sv +++ b/rtl/core/core_mmu_arbiter.sv diff --git a/rtl/core/mmu/fault.sv b/rtl/core/core_mmu_fault.sv index b33cec2..ec80753 100644 --- a/rtl/core/mmu/fault.sv +++ b/rtl/core/core_mmu_fault.sv @@ -1,4 +1,4 @@ -`include "core/mmu/format.sv" +`include "core/mmu_format.sv" `include "core/uarch.sv" module core_mmu_fault diff --git a/rtl/core/mmu/pagewalk.sv b/rtl/core/core_mmu_pagewalk.sv index 70c932c..bdf1989 100644 --- a/rtl/core/mmu/pagewalk.sv +++ b/rtl/core/core_mmu_pagewalk.sv @@ -1,4 +1,4 @@ -`include "core/mmu/format.sv" +`include "core/mmu_format.sv" `include "core/uarch.sv" module core_mmu_pagewalk diff --git a/rtl/core/mmu/format.sv b/rtl/core/mmu_format.sv index 3029b83..3029b83 100644 --- a/rtl/core/mmu/format.sv +++ b/rtl/core/mmu_format.sv |
