chisel3.FirrtlFormat.FormatWidth
See theFormatWidth companion trait
object FormatWidth
Attributes
- Companion
- trait
- Source
- Printable.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FormatWidth.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 Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait FormatWidthclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait FormatWidthclass Objecttrait Matchableclass AnyShow 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 Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait FormatWidthclass Objecttrait Matchableclass AnyShow all
- Self type
-
Minimum.type
Inherited and Abstract types
The names of the product elements
The name of the type
In this article