Open
Description
With regards to NAPOT match trigger, if an implementation chooses to support maskmax6 an N.
We would expect tdata2[N-1] to be set to zero to comply with 5.7.12.
e.g:
In a system with XLEN=64.
We setup maxmask6 to be 63 (tdata2[62] will be set to zero) and configure tdata1 to setup a NAPOT trigger.
What is the expected behaviour of tdata2 when we attempt to write tdata2[61:0] with all ones?
Are we expected to read back 0x3fff...ffff [the same value we attempt to write]
or
are we expected to read back 0xbfff...ffff since we are anyway limiting the NAPOT range to 2^63?
Metadata
Assignees
Labels
No labels
Activity