CharSet

firrtl.options.DependencyManagerUtils.CharSet
trait CharSet

A character set used for pretty printing

Attributes

See also
Source
DependencyManager.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ASCIICharSet
object PrettyCharSet

Members list

Value members

Abstract fields

val continuation: String

Used while recursing into a node that is NOT the last

Used while recursing into a node that is NOT the last

Attributes

Source
DependencyManager.scala
val lastNode: String

Used when printing the last node

Used when printing the last node

Attributes

Source
DependencyManager.scala
val notLastNode: String

Used when printing a node that is NOT the last

Used when printing a node that is NOT the last

Attributes

Source
DependencyManager.scala