FileInfo

firrtl.ir.FileInfo
See theFileInfo companion class
object FileInfo

Attributes

Companion
class
Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
IR.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FileInfo.type

Members list

Type members

Types

type CharMap = (CharSequence, CharSequence)

Attributes

Source
IR.scala

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 escape(s: String): String

prepends a \ to: \, \n, \t and ]

prepends a \ to: \, \n, \t and ]

Attributes

Source
IR.scala
def escapedToVerilog(s: String): String

take an already escaped String and do the additional escaping needed for Verilog comment

take an already escaped String and do the additional escaping needed for Verilog comment

Attributes

Source
IR.scala
def fromEscaped(s: String): FileInfo

Attributes

Source
IR.scala
def fromUnescaped(s: String): FileInfo

Attributes

Source
IR.scala
def unescape(s: String): String

removes the \ in front of \, \n, \t and ]

removes the \ in front of \, \n, \t and ]

Attributes

Source
IR.scala