chisel3.Mem
See theMem companion class
object Mem
Attributes
Members list
Type members
Types
Attributes
- Source
- Mem.scala
Value members
Inherited methods
Creates a combinational/asynchronous-read, sequential/synchronous-write Mem.
Creates a combinational/asynchronous-read, sequential/synchronous-write Mem.
Value parameters
- size
-
number of elements in the memory
- t
-
data type of memory element
Attributes
- Inherited from:
- Mem$Intf (hidden)
- Source
- MemIntf.scala
Creates a combinational/asynchronous-read, sequential/synchronous-write Mem.
Creates a combinational/asynchronous-read, sequential/synchronous-write Mem.
Value parameters
- size
-
number of elements in the memory
- t
-
data type of memory element
Attributes
- Inherited from:
- Mem$Intf (hidden)
- Source
- MemIntf.scala
In this article