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

Commit

Permalink
froundnx: Fix type in mnemonics name
Browse files Browse the repository at this point in the history
This fixes a typo in the mnemonics name which prevents the creation
of froundnx test cases.

Signed-off-by: Christoph Müllner <[email protected]>
  • Loading branch information
cmuellner committed Jan 16, 2024
1 parent 8dc5749 commit aed8def
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sample_cgfs/zfa/froundnx.d.cgf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# SPDX-License-Identifier: BSD-3-Clause

froundns.d_b1:
froundnx.d_b1:
config:
- check ISA:=regex(.*I.*D.*Zfa.*)
mnemonics:
froundns.d: 0
froundnx.d: 0
rs1:
<<: *all_fregs
rd:
Expand Down
4 changes: 2 additions & 2 deletions sample_cgfs/zfa/froundnx.s.cgf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# SPDX-License-Identifier: BSD-3-Clause

froundns_b1:
froundnx_b1:
config:
- check ISA:=regex(.*I.*F.*Zfa.*)
mnemonics:
froundns.s: 0
froundnx.s: 0
rs1:
<<: *all_fregs
rd:
Expand Down

0 comments on commit aed8def

Please sign in to comment.