mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
target/riscv: rvv-1.0: relax RV_VLEN_MAX to 1024-bits
Signed-off-by: Frank Chang <frank.chang@sifive.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20211210075704.23951-66-frank.chang@sifive.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
ff679b58e3
commit
8a4b52575a
3 changed files with 4 additions and 4 deletions
|
@ -100,7 +100,7 @@ typedef struct CPURISCVState CPURISCVState;
|
|||
#include "pmp.h"
|
||||
#endif
|
||||
|
||||
#define RV_VLEN_MAX 256
|
||||
#define RV_VLEN_MAX 1024
|
||||
|
||||
FIELD(VTYPE, VLMUL, 0, 3)
|
||||
FIELD(VTYPE, VSEW, 3, 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue