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 alexwong committed Feb 26, 2020
1 parent f354407 commit ce5dc69
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 ce5dc69

Please sign in to comment.