-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7872d01
commit 39d26fb
Showing
6 changed files
with
1,642 additions
and
135 deletions.
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
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,142 @@ | ||
!Feature | ||
next_elt_id: 2 | ||
name: RV32Zicond Integer Conditional Instructions | ||
id: 16 | ||
display_order: 16 | ||
subfeatures: !!omap | ||
- 000_CZERO.EQZ: !Subfeature | ||
name: 000_CZERO.EQZ | ||
tag: VP_ISA_RV32_F016_S000 | ||
next_elt_id: 3 | ||
display_order: 0 | ||
items: !!omap | ||
- '000': !VerifItem | ||
name: '000' | ||
tag: VP_ISA_RV32_F016_S000_I000 | ||
description: "czero.eqz rd, rs1, rs2\nif (x[rs2] == 0) x[rd] = 0 else x[rs1]\n | ||
Set rd's value to zero if rs2 is equal to zero, otherwise moves rs1 into | ||
rd" | ||
reqt_doc: ./RISCV_Instructions.rst | ||
ref_mode: page | ||
ref_page: '' | ||
ref_section: '' | ||
ref_viewer: firefox | ||
verif_goals: "Register operands:\n\nAll possible rd registers are used\nAll | ||
possible rs1 registers are used\nAll possible rs2 registers are used\nAll | ||
possible register combinations where rs1 == rd are used\nAll possible register | ||
combinations where rs2 == rd are used" | ||
pfc: 3 | ||
test_type: 3 | ||
cov_method: 1 | ||
cores: 56 | ||
coverage_loc: '' | ||
comments: '' | ||
- '001': !VerifItem | ||
name: '001' | ||
tag: VP_ISA_RV32_F016_S000_I001 | ||
description: "czero.eqz rd, rs1, rs2\nif (x[rs2] == 0) x[rd] = 0 else x[rs1]\n | ||
Set rd's value to zero if rs2 is equal to zero, otherwise moves rs1 into | ||
rd" | ||
reqt_doc: ./RISCV_Instructions.rst | ||
ref_mode: page | ||
ref_page: '' | ||
ref_section: '' | ||
ref_viewer: firefox | ||
verif_goals: "Input operands:\n\nrs1 value is +ve, -ve and zero\nrs2 value | ||
is +ve, -ve and zero\nAll combinations of rs1 and rs2 +ve, -ve, and zero | ||
values are used\nAll bits of rs1 are toggled\nAll bits of rs2 are toggled" | ||
pfc: -1 | ||
test_type: -1 | ||
cov_method: -1 | ||
cores: 56 | ||
coverage_loc: '' | ||
comments: '' | ||
- '002': !VerifItem | ||
name: '002' | ||
tag: VP_ISA_RV32_F016_S000_I002 | ||
description: "czero.eqz rd, rs1, rs2\nif (x[rs2] == 0) x[rd] = 0 else x[rs1]\n | ||
Set rd's value to zero if rs2 is equal to zero, otherwise moves rs1 into | ||
rd" | ||
reqt_doc: ./RISCV_Instructions.rst | ||
ref_mode: page | ||
ref_page: '' | ||
ref_section: '' | ||
ref_viewer: firefox | ||
verif_goals: "Output result:\n\nrd value is +ve, -ve and zero\nAll bits of | ||
rd are toggled" | ||
pfc: -1 | ||
test_type: -1 | ||
cov_method: -1 | ||
cores: 56 | ||
coverage_loc: '' | ||
comments: '' | ||
- 001_CZERO.NEZ: !Subfeature | ||
name: 001_CZERO.NEZ | ||
tag: VP_ISA_RV32_F016_S001 | ||
next_elt_id: 3 | ||
display_order: 1 | ||
items: !!omap | ||
- '000': !VerifItem | ||
name: '000' | ||
tag: VP_ISA_RV32_F016_S001_I000 | ||
description: "czero.nez rd, rs1, rs2\nif (x[rs2] != 0) x[rd] = 0 else x[rs1]\n | ||
Set rd's value to zero if rs2 isn't equal to zero, otherwise moves rs1 into | ||
rd" | ||
reqt_doc: ./RISCV_Instructions.rst | ||
ref_mode: page | ||
ref_page: '' | ||
ref_section: '' | ||
ref_viewer: firefox | ||
verif_goals: "Register operands:\n\nAll possible rd registers are used\nAll | ||
possible rs1 registers are used\nAll possible rs2 registers are used\nAll | ||
possible register combinations where rs1 == rd are used\nAll possible register | ||
combinations where rs2 == rd are used" | ||
pfc: 3 | ||
test_type: 3 | ||
cov_method: 1 | ||
cores: 56 | ||
coverage_loc: '' | ||
comments: '' | ||
- '001': !VerifItem | ||
name: '001' | ||
tag: VP_ISA_RV32_F016_S001_I001 | ||
description: "czero.nez rd, rs1, rs2\nif (x[rs2] != 0) x[rd] = 0 else x[rs1]\n | ||
Set rd's value to zero if rs2 isn't equal to zero, otherwise moves rs1 into | ||
rd" | ||
reqt_doc: ./RISCV_Instructions.rst | ||
ref_mode: page | ||
ref_page: '' | ||
ref_section: '' | ||
ref_viewer: firefox | ||
verif_goals: "Input operands:\n\nrs1 value is +ve, -ve and zero\nrs2 value | ||
is +ve, -ve and zero\nAll combinations of rs1 and rs2 +ve, -ve, and zero | ||
values are used\nAll bits of rs1 are toggled\nAll bits of rs2 are toggled" | ||
pfc: -1 | ||
test_type: -1 | ||
cov_method: -1 | ||
cores: 56 | ||
coverage_loc: '' | ||
comments: '' | ||
- '002': !VerifItem | ||
name: '002' | ||
tag: VP_ISA_RV32_F016_S001_I002 | ||
description: "czero.nez rd, rs1, rs2\nif (x[rs2] != 0) x[rd] = 0 else x[rs1]\n | ||
Set rd's value to zero if rs2 isn't equal to zero, otherwise moves rs1 into | ||
rd" | ||
reqt_doc: ./RISCV_Instructions.rst | ||
ref_mode: page | ||
ref_page: '' | ||
ref_section: '' | ||
ref_viewer: firefox | ||
verif_goals: "Output result:\n\nrd value is +ve, -ve and zero\nAll bits of | ||
rd are toggled" | ||
pfc: -1 | ||
test_type: -1 | ||
cov_method: -1 | ||
cores: 56 | ||
coverage_loc: '' | ||
comments: '' | ||
vptool_gitrev: '$Id: b0efb3ae3f9057b71a577d43c2b77f1cfb2ef82f $' | ||
io_fmt_gitrev: '$Id: 7ee5d68801f5498a957bcbe23fcad87817a364c5 $' | ||
config_gitrev: '$Id: 0422e19126dae20ffc4d5a84e4ce3de0b6eb4eb5 $' | ||
ymlcfg_gitrev: '$Id: 286c689bd48b7a58f9a37754267895cffef1270c $' |
Oops, something went wrong.