We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c0130 commit 64febeeCopy full SHA for 64febee
core/src/main/scala-3/chisel3/Bits.scala
@@ -305,7 +305,7 @@ sealed class UInt private[chisel3] (width: Width) extends Bits(width) with UIntI
305
306
def abs: UInt = _absImpl
307
308
- override def unary_~(implicit sourceInfo: SourceInfo) = _impl_unary_~
+ override def unary_~(implicit sourceInfo: SourceInfo): UInt = _impl_unary_~
309
310
// REVIEW TODO: Can these be defined on Bits?
311
/** Or reduction operator
0 commit comments