class Ram_1wors extends BlackBox
- Alphabetic
- By Inheritance
- Ram_1wors
- BlackBox
- Component
- ValCallbackRec
- ValCallback
- OverridedEqualsHashCode
- SpinalTagReady
- Stackable
- PostInitCallback
- NameableByComponent
- Nameable
- ContextUser
- ScalaLocated
- GlobalDataUser
- OwnableRef
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Ram_1wors(wordWidth: Int, wordCount: Int, readUnderWrite: ReadUnderWritePolicy = dontCare)
Type Members
- case class PrePopTask(task: () => Unit) extends Product with Serializable
Class used to create a task that must be executed after the creation of the component
Class used to create a task that must be executed after the creation of the component
- Definition Classes
- Component
- abstract type RefOwnerType
- Definition Classes
- OwnableRef
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
- val _spinalTags: LinkedHashSet[SpinalTag]
- Definition Classes
- SpinalTagReady
- def addAttribute(attribute: Attribute): Ram_1wors.this.type
- Definition Classes
- Component → SpinalTagReady
- def addAttribute(name: String, value: Int): Ram_1wors.this.type
- Definition Classes
- SpinalTagReady
- def addAttribute(name: String, value: String): Ram_1wors.this.type
- Definition Classes
- SpinalTagReady
- def addAttribute(name: String): Ram_1wors.this.type
- Definition Classes
- SpinalTagReady
- def addComment(str: String): Component
- Definition Classes
- Component
- def addGeneric(name: String, that: Any): Unit
- Definition Classes
- BlackBox
- def addGenerics(l: (String, Any)*): Unit
- Definition Classes
- BlackBox
- def addPrePopTask(task: () => Unit): ArrayBuffer[PrePopTask]
Add a new prePopTask
Add a new prePopTask
- Definition Classes
- Component
- def addRTLPath(path: String): LinkedHashSet[String]
Add the path of the rtl file
Add the path of the rtl file
- Definition Classes
- BlackBox
- def addTag[T <: SpinalTag](spinalTag: T): Ram_1wors.this.type
- Definition Classes
- SpinalTagReady
- def addTags(h: SpinalTag, tail: SpinalTag*): Ram_1wors.this.type
- Definition Classes
- SpinalTagReady
- def addTags[T <: SpinalTag](tags: Iterable[T]): Ram_1wors.this.type
- Definition Classes
- SpinalTagReady
- def afterElaboration(body: => Unit): ArrayBuffer[PrePopTask]
- Definition Classes
- Component
- def asFormalDut(): Ram_1wors.this.type
- Definition Classes
- Component
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val children: ArrayBuffer[Component]
Contains an array of all children Component
Contains an array of all children Component
- Definition Classes
- Component
- def clearBlackBox(): Unit
- Definition Classes
- BlackBox
- val clockDomain: Handle[ClockDomain]
Get the current clock domain (null if there is no clock domain already set )
Get the current clock domain (null if there is no clock domain already set )
- Definition Classes
- Component
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def component: Component
- Definition Classes
- ContextUser
- val definition: $anon forSome {type $anon <: SpinalTagReady { def addComment(str: String): $anon }}
- Definition Classes
- Component
- var definitionName: String
Definition Name (name of the entity (VHDL) or module (Verilog))
Definition Name (name of the entity (VHDL) or module (Verilog))
- Definition Classes
- Component
- var definitionNameNoMerge: Boolean
- Definition Classes
- Component
- val dslBody: ScopeStatement
- Definition Classes
- Component
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- OverridedEqualsHashCode → AnyRef → Any
- def existsTag(cond: (SpinalTag) => Boolean): Boolean
- Definition Classes
- SpinalTagReady
- def filterTag(cond: (SpinalTag) => Boolean): Iterable[SpinalTag]
- Definition Classes
- SpinalTagReady
- def findTag(cond: (SpinalTag) => Boolean): Option[SpinalTag]
- Definition Classes
- SpinalTagReady
- def foreachReflectableNameables(doThat: (Any) => Unit): Unit
- Definition Classes
- Nameable
- def foreachTag(body: (SpinalTag) => Unit): Unit
- Definition Classes
- SpinalTagReady
- val genericElements: ArrayBuffer[(String, Any)]
- Definition Classes
- BlackBox
- def getAllIo: Set[BaseType]
Get a set of all IO available in the component
Get a set of all IO available in the component
- Definition Classes
- Component
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getDisplayName(): String
- def getGeneric: Generic
Return the generic of the blackbox
Return the generic of the blackbox
- Definition Classes
- BlackBox
- def getGroupedIO(ioBundleBypass: Boolean): Seq[Data]
- Definition Classes
- Component
- def getInstanceCounter: Int
- Definition Classes
- ContextUser
- def getMode: Byte
- Attributes
- protected
- Definition Classes
- Nameable
- def getName(default: String): String
- Definition Classes
- NameableByComponent → Nameable
- def getName(): String
- Definition Classes
- NameableByComponent → Nameable
- def getOrdredNodeIo: List[BaseType]
Sort all IO regarding instanceCounter
Sort all IO regarding instanceCounter
- Definition Classes
- Component
- def getParentsPath(sep: String = "/"): String
Return the path of the parent
Return the path of the parent
- Definition Classes
- Component
toplevel/[myComponent1] // Current component is myComponent2
Example: - def getPartialName(): String
- Definition Classes
- Nameable
- def getPath(sep: String = "/"): String
Return the path of the component
Return the path of the component
- Definition Classes
- Component
toplevel/[myComponent1]/[myComponent2] // Current component is myComponent2
Example: - def getPath(from: Component, to: Component): Seq[Component]
- Definition Classes
- NameableByComponent
- def getRefOwnersChain(): List[Any]
- Definition Classes
- OwnableRef
- def getRtlPath(separator: String = "/"): String
- Definition Classes
- Component
- def getScalaLocationLong: String
- Definition Classes
- ScalaLocated
- def getScalaLocationShort: String
- Definition Classes
- ScalaLocated
- def getScalaTrace(): Throwable
- Definition Classes
- ScalaLocated
- def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
- Definition Classes
- SpinalTagReady
- def getTags(): LinkedHashSet[SpinalTag]
- Definition Classes
- SpinalTagReady
- val globalData: GlobalData
- Definition Classes
- GlobalDataUser
- def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
- Definition Classes
- SpinalTagReady
- def hasTag(spinalTag: SpinalTag): Boolean
- Definition Classes
- SpinalTagReady
- def hashCode(): Int
- Definition Classes
- OverridedEqualsHashCode → AnyRef → Any
- var impl: BlackBoxImpl
- Definition Classes
- BlackBox
- def instanceAttributes(language: Language): Iterable[Attribute]
- Definition Classes
- SpinalTagReady
- def instanceAttributes: Iterable[Attribute]
- Definition Classes
- SpinalTagReady
- val io: Bundle { ... /* 4 definitions in type refinement */ }
- def isBlackBox: Boolean
- Definition Classes
- BlackBox
- def isCompletelyUnnamed: Boolean
- Definition Classes
- Nameable
- def isDefaultGenericValue: Boolean
- Definition Classes
- BlackBox
- def isEmptyOfTag: Boolean
- Definition Classes
- SpinalTagReady
- var isFormalTester: Boolean
- Definition Classes
- Component
- def isInBlackBoxTree: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLogicLess: Boolean
- Definition Classes
- Component
- final def isNamed: Boolean
- Definition Classes
- Nameable
- def isPriorityApplicable(namePriority: Byte): Boolean
- Definition Classes
- Nameable
- var isSpinalSimWb: Boolean
- Definition Classes
- BlackBox
- def isUnnamed: Boolean
- Definition Classes
- NameableByComponent → Nameable
- def isUsingNoNumericType: Boolean
Return true if the blackbox used the tag noNumericType
Return true if the blackbox used the tag noNumericType
- Definition Classes
- BlackBox
- def isUsingULogic: Boolean
Return true if the blackbox used std_ulogic
Return true if the blackbox used std_ulogic
- Definition Classes
- BlackBox
- val librariesUsages: HashSet[String]
- Definition Classes
- BlackBox
- val listRTLPath: LinkedHashSet[String]
- Definition Classes
- BlackBox
- var localNamingScope: NamingScope
Name allocation
Name allocation
- Definition Classes
- Component
- def makeInputsAnyseq(): Unit
Use anyseq on any input signals to this component which do not have existing assignments.
Use anyseq on any input signals to this component which do not have existing assignments.
- Definition Classes
- Component
- def mapClockDomain(clockDomain: ClockDomain = ClockDomain.current, clock: Bool = null, reset: Bool = null, enable: Bool = null, resetActiveLevel: Polarity = HIGH, enableActiveLevel: Polarity = HIGH): Unit
Map clock domain signals (clock, reset, enable) to a clockDomain
Map clock domain signals (clock, reset, enable) to a clockDomain
- Definition Classes
- BlackBox
- def mapCurrentClockDomain(clock: Bool, reset: Bool = null, enable: Bool = null, resetActiveLevel: Polarity = HIGH, enableActiveLevel: Polarity = HIGH): Unit
Map clock domains signal to the current ClockDomain
Map clock domains signal to the current ClockDomain
- Definition Classes
- BlackBox
- val mem: Mem[Bits]
- val name: String
- Definition Classes
- Nameable
- val nameableRef: Nameable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noIoPrefix(): Ram_1wors.this.type
No "io_" prefix in front of the in/out signals
No "io_" prefix in front of the in/out signals
- Definition Classes
- Component
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def onBody[T](body: => T): T
- Definition Classes
- Component
- def onEachAttributes(doIt: (Attribute) => Unit): Unit
- Definition Classes
- SpinalTagReady
- def overrideLocalName(name: String): Ram_1wors.this.type
- Definition Classes
- Nameable
- def parent: Component
Get the parent component (null if there is no parent)
Get the parent component (null if there is no parent)
- Definition Classes
- Component
- val parentScope: ScopeStatement
- Definition Classes
- ContextUser
- def parents(of: Component = this, list: List[Component] = Nil): List[Component]
Return a list of all parents of the components
Return a list of all parents of the components
- Definition Classes
- Component
- def postInitCallback(): Ram_1wors.this.type
- Definition Classes
- Component → PostInitCallback
- def postPopEvent(): Unit
- Definition Classes
- Stackable
- def postPushEvent(): Unit
- def prePop(): Unit
- Definition Classes
- Component
- def prePopEvent(): Unit
- var pulledDataCache: Map[Data, Data]
- Definition Classes
- Component
- val readUnderWrite: ReadUnderWritePolicy
- val refOwner: RefOwnerType
- Definition Classes
- OwnableRef
- Annotations
- @DontName()
- def reflectBaseType(name: String): BaseType
- Definition Classes
- Component
- def reflectNames(): Unit
- Definition Classes
- Nameable
- def removeTag(spinalTag: SpinalTag): Ram_1wors.this.type
- Definition Classes
- SpinalTagReady
- def removeTags(tags: Iterable[SpinalTag]): Ram_1wors.this.type
- Definition Classes
- SpinalTagReady
- def replaceStdLogicByStdULogic(): BlackBox
Replace std_logic by std_ulogic
Replace std_logic by std_ulogic
- Definition Classes
- BlackBox
- def rework[T](gen: => T): T
- Definition Classes
- Component
- val scalaTrace: Throwable
- Definition Classes
- ScalaLocated
- val scopeProperties: Capture
Rework the component
Rework the component
- Definition Classes
- Component
- def setBlackBox(): Unit
- Definition Classes
- BlackBox
- def setBlackBoxName(name: String): Ram_1wors.this.type
Set the name of the blackbox
Set the name of the blackbox
- Definition Classes
- BlackBox
- def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, postfix: String): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, namePriority: Byte): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, weak: Boolean): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setDefinitionName(name: String, noMerge: Boolean = true): Ram_1wors.this.type
Set the definition name of the component
Set the definition name of the component
- Definition Classes
- Component
- def setFormalTester(): Unit
- Definition Classes
- Component
- def setInline(impl: BlackBoxImpl): Unit
- Definition Classes
- BlackBox
- def setInlineVerilog(str: String): Unit
- Definition Classes
- BlackBox
- def setInlineVhdl(str: String): Unit
- Definition Classes
- BlackBox
- def setIoCd(cd: ClockDomain = this.clockDomain): Unit
- Definition Classes
- BlackBox
- def setLambdaName(isNameBody: => Boolean)(nameGen: => String): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setName(name: String, namePriority: Byte): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setName(name: String, weak: Boolean): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setName(name: String): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setNameAsWeak(): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String, namePriority: Byte, owner: Any): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String, namePriority: Byte): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String, weak: Boolean): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setPartialName(owner: Nameable, name: String, namePriority: Byte): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setPartialName(owner: Nameable, name: String, weak: Boolean): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setPartialName(owner: Nameable, name: String): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setPartialName(owner: Nameable): Ram_1wors.this.type
- Definition Classes
- Nameable
- def setRefOwner(that: Any): Unit
- Definition Classes
- OwnableRef
- def setScalaLocated(source: ScalaLocated): Ram_1wors.this.type
- Definition Classes
- ScalaLocated
- def setWeakName(name: String): Ram_1wors.this.type
- Definition Classes
- Nameable
- def spinalSimWhiteBox(): Unit
- Definition Classes
- BlackBox
- def spinalTags: LinkedHashSet[SpinalTag]
- Definition Classes
- SpinalTagReady
- def stub(): Ram_1wors.this.type
Empty Component, remove logic in component and assign zero on output port as stub
Empty Component, remove logic in component and assign zero on output port as stub
- Definition Classes
- Component
val dut = (new MyComponent).stub()
Example: - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Nameable → AnyRef → Any
- def traceDisable(recursive: Boolean = true): Ram_1wors.this.type
- Definition Classes
- Component
- def traceEnable(recursive: Boolean = true): Ram_1wors.this.type
- Definition Classes
- Component
- var traceEnabled: Boolean
- Definition Classes
- Component
- def unsetName(): Ram_1wors.this.type
- Definition Classes
- Nameable
- val userCache: Map[Any, Any]
Used to store arbitrary object related to the component
Used to store arbitrary object related to the component
- Definition Classes
- Component
- def valCallback[T](ref: T, name: String): T
- Definition Classes
- ValCallbackRec → ValCallback
- def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
- Definition Classes
- ValCallbackRec
- def valCallbackRec(ref: Any, name: String): Unit
- Definition Classes
- Component → ValCallbackRec
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def walkComponents(body: (Component) => Unit): Unit
- Definition Classes
- Component
- def withAutoPull(): Unit
- Definition Classes
- Component
- var withHierarchyAutoPull: Boolean
- Definition Classes
- Component
- def withKeywords(): Unit
- Definition Classes
- Component
- var withVitalOutputs: Boolean
- Definition Classes
- Component
- def withoutKeywords(): Unit
- Definition Classes
- Component
- var withoutReservedKeywords: Boolean
- Definition Classes
- Component
- val wordCount: Int
- val wordWidth: Int
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)