case class DefAnnotatedMemory(info: Info, name: String, dataType: Type, depth: BigInt, writeLatency: Int, readLatency: Int, readers: Seq[String], writers: Seq[String], readwriters: Seq[String], readUnderWrite: ir.ReadUnderWrite.Value, maskGran: Option[BigInt], memRef: Option[(String, String)]) extends Statement with IsDeclaration with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefAnnotatedMemory
- Serializable
- Product
- Equals
- IsDeclaration
- HasInfo
- HasName
- Statement
- FirrtlNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val dataType: Type
- val depth: BigInt
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def foreachExpr(f: (Expression) => Unit): Unit
- Definition Classes
- DefAnnotatedMemory → Statement
- def foreachInfo(f: (Info) => Unit): Unit
- Definition Classes
- DefAnnotatedMemory → Statement
- def foreachStmt(f: (Statement) => Unit): Unit
- Definition Classes
- DefAnnotatedMemory → Statement
- def foreachString(f: (String) => Unit): Unit
- Definition Classes
- DefAnnotatedMemory → Statement
- def foreachType(f: (Type) => Unit): Unit
- Definition Classes
- DefAnnotatedMemory → Statement
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val info: Info
- Definition Classes
- DefAnnotatedMemory → HasInfo
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapExpr(f: (Expression) => Expression): Statement
- Definition Classes
- DefAnnotatedMemory → Statement
- def mapInfo(f: (Info) => Info): Statement
- Definition Classes
- DefAnnotatedMemory → Statement
- def mapStmt(f: (Statement) => Statement): Statement
- Definition Classes
- DefAnnotatedMemory → Statement
- def mapString(f: (String) => String): Statement
- Definition Classes
- DefAnnotatedMemory → Statement
- def mapType(f: (Type) => Type): Statement
- Definition Classes
- DefAnnotatedMemory → Statement
- val maskGran: Option[BigInt]
- val memRef: Option[(String, String)]
- val name: String
- Definition Classes
- DefAnnotatedMemory → HasName
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val readLatency: Int
- val readUnderWrite: ir.ReadUnderWrite.Value
- val readers: Seq[String]
- val readwriters: Seq[String]
- def serialize: String
- Definition Classes
- DefAnnotatedMemory → FirrtlNode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toMem: DefMemory
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val writeLatency: Int
- val writers: Seq[String]
This is the documentation for Firrtl.