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

Commit

Permalink
Update cgf files
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Wadood <[email protected]>
  • Loading branch information
Abdulwadoodd committed Aug 20, 2023
1 parent 24c52e7 commit 77a4853
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions sample_cgfs/rv32ia.cgf
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ amominu.w:
op_comb:
<<: [*ramofmt_op_comb]
val_comb:
<<: [*base_rs2val_unsgn]
<<: [*base_rs2val_sgn]
abstract_comb:
<<: [*rs2val_walking_unsgn]
<<: [*rs2val_walking]

amomax.w:
config:
Expand Down Expand Up @@ -156,6 +156,6 @@ amomaxu.w:
op_comb:
<<: [*ramofmt_op_comb]
val_comb:
<<: [*base_rs2val_unsgn]
<<: [*base_rs2val_sgn]
abstract_comb:
<<: [*rs2val_walking_unsgn]
<<: [*rs2val_walking]
16 changes: 8 additions & 8 deletions sample_cgfs/rv64ia.cgf
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ amominu.w:
op_comb:
<<: [*ramofmt_op_comb]
val_comb:
<<: [*base_rs2val_unsgn]
<<: [*base_rs2val_sgn]
abstract_comb:
<<: [*rs2val_walking_unsgn]
<<: [*rs2val_walking]

amomax.w:
config:
Expand Down Expand Up @@ -156,9 +156,9 @@ amomaxu.w:
op_comb:
<<: [*ramofmt_op_comb]
val_comb:
<<: [*base_rs2val_unsgn]
<<: [*base_rs2val_sgn]
abstract_comb:
<<: [*rs2val_walking_unsgn]
<<: [*rs2val_walking]

amoadd.d:
config:
Expand Down Expand Up @@ -282,9 +282,9 @@ amominu.d:
op_comb:
<<: [*ramofmt_op_comb]
val_comb:
<<: [*base_rs2val_unsgn]
<<: [*base_rs2val_sgn]
abstract_comb:
<<: [*rs2val_walking_unsgn]
<<: [*rs2val_walking]

amomax.d:
config:
Expand Down Expand Up @@ -318,6 +318,6 @@ amomaxu.d:
op_comb:
<<: [*ramofmt_op_comb]
val_comb:
<<: [*base_rs2val_unsgn]
<<: [*base_rs2val_sgn]
abstract_comb:
<<: [*rs2val_walking_unsgn]
<<: [*rs2val_walking]

0 comments on commit 77a4853

Please sign in to comment.