Fixed

chisel3.FirrtlFormat.FormatWidth.Fixed
case class Fixed(value: Int) extends FormatWidth

Display using the specified number of characters

Attributes

Source
Printable.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FormatWidth
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toFormatString: String

Attributes

Source
Printable.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product