tensor: dontTouch TensorDPU io

Prevents bits.c from being optimized out and set to Z in
TensorCoreDecoupled.
This commit is contained in:
Hansung Kim
2024-10-22 17:55:14 -07:00
parent 85eb5e334f
commit 0a682fb6ef

View File

@@ -33,6 +33,7 @@ class TensorDotProductUnit(val half: Boolean) extends Module with tile.HasFPUPar
val data = Bits((outFLen).W)
})
})
dontTouch(io)
// [IEEE] -> recode() -> unbox() -> [Hardfloat] -> box() -> ieee() -> [IEEE]
// make sure recoding/uncoding happens only at the edge, not at every