case class alt_inbuf_diff(generic: alt_inbuf_diffGeneric = alt_inbuf_diffGeneric()) extends BlackBox with Product with Serializable
alt_inbuf_diff
- Alphabetic
- By Inheritance
- alt_inbuf_diff
- Serializable
- Serializable
- Product
- Equals
- BlackBox
- Component
- ValCallbackRec
- ValCallback
- OverridedEqualsHashCode
- SpinalTagReady
- Stackable
- PostInitCallback
- NameableByComponent
- Nameable
- ContextUser
- ScalaLocated
- GlobalDataUser
- OwnableRef
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new alt_inbuf_diff(generic: alt_inbuf_diffGeneric = alt_inbuf_diffGeneric())
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): alt_inbuf_diff.this.type
- Definition Classes
- Component → SpinalTagReady
-
def
addAttribute(name: String, value: Int): alt_inbuf_diff.this.type
- Definition Classes
- SpinalTagReady
-
def
addAttribute(name: String, value: String): alt_inbuf_diff.this.type
- Definition Classes
- SpinalTagReady
-
def
addAttribute(name: String): alt_inbuf_diff.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): alt_inbuf_diff.this.type
- Definition Classes
- SpinalTagReady
-
def
addTags(h: SpinalTag, tail: SpinalTag*): alt_inbuf_diff.this.type
- Definition Classes
- SpinalTagReady
-
def
addTags[T <: SpinalTag](tags: Iterable[T]): alt_inbuf_diff.this.type
- Definition Classes
- SpinalTagReady
-
def
afterElaboration(body: ⇒ Unit): ArrayBuffer[PrePopTask]
- Definition Classes
- Component
-
def
asFormalDut(): alt_inbuf_diff.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( ... ) @native() @IntrinsicCandidate()
-
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 generic: alt_inbuf_diffGeneric
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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
- def i: Bool
- def ibar: Bool
-
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 { ... /* 3 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
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
name: String
- Definition Classes
- Nameable
- val nameableRef: Nameable
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
noIoPrefix(): alt_inbuf_diff.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
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def o: Bool
-
def
onBody[T](body: ⇒ T): T
- Definition Classes
- Component
-
def
onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit
- Definition Classes
- SpinalTagReady
-
def
overrideLocalName(name: String): alt_inbuf_diff.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(): alt_inbuf_diff.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
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): alt_inbuf_diff.this.type
- Definition Classes
- SpinalTagReady
-
def
removeTags(tags: Iterable[SpinalTag]): alt_inbuf_diff.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): alt_inbuf_diff.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): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setCompositeName(nameable: Nameable, postfix: String): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setCompositeName(nameable: Nameable, namePriority: Byte): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setCompositeName(nameable: Nameable, weak: Boolean): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setCompositeName(nameable: Nameable): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setDefinitionName(name: String, noMerge: Boolean = true): alt_inbuf_diff.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): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setName(name: String, namePriority: Byte): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setName(name: String, weak: Boolean): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setName(name: String): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setNameAsWeak(): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setPartialName(name: String, namePriority: Byte, owner: Any): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setPartialName(name: String, namePriority: Byte): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setPartialName(name: String, weak: Boolean): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setPartialName(owner: Nameable, name: String, namePriority: Byte): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setPartialName(owner: Nameable, name: String, weak: Boolean): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setPartialName(name: String): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setPartialName(owner: Nameable, name: String): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setPartialName(owner: Nameable): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
setRefOwner(that: Any): Unit
- Definition Classes
- OwnableRef
-
def
setScalaLocated(source: ScalaLocated): alt_inbuf_diff.this.type
- Definition Classes
- ScalaLocated
-
def
setWeakName(name: String): alt_inbuf_diff.this.type
- Definition Classes
- Nameable
-
def
spinalSimWhiteBox(): Unit
- Definition Classes
- BlackBox
-
def
spinalTags: LinkedHashSet[SpinalTag]
- Definition Classes
- SpinalTagReady
-
def
stub(): alt_inbuf_diff.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): alt_inbuf_diff.this.type
- Definition Classes
- Component
-
def
traceEnable(recursive: Boolean = true): alt_inbuf_diff.this.type
- Definition Classes
- Component
-
var
traceEnabled: Boolean
- Definition Classes
- Component
-
def
unsetName(): alt_inbuf_diff.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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated