mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Yay. David and I got our first Quad load/store instructions working!
This commit is contained in:
parent
eea235a3c3
commit
24dffa39d5
@ -124,6 +124,7 @@ module testbench;
|
|||||||
"imperas64f": if (P.F_SUPPORTED) tests = imperas64f;
|
"imperas64f": if (P.F_SUPPORTED) tests = imperas64f;
|
||||||
"imperas64d": if (P.D_SUPPORTED) tests = imperas64d;
|
"imperas64d": if (P.D_SUPPORTED) tests = imperas64d;
|
||||||
"imperas64m": if (P.M_SUPPORTED) tests = imperas64m;
|
"imperas64m": if (P.M_SUPPORTED) tests = imperas64m;
|
||||||
|
"wally64q": if (P.Q_SUPPORTED) tests = wally64q;
|
||||||
"wally64a": if (P.A_SUPPORTED) tests = wally64a;
|
"wally64a": if (P.A_SUPPORTED) tests = wally64a;
|
||||||
"imperas64c": if (P.C_SUPPORTED) tests = imperas64c;
|
"imperas64c": if (P.C_SUPPORTED) tests = imperas64c;
|
||||||
else tests = imperas64iNOc;
|
else tests = imperas64iNOc;
|
||||||
|
@ -869,6 +869,10 @@ string imperas32f[] = '{
|
|||||||
"rv32i_m/I/XORI-01"
|
"rv32i_m/I/XORI-01"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
string wally64q[] = '{
|
||||||
|
`WALLYTEST,
|
||||||
|
"rv64i_m/Q/src/WALLY-q-01.S"
|
||||||
|
};
|
||||||
|
|
||||||
string wally64a[] = '{
|
string wally64a[] = '{
|
||||||
`WALLYTEST,
|
`WALLYTEST,
|
||||||
|
@ -2,12 +2,12 @@ hart_ids: [0]
|
|||||||
hart0:
|
hart0:
|
||||||
# ISA: RV64IMAFDCSUZicsr_Zicboz_Zifencei_Zba_Zbb_Zbc_Zbs # Zkbs_Zcb
|
# ISA: RV64IMAFDCSUZicsr_Zicboz_Zifencei_Zba_Zbb_Zbc_Zbs # Zkbs_Zcb
|
||||||
# ISA: RV64IMAFDCSUZicsr_Zifencei_Zca_Zcb_Zba_Zbb_Zbc_Zbs # Zkbs_Zcb
|
# ISA: RV64IMAFDCSUZicsr_Zifencei_Zca_Zcb_Zba_Zbb_Zbc_Zbs # Zkbs_Zcb
|
||||||
ISA: RV64IMAFDCSUZicsr_Zicond_Zifencei_Zfa_Zfh_Zba_Zbb_Zbc_Zbs # Zkbs_Zcb
|
ISA: RV64IMAFDQCSUZicsr_Zicond_Zifencei_Zfa_Zfh_Zba_Zbb_Zbc_Zbs # Zkbs_Zcb
|
||||||
physical_addr_sz: 56
|
physical_addr_sz: 56
|
||||||
User_Spec_Version: '2.3'
|
User_Spec_Version: '2.3'
|
||||||
supported_xlen: [64]
|
supported_xlen: [64]
|
||||||
misa:
|
misa:
|
||||||
reset-val: 0x800000000014112D
|
reset-val: 0x800000000015112D
|
||||||
rv32:
|
rv32:
|
||||||
accessible: false
|
accessible: false
|
||||||
rv64:
|
rv64:
|
||||||
|
Loading…
Reference in New Issue
Block a user