We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93067a5 + 98d74b8 commit 041c837Copy full SHA for 041c837
src/main/scala/dsptools/tester/DspTester.scala
@@ -197,7 +197,7 @@ class DspTester[T <: Module](
197
}
198
// UInt + SInt = Bits
199
case _: Bits => (bi.doubleValue, bi)
200
- case _ => throw DspException("Peeked node ${getName(node)} has incorrect type ${node.getClass.getName}")
+ case _ => throw DspException(s"Peeked node ${getName(node)} has incorrect type ${node.getClass.getName}")
201
202
if (dispDsp) logger info s" PEEK ${getName(node)} -> $dblOut, ${bitInfo(node)}"
203
(dblOut, bigIntOut)
0 commit comments