Révision | 2fc1b44dd0e7ea9ad5920352fd04179e4d6836d9 (tree) |
---|---|
l'heure | 2022-01-21 14:52:56 |
Auteur | Frank Chang <frank.chang@sifi...> |
Commiter | Alistair Francis |
target/riscv: rvv-1.0: Allow Zve32f extension to be turned on
Signed-off-by: Frank Chang <frank.chang@sifive.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20220118014522.13613-18-frank.chang@sifive.com
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
@@ -688,6 +688,7 @@ static Property riscv_cpu_properties[] = { | ||
688 | 688 | DEFINE_PROP_BOOL("Zicsr", RISCVCPU, cfg.ext_icsr, true), |
689 | 689 | DEFINE_PROP_BOOL("Zfh", RISCVCPU, cfg.ext_zfh, false), |
690 | 690 | DEFINE_PROP_BOOL("Zfhmin", RISCVCPU, cfg.ext_zfhmin, false), |
691 | + DEFINE_PROP_BOOL("Zve32f", RISCVCPU, cfg.ext_zve32f, false), | |
691 | 692 | DEFINE_PROP_BOOL("Zve64f", RISCVCPU, cfg.ext_zve64f, false), |
692 | 693 | DEFINE_PROP_BOOL("mmu", RISCVCPU, cfg.mmu, true), |
693 | 694 | DEFINE_PROP_BOOL("pmp", RISCVCPU, cfg.pmp, true), |