class JtagTunnel extends Area with JtagTapFunctions
- Alphabetic
- By Inheritance
- JtagTunnel
- JtagTapFunctions
- Area
- OverridedEqualsHashCode
- ValCallbackRec
- ValCallback
- NameableByComponent
- Nameable
- ContextUser
- ScalaLocated
- GlobalDataUser
- OwnableRef
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new JtagTunnel(ctrl: JtagTapInstructionCtrl, instructionWidth: Int)
Type Members
-
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
_context: Capture
- Definition Classes
- Area
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
childNamePriority: Byte
- Definition Classes
- Area
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
component: Component
- Definition Classes
- ContextUser
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- OverridedEqualsHashCode → AnyRef → Any
-
def
flowFragmentPush[T <: Data](sink: Flow[Fragment[Bits]], sinkClockDomain: ClockDomain)(instructionId: Int): Nothing
must implement a Fragment output from a DR UPDATE
must implement a Fragment output from a DR UPDATE
- sink
resulting flow[Fragment] of Bits
- sinkClockDomain
clockdomain of sink (for cross clocking)
- instructionId
instructionID or IR at which the fragment will be generated
- Definition Classes
- JtagTunnel → JtagTapFunctions
-
def
foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
- Definition Classes
- Nameable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getDisplayName(): String
- Definition Classes
- Nameable
-
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
getPartialName(): String
- Definition Classes
- Nameable
-
def
getPath(from: Component, to: Component): Seq[Component]
- Definition Classes
- NameableByComponent
-
def
getRefOwnersChain(): List[Any]
- Definition Classes
- OwnableRef
-
def
getScalaLocationLong: String
- Definition Classes
- ScalaLocated
-
def
getScalaLocationShort: String
- Definition Classes
- ScalaLocated
-
def
getScalaTrace(): Throwable
- Definition Classes
- ScalaLocated
-
val
globalData: GlobalData
- Definition Classes
- GlobalDataUser
-
def
hashCode(): Int
- Definition Classes
- OverridedEqualsHashCode → AnyRef → Any
-
def
idcode(value: Bits)(instructionId: Int): Nothing
must implement the IDCODE for jtag
must implement the IDCODE for jtag
- value
idcode that will be read from jtag access
- instructionId
instructionID or IR at which the idcode will be generated
- Definition Classes
- JtagTunnel → JtagTapFunctions
- val instruction: Bits
-
def
isCapturing(instructionId: Int): Bool
- Definition Classes
- JtagTunnel → JtagTapFunctions
-
def
isCompletelyUnnamed: Boolean
- Definition Classes
- Nameable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isNamed: Boolean
- Definition Classes
- Nameable
-
def
isPriorityApplicable(namePriority: Byte): Boolean
- Definition Classes
- Nameable
-
def
isReseting(): Bool
- Definition Classes
- JtagTunnel → JtagTapFunctions
-
def
isUnnamed: Boolean
- Definition Classes
- NameableByComponent → Nameable
-
def
isUpdating(instructionId: Int): Bool
- Definition Classes
- JtagTunnel → JtagTapFunctions
- def map(userCtrl: JtagTapInstructionCtrl, instructionId: Int): Unit
-
val
name: String
- Definition Classes
- Nameable
- val nameableRef: Nameable
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
overrideLocalName(name: String): JtagTunnel.this.type
- Definition Classes
- Nameable
-
val
parentScope: ScopeStatement
- Definition Classes
- ContextUser
-
def
read[T <: Data](data: T, light: Boolean = false)(instructionId: Int): Nothing
must implement a read access (DR capture) for jtag
must implement a read access (DR capture) for jtag
- data
element that will be captured
- light
generates a light version of the read function (no update from DR SCAN)
- instructionId
instructionID or IR at which the data read will be generated
- Definition Classes
- JtagTunnel → JtagTapFunctions
-
def
readAndWrite[T <: Data](captureData: T, updateData: T, captureReady: Bool, updateValid: Bool)(instructionId: Int): JtagTapInstructionReadWrite[T]
must implement a read/write access (both DR SCAN/UPDATE) with different endpoints This can easily be used with streams in/out of it.
must implement a read/write access (both DR SCAN/UPDATE) with different endpoints This can easily be used with streams in/out of it.
- captureData
element that will be captured
- updateData
element that will be updated
- captureReady
Bool that indicates when the captureData is ready for a new value
- updateValid
Bool of a 1 TCK long pulse indicating that the updateData is valid
- instructionId
instructionID or IR at which the data read/write will be generated
- Definition Classes
- JtagTunnel → JtagTapFunctions
-
def
readAndWriteWithEvents[T <: Data, T2 <: Data](captureType: HardType[T], updateType: HardType[T2])(instructionId: Int): Area { ... /* 5 definitions in type refinement */ }
- Definition Classes
- JtagTapFunctions
-
val
refOwner: RefOwnerType
- Definition Classes
- OwnableRef
- Annotations
- @DontName()
-
def
reflectNames(): Unit
- Definition Classes
- Nameable
-
def
rework[T](body: ⇒ T): T
- Definition Classes
- Area
-
val
scalaTrace: Throwable
- Definition Classes
- ScalaLocated
- val sendCapture: Bool
- val sendShift: Bool
- val sendUpdate: Bool
-
def
setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setCompositeName(nameable: Nameable, postfix: String): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setCompositeName(nameable: Nameable, namePriority: Byte): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setCompositeName(nameable: Nameable, weak: Boolean): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setCompositeName(nameable: Nameable): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setName(name: String, namePriority: Byte): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setName(name: String, weak: Boolean): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setName(name: String): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setNameAsWeak(): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setPartialName(name: String, namePriority: Byte, owner: Any): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setPartialName(name: String, namePriority: Byte): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setPartialName(name: String, weak: Boolean): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setPartialName(owner: Nameable, name: String, namePriority: Byte): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setPartialName(owner: Nameable, name: String, weak: Boolean): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setPartialName(name: String): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setPartialName(owner: Nameable, name: String): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setPartialName(owner: Nameable): JtagTunnel.this.type
- Definition Classes
- Nameable
-
def
setRefOwner(that: Any): Unit
- Definition Classes
- OwnableRef
-
def
setScalaLocated(source: ScalaLocated): JtagTunnel.this.type
- Definition Classes
- ScalaLocated
-
def
setWeakName(name: String): JtagTunnel.this.type
- Definition Classes
- Nameable
- val shiftBuffer: Bits
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tdiBuffer: Bool
- val tdoBuffer: Bool
- val tdoShifter: Bool
- def toString(): String
-
def
unsetName(): JtagTunnel.this.type
- Definition Classes
- Nameable
-
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(obj: Any, name: String): Unit
- Definition Classes
- Area → 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
write[T <: Data](data: T, cleanUpdate: Boolean = true, readable: Boolean = true)(instructionId: Int): Nothing
must implement a write access (DR UPDATE) for jtag
must implement a write access (DR UPDATE) for jtag
- data
element that will be updated
- cleanUpdate
data will only be updated when DR UPDATE is complete. shifted each TCK otherwise
- readable
allow for data
- instructionId
instructionID or IR at which the data write will be generated
- Definition Classes
- JtagTunnel → JtagTapFunctions
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated