From f3b18ead59ae02f95dabbf0a1dea40873a816975 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 21 Jan 2024 06:23:46 -0600 Subject: rtl: refactor filenames and directory hierarchy --- rtl/core/cp15/tlb.sv | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 rtl/core/cp15/tlb.sv (limited to 'rtl/core/cp15/tlb.sv') diff --git a/rtl/core/cp15/tlb.sv b/rtl/core/cp15/tlb.sv deleted file mode 100644 index 5cbd19d..0000000 --- a/rtl/core/cp15/tlb.sv +++ /dev/null @@ -1,15 +0,0 @@ -`include "core/uarch.sv" - -module core_cp15_tlb -( - input logic clk, - rst_n, - - input logic load, - transfer, - input word write -); - - //TODO - -endmodule -- cgit v1.2.3