class MemPimped[T <: Data] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MemPimped
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MemPimped(mem: Mem[T])
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]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def flowReadSync[T2 <: Data](cmd: Flow[UInt], linkedData: T2): Flow[ReadRetLinked[T, T2]]
- def flowReadSync(cmd: Flow[UInt]): Flow[T]
- def formalCount(cond: (T) => Bool): UInt
- def formalCount(word: T): UInt
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def readAsyncPort(): MemReadPortAsync[T]
- def readAsyncPortBySyncReadRevertedClk: MemReadPortAsync[T]
- def readSyncPort(readUnderWrite: ReadUnderWritePolicy = dontCare, clockCrossing: Boolean = false): MemReadPort[T]
- def readSyncPort: MemReadPort[T]
- def readWriteSyncPort(maskWidth: Int = -1, readUnderWrite: ReadUnderWritePolicy = dontCare, clockCrossing: Boolean = false, duringWrite: DuringWritePolicy = dontCare): MemReadWritePort[T]
- def streamReadSync(cmd: Stream[UInt], crossClock: Boolean): Stream[T]
- def streamReadSync(cmd: Stream[UInt]): Stream[T]
- def streamReadSync[T2 <: Data](cmd: Stream[UInt], linkedData: T2, crossClock: Boolean = false): Stream[ReadRetLinked[T, T2]]
- def streamReadSyncMultiPort(cmd: Seq[Stream[UInt]], crossClock: Boolean = false): Vec[Stream[T]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- def writePort(): Flow[MemWriteCmd[T]]
Create a write port of memory.
- def writePortWithMask(maskWidth: Int): Flow[MemWriteCmdWithMask[T]]
Create a write port of memory with masking.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)