FormatWidth

chisel3.FirrtlFormat.FormatWidth
See theFormatWidth companion trait
object FormatWidth

Attributes

Companion
trait
Source
Printable.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Automatic extends FormatWidth

Pad the display to the number of characters needed to display the maximum possible value for the signal width and formatting

Pad the display to the number of characters needed to display the maximum possible value for the signal width and formatting

Attributes

Source
Printable.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait FormatWidth
class Object
trait Matchable
class Any
Show all
Self type
Automatic.type
case class Fixed(value: Int) extends FormatWidth

Display using the specified number of characters

Display using the specified number of characters

Attributes

Source
Printable.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait FormatWidth
class Object
trait Matchable
class Any
Show all
case object Minimum extends FormatWidth

Display using the minimum number of characters

Display using the minimum number of characters

Attributes

Source
Printable.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait FormatWidth
class Object
trait Matchable
class Any
Show all
Self type
Minimum.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala