From 9eb59ce7b5a2de36a1daecade1bea2c827502dcc Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 10 Sep 2019 00:47:42 +0100 Subject: [PATCH] --- simple_v_extension/sv_prefix_proposal.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/simple_v_extension/sv_prefix_proposal.rst b/simple_v_extension/sv_prefix_proposal.rst index 0081f621e..0dff42be5 100644 --- a/simple_v_extension/sv_prefix_proposal.rst +++ b/simple_v_extension/sv_prefix_proposal.rst @@ -595,6 +595,14 @@ However if partial functionality is implemented, the unimplemented bits in STATE and SVPSTATE must be zero, and, in the UNIX Platform, an illegal exception **MUST** be raised if unsupported bits are written to. +SVPSTATE fields are exactly the sane layout as STATE: + ++----------+----------+----------+----------+----------+---------+---------+ +| (31..28) | (27..26) | (25..24) | (23..18) | (17..12) | (11..6) | (5...0) | ++----------+----------+----------+----------+----------+---------+---------+ +| rsvd | dsvoffs | subvl | destoffs | srcoffs | vl | maxvl | ++----------+----------+----------+----------+----------+---------+---------+ + Additional Instructions ======================= -- 2.30.2