Skip to content

Commit

Permalink
Added declare of aluBits for TensorAlu (apache#4624)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinyuan authored and zhiics committed Mar 2, 2020
1 parent 418dbde commit d2253ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vta/hardware/chisel/src/main/scala/core/TensorAlu.scala
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class AluVector(implicit p: Parameters) extends Module {
* acc-scratchpad.
*/
class TensorAlu(debug: Boolean = false)(implicit p: Parameters) extends Module {
val aluBits = p(CoreKey).accBits
val io = IO(new Bundle {
val start = Input(Bool())
val done = Output(Bool())
Expand Down

0 comments on commit d2253ab

Please sign in to comment.