Skip to content

Commit

Permalink
Change description for SInt unary negation (#2729)
Browse files Browse the repository at this point in the history
Referenced to: #2728

(cherry picked from commit a4dae9c)
  • Loading branch information
moriglia authored and mergify[bot] committed Sep 15, 2022
1 parent a7e44df commit 5f847ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/chisel3/Bits.scala
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ sealed class SInt private[chisel3] (width: Width) extends Bits(width) with Num[S
private[chisel3] override def cloneTypeWidth(w: Width): this.type =
new SInt(w).asInstanceOf[this.type]

/** Unary negation (expanding width)
/** Unary negation (constant width)
*
* @return a hardware $coll equal to zero minus this $coll
* $constantWidth
Expand Down

0 comments on commit 5f847ca

Please sign in to comment.