PropPrimOp

firrtl.ir.PropPrimOp
sealed abstract class PropPrimOp(name: String)

Property primitive operations.

Attributes

Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
IR.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object IntegerAddOp
object IntegerMulOp
object IntegerShlOp
object IntegerShrOp
object ListConcatOp

Members list

Value members

Concrete methods

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