case class ClockBridgeChannel(name: String, sinks: Seq[ReferenceTarget], clocks: Seq[RationalClock], clockMFMRs: Seq[Int]) extends BridgeChannel with Product with Serializable
Descriptor for a clock channel originating from a clock bridge.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClockBridgeChannel
- Serializable
- Product
- Equals
- BridgeChannel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
-  new ClockBridgeChannel(name: String, sinks: Seq[ReferenceTarget], clocks: Seq[RationalClock], clockMFMRs: Seq[Int])
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
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-  val clockMFMRs: Seq[Int]
-  val clocks: Seq[RationalClock]
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-  val name: String
-   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 productElementNames: Iterator[String]- Definition Classes
- Product
 
-  val sinks: Seq[ReferenceTarget]
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def update(renames: RenameMap): BridgeChannel- Definition Classes
- ClockBridgeChannel → BridgeChannel
 
-   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])