chisel3.SyncReadMem
See theSyncReadMem companion class
object SyncReadMem
Attributes
- Companion
- class
- Source
- Mem.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SyncReadMem.type
Members list
Type members
Types
Attributes
- Source
- Mem.scala
Value members
Inherited methods
def apply[T <: Data](size: BigInt, t: T, ruw: ReadUnderWrite = ...)(using SourceInfo): SyncReadMem[T]
Attributes
- Inherited from:
- SyncReadMem$Intf (hidden)
- Source
- MemIntf.scala
Creates a sequential/synchronous-read, sequential/synchronous-write SyncReadMem.
Creates a sequential/synchronous-read, sequential/synchronous-write SyncReadMem.
Value parameters
- size
-
number of elements in the memory
- t
-
data type of memory element
Attributes
- Inherited from:
- SyncReadMem$Intf (hidden)
- Source
- MemIntf.scala
In this article