diff options
| author | ducky | 2018-06-28 17:34:05 -0700 |
|---|---|---|
| committer | Richard Lin | 2018-07-04 18:39:28 -0500 |
| commit | a931abe0cf57481b47093b5950d3bffd9575f803 (patch) | |
| tree | 90b26b281a03924bc7065d8670565019d2d77de7 /chiselFrontend/src/main/scala/chisel3/core/Data.scala | |
| parent | 6d3ed38e71b5f2a50dd1d424172f8ef6859a0e3d (diff) | |
Change [public] Data.elementLitArg => [protected] Aggregate.litArgOfBits
Diffstat (limited to 'chiselFrontend/src/main/scala/chisel3/core/Data.scala')
| -rw-r--r-- | chiselFrontend/src/main/scala/chisel3/core/Data.scala | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chiselFrontend/src/main/scala/chisel3/core/Data.scala b/chiselFrontend/src/main/scala/chisel3/core/Data.scala index d3d94b21..466f976e 100644 --- a/chiselFrontend/src/main/scala/chisel3/core/Data.scala +++ b/chiselFrontend/src/main/scala/chisel3/core/Data.scala @@ -398,10 +398,6 @@ abstract class Data extends HasId with NamedComponent { @deprecated("isLit is deprecated, use litToBigIntOption or litTo*Option", "chisel3.2") def isLit(): Boolean = litArg.isDefined - // If this is an element literal, returns the LitArg bound to it. - // INTERNAL API, but this isn't protected to allow bundle literal constructors. - def elementLitArg: Option[LitArg] = None - /** * If this is a literal that is representable as bits, returns the value as a BigInt. * If not a literal, or not representable as bits (for example, is or contains Analog), returns None. |
