SyncReadMem

chisel3.SyncReadMem
See theSyncReadMem companion class
object SyncReadMem

Attributes

Companion
class
Source
Mem.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self 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
def apply[T <: Data](size: Int, t: T)(using SourceInfo): SyncReadMem[T]

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

Concrete fields

Attributes

Source
Mem.scala

Attributes

Source
Mem.scala

Attributes

Source
Mem.scala