Fixed tab space issue.

This commit is contained in:
Ross Thompson 2021-07-01 17:17:53 -05:00
parent 2dc349ea6f
commit 6916784354

View File

@ -34,7 +34,8 @@
- Implement faults on accessed/dirty behavior - Implement faults on accessed/dirty behavior
*/ */
module pagetablewalker ( module pagetablewalker
(
// Control signals // Control signals
input logic clk, reset, input logic clk, reset,
input logic [`XLEN-1:0] SATP_REGW, input logic [`XLEN-1:0] SATP_REGW,