htimedeltah

Hypervisor time delta, upper half

Upper half of the htimedelta CSR.

Attributes

Defining Extension

  • H, version >= 0

CSR Address

0x615

Length

32-bit

Privilege Mode

S

Format

htimedeltah format
Figure 1. htimedeltah format

Field Summary

Name Location Type Reset Value

DELTA

31:0

RW

UNDEFINED_LEGAL

Fields

DELTA

Location

31:0

Description

Signed delta

Type

RW

Reset value

UNDEFINED_LEGAL

Software write

This CSR may store a value that is different from what software attempts to write.

When a software write occurs (e.g., through csrrw), the following determines the written value:

DELTA = CSR[htimedelta].DELTA = {csr_value.DELTA, CSR[htimedelta].DELTA[31:0]};
return csr_value.DELTA;

Software read

This CSR may return a value that is different from what is stored in hardware.

return CSR[htimedelta].DELTA[31:0];