trait ChannelizedHostPortIO extends HasChannels
A host-side bridge interface trait that permits finer-grained control over channel definition versus HostPortIO. Required for describing bridges that are combinationally coupled to the target.
- Self Type
- ChannelizedHostPortIO with Record
- Alphabetic
- By Inheritance
- ChannelizedHostPortIO
- HasChannels
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type ChannelType[A <: Data] = DecoupledIO[A]
Abstract Value Members
- abstract def targetClockRef: Clock
Concrete 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
- def InputChannel[A <: Data](field: A): (ChannelizedHostPortIO.this)#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
- def OutputChannel[A <: Data](field: A): (ChannelizedHostPortIO.this)#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.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bridgeChannels(): Seq[BridgeChannel]
Returns a list of channel descriptors.
Returns a list of channel descriptors.
- Definition Classes
- ChannelizedHostPortIO → HasChannels
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def connectChannels2Port(bridgeAnno: BridgeIOAnnotation, targetIO: TargetChannelIO): Unit
- Definition Classes
- ChannelizedHostPortIO → HasChannels
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])