mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
fix missing config-shared.vh
This commit is contained in:
parent
0bb6a8866a
commit
36c77af995
@ -16,6 +16,9 @@ localparam SVMODE_BITS = (XLEN==32 ? 32'd1 : 32'd4);
|
|||||||
localparam ASID_BASE = (XLEN==32 ? 32'd22 : 32'd44);
|
localparam ASID_BASE = (XLEN==32 ? 32'd22 : 32'd44);
|
||||||
localparam ASID_BITS = (XLEN==32 ? 32'd9 : 32'd16);
|
localparam ASID_BITS = (XLEN==32 ? 32'd9 : 32'd16);
|
||||||
|
|
||||||
|
// Debug Module implemented
|
||||||
|
localparam logic DEBUG_SUPPORTED = 1'b1;
|
||||||
|
|
||||||
// constants to check SATP_MODE against
|
// constants to check SATP_MODE against
|
||||||
// defined in Table 4.3 of the privileged spec
|
// defined in Table 4.3 of the privileged spec
|
||||||
localparam NO_TRANSLATE = 4'd0;
|
localparam NO_TRANSLATE = 4'd0;
|
||||||
|
Loading…
Reference in New Issue
Block a user