CIRCTSRAMParameter

chisel3.util.experimental.CIRCTSRAMParameter
See theCIRCTSRAMParameter companion object
case class CIRCTSRAMParameter(moduleName: String, read: Int, write: Int, readwrite: Int, depth: Int, width: Int, maskGranularity: Int)

Attributes

Companion
object
Source
CIRCTSRAMInterface.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def masked: Boolean

Attributes

Source
CIRCTSRAMInterface.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product