PropExpr

firrtl.ir.PropExpr
case class PropExpr(info: Info, tpe: Type, op: PropPrimOp, args: Seq[Expression]) extends Expression

Property expressions.

Unlike other primitives, Property expressions serialize as a tree directly in their rvalue context.

Attributes

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 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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product