FileInfo

firrtl.ir.FileInfo
See theFileInfo companion object
case class FileInfo(escaped: String) extends Info

Stores the string of a file info annotation in its escaped form.

Attributes

Companion
object
Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
IR.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Info
class FirrtlNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def split: (String, String, String)

Attributes

Source
IR.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
IR.scala
def unescaped: String

Attributes

Source
IR.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def serialize: String

Attributes

Inherited from:
UseSerializer (hidden)
Source
IR.scala