DomainSubfield

firrtl.ir.DomainSubfield
case class DomainSubfield(info: Info, domain: Expression, fieldName: String) extends Expression

Attributes

Source
IR.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Expression
class FirrtlNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def serialize: String

Attributes

Definition Classes
UseSerializer -> FirrtlNode
Source
IR.scala
def tpe: Type

Attributes

Source
IR.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product