-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
THead: Add Xuantie C910 ACT Test Report #2
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
CPU: c910 | ||
bit_ver: R1S6P2 | ||
bit_file: C910V-ice-MP2-50mhz-EVALUATION_C910_1_6_2_BRANCH_20221125-v1.6.2-202212141743.tar.gz | ||
|
||
Toolchain: 2023.01.31 | ||
Toolchain_commit: 65056bdb149c87db4e7223c4e8b5466cf326ff86 | ||
Toolchain_path: https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2023.01.31/riscv64-elf-ubuntu-20.04-nightly-2023.01.31-nightly.tar.gz | ||
|
||
ref_model: sail c simulator | ||
ref_mode_commit: 9547a30bf84572c458476591b569a95f5232c1c7 | ||
ref_mode_commit_date: 2023 Jan 26 GMT+8 | ||
ref_model_path: https://github.com/riscv/sail-riscv/tree/master | ||
|
||
ACT_framework: riscof 1.25.3 | ||
ACT_commit: a3b7f0c2cf89652b8a0cba3146890c512ff8ba44 | ||
ACT_commit_date: 2023 Feb 8 GMT+8 | ||
ACT_path: https://github.com/riscv-non-isa/riscv-arch-test/tree/main | ||
|
||
|
||
|
||
failed_cases: | ||
- rv32i_m/D/src/fmax.d_b1-01.S | ||
- rv32i_m/D/src/fmin.d_b1-01.S | ||
- rv32i_m/F/src/fmax_b1-01.S | ||
- rv32i_m/F/src/fmin_b1-01.S | ||
failure_reason: C910 implements the F extension of version 2.2(2017.05.07), in which the FMIN.S and FMAX.S instructions were amended to implement the proposed IEEE 754-201x minimumNumber and maximumNumber operations, rather than the IEEE 754-2008 minNum and maxNum operations. These operations differ in their handling of signalling NaNs. In the most recent ISA Specifications (Version 20191213), if only one input is a signalling NaN, the result is the canonical NaN instead of the non-NaN one. | ||
|
||
|
||
failed_cases: | ||
- rv64i_m/C/src/cebreak-01.S | ||
- rv64i_m/privilege/src/ebreak.S | ||
failure_reason: failure_reason: When running the ACT suite, ebreak instruction served as SW-breakpoint for putting the target in stop mode, enabling ACT to examine the targets. because of this, ebreak test is running, the target behaviour will confuse the ACT so it failed. SW-breakpoints rather than HW-breakpoints were used in C910 when running ACT because C910 has a proprietary debugging module, HW-breakpoint is not compatible with the ACT framework. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
hart_ids: [0] | ||
hart0: | ||
ISA: RV64IMAFDCSUZicsr_Zifencei_Zfh_Xthead | ||
physical_addr_sz: 32 | ||
User_Spec_Version: '2.2' | ||
supported_xlen: [64] | ||
misa: | ||
reset-val: 0x800000000094112D | ||
rv64: | ||
accessible: true | ||
mxl: | ||
implemented: true | ||
type: | ||
warl: | ||
dependency_fields: [] | ||
legal: | ||
- mxl[1:0] in [0x2] | ||
wr_illegal: | ||
- Unchanged | ||
extensions: | ||
implemented: true | ||
type: | ||
warl: | ||
dependency_fields: [] | ||
legal: | ||
- extensions[25:0] bitmask [0x094112D, 0x0000000] | ||
wr_illegal: | ||
- Unchanged | ||
mvendorid: | ||
rv32: | ||
accessible: false | ||
rv64: | ||
accessible: true | ||
fields: [] | ||
shadow: | ||
shadow_type: rw | ||
msb: 31 | ||
lsb: 0 | ||
type: | ||
ro_constant: 0x5b7 | ||
address: 3857 | ||
priv_mode: M | ||
reset-val: 0x5b7 | ||
marchid: | ||
rv32: | ||
accessible: false | ||
rv64: | ||
accessible: true | ||
fields: [] | ||
shadow: | ||
shadow_type: rw | ||
msb: 63 | ||
lsb: 0 | ||
type: | ||
ro_constant: 0 | ||
address: 3858 | ||
priv_mode: M | ||
reset-val: 0 | ||
mimpid: | ||
rv32: | ||
accessible: false | ||
rv64: | ||
accessible: true | ||
fields: [] | ||
shadow: | ||
shadow_type: rw | ||
msb: 63 | ||
lsb: 0 | ||
type: | ||
ro_constant: 0 | ||
address: 3859 | ||
priv_mode: M | ||
reset-val: 0 | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like the 908, this definition is reversed. If should be
mask= 0x0000000, fixedvalue=0x094112D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll try to fix this asap