Packages

class PeekPokeTokenizedIO extends Record with ChannelizedHostPortIO

Linear Supertypes
ChannelizedHostPortIO, HasChannels, Record, Aggregate, Data, SourceInfoDoc, NamedComponent, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PeekPokeTokenizedIO
  2. ChannelizedHostPortIO
  3. HasChannels
  4. Record
  5. Aggregate
  6. Data
  7. SourceInfoDoc
  8. NamedComponent
  9. HasId
  10. InstanceId
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PeekPokeTokenizedIO(targetIO: PeekPokeTargetIO)

Type Members

  1. type ChannelType[A <: Data] = DecoupledIO[A]
    Definition Classes
    ChannelizedHostPortIO

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def :=(that: => Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  4. final def <>(that: => Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def InputChannel[A <: Data](field: A): ChannelType[A]

    Marks an input to the bridge as being a distinct channel.

    Marks an input to the bridge as being a distinct channel. It will become a bridge-sunk ready-valid interface on this host port definition, with the target datatype as its payload.

    field

    A field in the target interface that corresponds to a channel.F

    Definition Classes
    ChannelizedHostPortIO
  7. def OutputChannel[A <: Data](field: A): ChannelType[A]

    The reverse of ChannelizedHostPortIO.InputChannel, in that it marks an output to the bridge as being a distinct channel.

    The reverse of ChannelizedHostPortIO.InputChannel, in that it marks an output to the bridge as being a distinct channel.

    field

    A field in the target interface that corresponds to a channel.

    Definition Classes
    ChannelizedHostPortIO
  8. def _cloneTypeImpl: Record
    Attributes
    protected
    Definition Classes
    Record
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. macro def asTypeOf[T <: Data](that: T): T
    Definition Classes
    Data
  11. final macro def asUInt: UInt
    Definition Classes
    Data
  12. def autoSeed(name: String): PeekPokeTokenizedIO.this.type
    Definition Classes
    Data → HasId
  13. def binding: Option[Binding]
    Attributes
    protected[chisel3]
    Definition Classes
    Data
  14. def binding_=(target: Binding): Unit
    Attributes
    protected
    Definition Classes
    Data
  15. def bridgeChannels(): Seq[BridgeChannel]

    Returns a list of channel descriptors.

    Returns a list of channel descriptors.

    Definition Classes
    ChannelizedHostPortIOHasChannels
  16. def circuitName: String
    Attributes
    protected
    Definition Classes
    HasId
  17. def className: String
    Definition Classes
    Record
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  19. def cloneType: PeekPokeTokenizedIO.this.type
    Definition Classes
    Record → Data
  20. def connectChannels2Port(bridgeAnno: BridgeIOAnnotation, targetIO: TargetChannelIO): Unit
    Definition Classes
    ChannelizedHostPortIOHasChannels
  21. def do_asTypeOf[T <: Data](that: T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T
    Definition Classes
    Data
  22. def do_asUInt(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): UInt
    Definition Classes
    Aggregate → Data
  23. val elements: ListMap[String, ChannelType[Bits]]
    Definition Classes
    PeekPokeTokenizedIO → Record
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. def getElements: Seq[Data]
    Definition Classes
    Record → Aggregate
  28. final def getWidth: Int
    Definition Classes
    Data
  29. def hasSeed: Boolean
    Definition Classes
    HasId
  30. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  31. val ins: List[(String, ChannelType[Bits])]
  32. def instanceName: String
    Definition Classes
    HasId → InstanceId
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isLit: Boolean
    Definition Classes
    Data
  35. final def isWidthKnown: Boolean
    Definition Classes
    Data
  36. def litOption: Option[BigInt]
    Definition Classes
    Aggregate → Data
  37. def litValue: BigInt
    Definition Classes
    Aggregate → Data
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  41. val outs: List[(String, ChannelType[Bits])]
  42. def parentModName: String
    Definition Classes
    HasId → InstanceId
  43. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  44. def pathName: String
    Definition Classes
    HasId → InstanceId
  45. def suggestName(seed: => String): PeekPokeTokenizedIO.this.type
    Definition Classes
    HasId
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def targetClockRef: Clock
  48. val targetInputs: List[ChTuple]
  49. val targetOutputs: List[ChTuple]
  50. final def toAbsoluteTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  51. final def toNamed: ComponentName
    Definition Classes
    NamedComponent → InstanceId
  52. def toPrintable: Printable
    Definition Classes
    Record → Data
  53. def toString(): String
    Definition Classes
    Record → AnyRef → Any
  54. final def toTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def widthOption: Option[Int]
    Definition Classes
    Data

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ChannelizedHostPortIO

Inherited from HasChannels

Inherited from Record

Inherited from Aggregate

Inherited from Data

Inherited from SourceInfoDoc

Inherited from NamedComponent

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped