FirrtlFormat

chisel3.FirrtlFormat
See theFirrtlFormat companion class
object FirrtlFormat

Attributes

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

Members list

Type members

Classlikes

object FormatWidth

Attributes

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

Width modifiers for format specifiers

Width modifiers for format specifiers

Attributes

Companion
object
Source
Printable.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Automatic
class Fixed
object Minimum

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

Value members

Concrete methods

def parse(specifier: String, bits: Bits): Either[String, FirrtlFormat]

Helper for parsing Firrtl Formats

Helper for parsing Firrtl Formats

Value parameters

specifier

the format specifier, e.g. %0d

Attributes

Source
Printable.scala
def unapply(x: Char): Option[Char]

Attributes

Source
Printable.scala

Deprecated methods

def apply(specifier: String, data: Data): FirrtlFormat

Helper for constructing Firrtl Formats Accepts data to simplify pack

Helper for constructing Firrtl Formats Accepts data to simplify pack

Attributes

Deprecated
[Since version Chisel 7.0.0] Use FirrtlFormat.parse instead
Source
Printable.scala

Concrete fields

final val legalSpecifiers: List[Char]

Attributes

Source
Printable.scala