summaryrefslogtreecommitdiff
path: root/rtl/core/mmu
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-01-21 06:23:46 -0600
committerAlejandro Soto <alejandro@34project.org>2024-02-20 11:11:17 -0600
commitf3b18ead59ae02f95dabbf0a1dea40873a816975 (patch)
tree8979e50f2a37f66a4cd27e937b480efe60d72cf7 /rtl/core/mmu
parenta8bc5a353ea997f73209b39377ee15a73e471237 (diff)
rtl: refactor filenames and directory hierarchy
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