StringLit

firrtl.ir.StringLit
See theStringLit companion object
case class StringLit(string: String) extends FirrtlNode

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 FirrtlNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def escape: String

Returns an escaped and quoted String

Returns an escaped and quoted String

Attributes

Source
IR.scala
def serialize: String

Attributes

Source
IR.scala
def verilogEscape: String

Returns an escaped and quoted String

Returns an escaped and quoted String

Attributes

Source
IR.scala

Format the string for Verilog

Format the string for Verilog

Attributes

Source
IR.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product