Skip to content

Commit

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

(cherry picked from commit a4dae9c)

Co-authored-by: Marco Origlia <30799310+moriglia@users.noreply.github.com>
  • Loading branch information
mergify[bot] and moriglia authored Sep 15, 2022
1 parent a7e44df commit 03f62c8
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 03f62c8

Please sign in to comment.