From 5b486bdfc14c9873b7dcc7c45bd3783bea9a620f Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 27 Jun 2019 21:36:42 +0100 Subject: [PATCH] update to rst table format --- simple_v_extension/vblock_format.mdwn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/simple_v_extension/vblock_format.mdwn b/simple_v_extension/vblock_format.mdwn index 4c42e84fc..afe7fe559 100644 --- a/simple_v_extension/vblock_format.mdwn +++ b/simple_v_extension/vblock_format.mdwn @@ -165,13 +165,10 @@ To support this option (where more complex implementations may skip some of thes The format is as follows: -+--------+-------+-------+-------+-------+------+-------+-------+ | 31:30 | 29 | 28:26 | 25:24 | 23:22 | 21 | 20:5 | 4:0 | -+--------+-------+-------+-------+-------+------+-------+-------+ +|--------|-------|-------|-------|-------|------|-------|-------| | status | vlset | 16xil | pplen | rplen | mode | vlblk | opptr | -+--------+-------+-------+-------+-------+------+-------+-------+ | 2 | 1 | 3 | 2 | 2 | 1 | 16 | 5 | -+--------+-------+-------+-------+-------+------+-------+-------+ * status is the key field that effectively exposes the inner FSM (Finite State Machine) directly. * status = 0b00 indicates that the processor is not in "VBLOCK Mode". It is instead in standard RV Scalar opcode execution mode. The processor will leave this mode only after it encounters the beginning of a valid VBLOCK opcode. -- 2.30.2