summaryrefslogtreecommitdiff
path: root/chiselFrontend/src/main/scala/Chisel/Bits.scala
diff options
context:
space:
mode:
Diffstat (limited to 'chiselFrontend/src/main/scala/Chisel/Bits.scala')
-rw-r--r--chiselFrontend/src/main/scala/Chisel/Bits.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/chiselFrontend/src/main/scala/Chisel/Bits.scala b/chiselFrontend/src/main/scala/Chisel/Bits.scala
index 2783c160..bc8cc8e2 100644
--- a/chiselFrontend/src/main/scala/Chisel/Bits.scala
+++ b/chiselFrontend/src/main/scala/Chisel/Bits.scala
@@ -464,14 +464,6 @@ sealed class UInt private[Chisel] (dir: Direction, width: Width, lit: Option[ULi
Mux(dat, this | bit, ~(~this | bit))
}
- final def === (that: BitPat): Bool = macro SourceInfoTransform.thatArg
- final def != (that: BitPat): Bool = macro SourceInfoTransform.thatArg
- final def =/= (that: BitPat): Bool = macro SourceInfoTransform.thatArg
-
- def do_=== (that: BitPat)(implicit sourceInfo: SourceInfo): Bool = that === this
- def do_!= (that: BitPat)(implicit sourceInfo: SourceInfo): Bool = that != this
- def do_=/= (that: BitPat)(implicit sourceInfo: SourceInfo): Bool = that =/= this
-
/** Returns this UInt as a [[SInt]] with an additional zero in the MSB.
*/
// TODO: this eventually will be renamed as toSInt, once the existing toSInt