Closed sjalloq closed 4 years ago
Not sure how I've not seen this before but it looks like some of the fields in the XML output are in hex but aren't prefixed with a '0x'.
For example, I have a reset value of 5'd10 which gets translated to <reset>a</reset>.
<reset>a</reset>
For now am I safe to assume these will always be in hex?
Yes, reset is hex in xml output though it's missing the 0x prefix.
Not sure how I've not seen this before but it looks like some of the fields in the XML output are in hex but aren't prefixed with a '0x'.
For example, I have a reset value of 5'd10 which gets translated to
<reset>a</reset>
.For now am I safe to assume these will always be in hex?