Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Updated the missing ISA regex expression
Browse files Browse the repository at this point in the history
  • Loading branch information
anuani21 committed Apr 29, 2024
1 parent 52bc20d commit bb71879
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions sample_cgfs/sample_cgfs_fext/RV32H/rv32h_fdiv.cgf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

fdiv_b1:
config:
- check ISA:=regex(.*I.*F.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fdiv.h: 0
rs1:
Expand All @@ -19,7 +19,7 @@ fdiv_b1:

fdiv_b2:
config:
- check ISA:=regex(.*I.*F.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fdiv.h: 0
rs1:
Expand All @@ -36,7 +36,7 @@ fdiv_b2:

fdiv_b3:
config:
- check ISA:=regex(.*I.*F.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fdiv.h: 0
rs1:
Expand All @@ -53,7 +53,7 @@ fdiv_b3:

fdiv_b4:
config:
- check ISA:=regex(.*I.*F.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fdiv.h: 0
rs1:
Expand All @@ -70,7 +70,7 @@ fdiv_b4:

fdiv_b5:
config:
- check ISA:=regex(.*I.*F.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fdiv.h: 0
rs1:
Expand All @@ -87,7 +87,7 @@ fdiv_b5:

fdiv_b6:
config:
- check ISA:=regex(.*I.*F.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fdiv.h: 0
rs1:
Expand All @@ -104,7 +104,7 @@ fdiv_b6:

fdiv_b7:
config:
- check ISA:=regex(.*I.*F.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fdiv.h: 0
rs1:
Expand All @@ -121,7 +121,7 @@ fdiv_b7:

fdiv_b8:
config:
- check ISA:=regex(.*I.*F.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fdiv.h: 0
rs1:
Expand All @@ -138,7 +138,7 @@ fdiv_b8:

fdiv_b9:
config:
- check ISA:=regex(.*I.*F.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fdiv.h: 0
rs1:
Expand All @@ -155,7 +155,7 @@ fdiv_b9:

fdiv_b20:
config:
- check ISA:=regex(.*I.*F.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fdiv.h: 0
rs1:
Expand All @@ -172,7 +172,7 @@ fdiv_b20:

fdiv_b21:
config:
- check ISA:=regex(.*I.*F.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fdiv.h: 0
rs1:
Expand Down
2 changes: 1 addition & 1 deletion sample_cgfs/sample_cgfs_fext/RV32H/rv32h_flh.cgf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

flh-align:
config:
- check ISA:=regex(.*I.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
flh: 0
rs1:
Expand Down
2 changes: 1 addition & 1 deletion sample_cgfs/sample_cgfs_fext/RV32H/rv32h_fsh.cgf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

fsh-align:
config:
- check ISA:=regex(.*I.*Zfh.*)
- check ISA:=regex(.*I.*F.*Zfh.*)
opcode:
fsh: 0
rs1:
Expand Down

0 comments on commit bb71879

Please sign in to comment.