htimedeltah
Hypervisor time delta, upper half
Upper half of the htimedelta CSR.
Attributes
CSR Address |
0x615 |
---|---|
Defining extension |
|
Length |
32-bit |
Privilege Mode |
S |
Fields
DELTA
- Location
-
htimedeltah[31:0]
- Description
-
Signed delta
- Type
RW |
Read-Write Field is writable by software. Any value that fits in the field is acceptable and shall be retained for subsequent reads. |
- Reset value
-
UNDEFINED_LEGAL
- Software write
-
This field has special behavior when written by software (e.g., through csrrw).
When software tries to write
csr_value
, the field will be written with the return value of the function below.htimedelta.DELTA = {csr_value.DELTA, htimedelta.DELTA[31:0]}; return csr_value.DELTA;