Update csrs.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-12 19:53:41 -07:00 committed by GitHub
parent 5906b5e729
commit 8c902a3ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ module csrs import cvw::*; #(parameter cvw_t P) (
localparam SEPC = 12'h141;
localparam SCAUSE = 12'h142;
localparam STVAL = 12'h143;
localparam SIP= 12'h144;
localparam SIP = 12'h144;
localparam STIMECMP = 12'h14D;
localparam STIMECMPH = 12'h15D;
localparam SATP = 12'h180;