mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
Merge branch 'main' of github.com:openhwgroup/cvw
This commit is contained in:
commit
df6db12bbe
@ -157,7 +157,7 @@ module csrs import cvw::*; #(parameter cvw_t P) (
|
|||||||
IllegalCSRSAccessM = 1;
|
IllegalCSRSAccessM = 1;
|
||||||
end
|
end
|
||||||
STIMECMPH: if (STCE)
|
STIMECMPH: if (STCE)
|
||||||
CSRSReadValM[31:0] = STIMECMP_REGW[63:32];
|
CSRSReadValM = {{(P.XLEN-32){1'b0}}, STIMECMP_REGW[63:32]};
|
||||||
else begin // not supported for RV64
|
else begin // not supported for RV64
|
||||||
CSRSReadValM = 0;
|
CSRSReadValM = 0;
|
||||||
IllegalCSRSAccessM = 1;
|
IllegalCSRSAccessM = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user