mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
comment update in csrm.sv
This commit is contained in:
parent
42af10dabf
commit
67a6e3a24b
@ -94,10 +94,10 @@ module csrm import cvw::*; #(parameter cvw_t P) (
|
||||
localparam TDATA1 = 12'h7A1;
|
||||
localparam TDATA2 = 12'h7A2;
|
||||
localparam TDATA3 = 12'h7A3;
|
||||
localparam DCSR = 12'h7B0;
|
||||
localparam DPC = 12'h7B1; // Debug PC (DPC)
|
||||
localparam DSCRATCH0 = 12'h7B2;
|
||||
localparam DSCRATCH1 = 12'h7B3;
|
||||
localparam DCSR = 12'h7B0; // Debug Control and Status Register
|
||||
localparam DPC = 12'h7B1; // Debug PC
|
||||
localparam DSCRATCH0 = 12'h7B2; // Debug Scratch Register 0
|
||||
localparam DSCRATCH1 = 12'h7B3; // Debug Scratch Register 1
|
||||
// Constants
|
||||
localparam ZERO = {(P.XLEN){1'b0}};
|
||||
// when compressed instructions are supported, there can't be misaligned instructions
|
||||
|
Loading…
Reference in New Issue
Block a user