Decimal
chisel3.Decimal
case class Decimal(bits: Bits, width: FormatWidth = ...) extends FirrtlFormat
Format bits as Decimal
Attributes
- Source
- Printable.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass FirrtlFormatclass Printableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Unpack into format String and a List of Data arguments
Inherited methods
Allow for appending Strings to Printables
Allow for appending Strings to Printables
Attributes
- Inherited from:
- Printable
- Source
- Printable.scala
Allow for appending Printables like Strings
Allow for appending Printables like Strings
Attributes
- Inherited from:
- Printable
- Source
- Printable.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Deprecated and Inherited methods
Unpack into format String and a List of String arguments (identifiers)
Unpack into format String and a List of String arguments (identifiers)
Attributes
- Note
-
This must be called after elaboration when Chisel nodes actually have names
- Deprecated
-
[Since version Chisel 7.0.0]Use unpack with no arguments instead. - Inherited from:
- FirrtlFormat
- Source
- Printable.scala
Unpack into a Seq of captured Bits arguments
Unpack into a Seq of captured Bits arguments
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]Use unpack with no arguments instead. - Inherited from:
- FirrtlFormat
- Source
- Printable.scala
In this article