Skip to content

Commit

Permalink
[fix] minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Jun 7, 2024
1 parent f81958e commit da14b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1/src/decoder/attribute/isAverage.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object isAverage {
"vasubu.vv",
"vasubu.vx",
)
allMatched.contains(t1DecodePattern.instruction)
allMatched.contains(t1DecodePattern.instruction.name)
}
def n(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = t1DecodePattern.t1Parameter.allInstuctions.filter( i =>
Expand Down

0 comments on commit da14b25

Please sign in to comment.