class DfiMemoryAgent extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DfiMemoryAgent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DfiMemoryAgent(bus: Dfi, clockDomain: ClockDomain)
- new DfiMemoryAgent(ctrl: DfiControlInterface, wr: DfiWriteInterface, rd: DfiReadInterface, clockDomain: ClockDomain)
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
- var bank: Long
- val bankQueue: Queue[Long]
- val bankWidth: Int
- val busConfig: DfiConfig
- var byteAddr: Long
- val casNProxy: SimProxy
- val ckeProxy: SimProxy
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val cmdPhase: Int
- var columnAddr: Long
- val columnWidth: Int
- val csCount: Int
- val csNProxy: SimProxy
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def getByte(address: Long): Byte
- def getByteAsInt(address: Long): Int
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val memory: SparseMemory
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- var oneTakeDataCounter: Int
- val oneTaskByteNumber: Int
- val oneTaskDataNumber: Int
- val phaseCount: Int
- val rProcess: Array[Queue[(BigInt) ⇒ Unit]]
- val rasNProxy: SimProxy
- var rdByteAddress: Long
- var rdData: BigInt
- var rdDataByte: Int
- val rdDataQueue: Queue[BigInt]
- val rdEnQueue: Queue[(Boolean, Int)]
- val rdLatQuenes: Queue[Int]
- var rdVaildPhase: Int
- def readDataTxd(rdEn: IndexedSeq[Boolean]): Unit
- var rowAddr: Long
- val rowAddrQueue: Queue[Long]
- val rowWidth: Int
- def selectBit(bigInt: BigInt, partIndex: Int, bitNumber: Int): Array[Boolean]
- def setByte(address: Long, value: Byte): Unit
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val weNProxy: SimProxy
- val wrAddrQueue: Queue[Long]
- val wrByteQueue: Queue[Byte]
- val wrEnQueue: Queue[Boolean]
- val wrLatQuenes: Queue[Int]
- def writeDataRxd(wrEn: IndexedSeq[Boolean], wrData: IndexedSeq[Long]): Unit
- def writeNotification(address: Long, value: Byte): Unit
- var writeVaild: Boolean
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated