Skip to content

Commit

Permalink
fpu: remove some import
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofeibao-xjtu authored and sinsanction committed Apr 29, 2024
1 parent 4390701 commit daed502
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/main/scala/yunsuan/fpu/FloatAdder.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package yunsuan.fpu
import chisel3._
import chisel3.stage.{ChiselGeneratorAnnotation, ChiselStage}
import chisel3.util._
import yunsuan.vector._
import yunsuan.{FaddOpCode, VectorElementFormat}
Expand Down
1 change: 0 additions & 1 deletion src/main/scala/yunsuan/fpu/FloatFMA.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package yunsuan.fpu
import chisel3._
import chisel3.stage.{ChiselGeneratorAnnotation, ChiselStage}
import chisel3.util._
import yunsuan.FmaOpCode
import yunsuan.util.GatedValidRegNext
Expand Down
1 change: 0 additions & 1 deletion src/main/scala/yunsuan/fpulite/FloatAdder.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package yunsuan.fpulite
import chisel3._
import chisel3.stage.{ChiselGeneratorAnnotation, ChiselStage}
import chisel3.util._
import yunsuan.vector._
import yunsuan.{VfaddOpCode, VectorElementFormat}
Expand Down
1 change: 0 additions & 1 deletion src/main/scala/yunsuan/fpulite/FloatFMA.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package yunsuan.fpulite
import chisel3._
import chisel3.stage.{ChiselGeneratorAnnotation, ChiselStage}
import chisel3.util._
import yunsuan.FmaOpCode
import yunsuan.util.GatedValidRegNext
Expand Down

0 comments on commit daed502

Please sign in to comment.