Skip to content

Commit

Permalink
vipu: remove useless codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziyue-Zhang committed Apr 10, 2024
1 parent 0f1c7b6 commit 4596dee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/scala/yunsuan/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ package object yunsuan {

object VipuType {
def dummy = "b11111111".U(OpTypeWidth.W) // exu not implemented
// 8

def vredsum_vs = "b00111001".U(OpTypeWidth.W) // vredsum
def vredmaxu_vs = "b00111010".U(OpTypeWidth.W) // vredmax
def vredmax_vs = "b00111011".U(OpTypeWidth.W) // vredmax
Expand All @@ -264,19 +264,19 @@ package object yunsuan {
def vredand_vs = "b00111110".U(OpTypeWidth.W) // vredand
def vredor_vs = "b00111111".U(OpTypeWidth.W) // vredor
def vredxor_vs = "b01000000".U(OpTypeWidth.W) // vredxor
// 2

def vwredsumu_vs = "b01000001".U(OpTypeWidth.W) // vredsum
def vwredsum_vs = "b01000010".U(OpTypeWidth.W) // vredsum
// 5

def vcpop_m = "b01001011".U(OpTypeWidth.W) // vcpop
def vfirst_m = "b01001100".U(OpTypeWidth.W) // vfirst
def vmsbf_m = "b01001101".U(OpTypeWidth.W) // vmsbf
def vmsif_m = "b01001110".U(OpTypeWidth.W) // vmsif
def vmsof_m = "b01001111".U(OpTypeWidth.W) // vmsof
// 2

def viota_m = "b01010000".U(OpTypeWidth.W) // viota
def vid_v = "b01010001".U(OpTypeWidth.W) // vid
// 1

def vmv_x_s = "b01010011".U(OpTypeWidth.W) // vmvxs
}

Expand Down

0 comments on commit 4596dee

Please sign in to comment.