tensor: dontTouch TensorDPU io
Prevents bits.c from being optimized out and set to Z in TensorCoreDecoupled.
This commit is contained in:
@@ -33,6 +33,7 @@ class TensorDotProductUnit(val half: Boolean) extends Module with tile.HasFPUPar
|
|||||||
val data = Bits((outFLen).W)
|
val data = Bits((outFLen).W)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
dontTouch(io)
|
||||||
|
|
||||||
// [IEEE] -> recode() -> unbox() -> [Hardfloat] -> box() -> ieee() -> [IEEE]
|
// [IEEE] -> recode() -> unbox() -> [Hardfloat] -> box() -> ieee() -> [IEEE]
|
||||||
// make sure recoding/uncoding happens only at the edge, not at every
|
// make sure recoding/uncoding happens only at the edge, not at every
|
||||||
|
|||||||
Reference in New Issue
Block a user