Skip to content

Commit

Permalink
correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wissygh committed Sep 29, 2023
1 parent 2e1f470 commit a2a0aa1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions src/main/scala/yunsuan/encoding/Opcode/VfCvtOpcode.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ object VfCvtOpcode {
def vfwcvt_rtz_xufv = "b10_001110".U(8.W)
def vfwcvt_rtz_xfv = "b10_001111".U(8.W)

def vfnvct_xufw = "b10_010000".U(8.W)
def vfnvct_xfw = "b10_010001".U(8.W)
def vfnvct_fxuw = "b01_010010".U(8.W)
def vfnvct_fxw = "b01_010011".U(8.W)
def vfnvct_ffw = "b11_010100".U(8.W)
def vfnvct_rod_ffw = "b11_010101".U(8.W)
def vfnvct_rtz_xufw = "b10_010110".U(8.W)
def vfnvct_rtz_xfw = "b10_010111".U(8.W)
def vfncvt_xufw = "b10_010000".U(8.W)
def vfncvt_xfw = "b10_010001".U(8.W)
def vfncvt_fxuw = "b01_010010".U(8.W)
def vfncvt_fxw = "b01_010011".U(8.W)
def vfncvt_ffw = "b11_010100".U(8.W)
def vfncvt_rod_ffw = "b11_010101".U(8.W)
def vfncvt_rtz_xufw = "b10_010110".U(8.W)
def vfncvt_rtz_xfw = "b10_010111".U(8.W)
}
16 changes: 8 additions & 8 deletions src/main/scala/yunsuan/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -521,14 +521,14 @@ object VfcvtType {
def vfwcvt_rtz_xufv = "b10_001110".U(8.W)
def vfwcvt_rtz_xfv = "b10_001111".U(8.W)

def vfnvct_xufw = "b10_010000".U(8.W)
def vfnvct_xfw = "b10_010001".U(8.W)
def vfnvct_fxuw = "b01_010010".U(8.W)
def vfnvct_fxw = "b01_010011".U(8.W)
def vfnvct_ffw = "b11_010100".U(8.W)
def vfnvct_rod_ffw = "b11_010101".U(8.W)
def vfnvct_rtz_xufw = "b10_010110".U(8.W)
def vfnvct_rtz_xfw = "b10_010111".U(8.W)
def vfncvt_xufw = "b10_010000".U(8.W)
def vfncvt_xfw = "b10_010001".U(8.W)
def vfncvt_fxuw = "b01_010010".U(8.W)
def vfncvt_fxw = "b01_010011".U(8.W)
def vfncvt_ffw = "b11_010100".U(8.W)
def vfncvt_rod_ffw = "b11_010101".U(8.W)
def vfncvt_rtz_xufw = "b10_010110".U(8.W)
def vfncvt_rtz_xfw = "b10_010111".U(8.W)
}


Expand Down

0 comments on commit a2a0aa1

Please sign in to comment.