Packages

c

midas.widgets

ClockBridgeModule

class ClockBridgeModule extends BridgeModule[ClockTokenVector]

The host-side implementation. Based on provided a clock information, generates a clock token stream which will be sunk by the FAME-1 hub model. This token stream does not depend on the runtime-behavior of the target, allowing this bridge run ahead of the rest of the simulation.

Target and host time measurements provided by simif_t are facilitated with MMIO to this bridge

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClockBridgeModule
  2. BridgeModule
  3. Widget
  4. LazyModule
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClockBridgeModule(params: ClockParameters)(implicit p: Parameters)

    params

    Structure describing the clocks of the clock bridge.

Type Members

  1. class RationalClockTokenGenerator extends Module

    Generates an infinite clock token stream based on rational relationship of each clock.

    Generates an infinite clock token stream based on rational relationship of each clock. To improve simulator FMR, this module always produces non-zero clock tokens

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. var children: List[LazyModule]
    Attributes
    protected[diplomacy]
    Definition Classes
    LazyModule
  6. def childrenIterator(iterfunc: (LazyModule) => Unit): Unit
    Definition Classes
    LazyModule
  7. lazy val className: String
    Definition Classes
    LazyModule
  8. val clockInfo: Seq[RationalClock]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. def cloneDangles(): List[Dangle]
    Attributes
    protected[diplomacy]
    Definition Classes
    LazyModule
  11. var cloneProto: Option[LazyModule]
    Attributes
    protected[diplomacy]
    Definition Classes
    LazyModule
  12. val customSize: Option[BigInt]
    Definition Classes
    Widget
  13. lazy val desiredName: String
    Definition Classes
    LazyModule
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def getCRAddr(name: String): Int
    Definition Classes
    Widget
  17. def getChildren: List[LazyModule]
    Definition Classes
    LazyModule
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def getNodes: List[BaseNode]
    Definition Classes
    LazyModule
  20. def getWId: Int
    Definition Classes
    Widget
  21. def getWName: String
    Definition Classes
    Widget
  22. lazy val graphML: String
    Definition Classes
    LazyModule
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. var inModuleBody: List[() => Unit]
    Attributes
    protected[diplomacy]
    Definition Classes
    LazyModule
  25. var info: SourceInfo
    Attributes
    protected[diplomacy]
    Definition Classes
    LazyModule
  26. lazy val instanceName: String
    Definition Classes
    LazyModule
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def line: String
    Definition Classes
    LazyModule
  29. def memRegionSize: BigInt
    Definition Classes
    Widget
  30. lazy val module: BridgeModuleImp[ClockTokenVector] { ... /* 2 definitions in type refinement */ }
    Definition Classes
    ClockBridgeModuleBridgeModuleWidget → LazyModule
  31. lazy val moduleName: String
    Definition Classes
    LazyModule
  32. def name: String
    Definition Classes
    LazyModule
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def nodeIterator(iterfunc: (BaseNode) => Unit): Unit
    Definition Classes
    LazyModule
  35. var nodes: List[BaseNode]
    Attributes
    protected[diplomacy]
    Definition Classes
    LazyModule
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  38. def omitGraphML: Boolean
    Definition Classes
    LazyModule
  39. implicit val p: Parameters
    Definition Classes
    LazyModule
  40. val parent: Option[LazyModule]
    Attributes
    protected[diplomacy]
    Definition Classes
    LazyModule
  41. def parents: Seq[LazyModule]
    Definition Classes
    LazyModule
  42. lazy val pathName: String
    Definition Classes
    LazyModule
  43. def printCRs: Unit
    Definition Classes
    Widget
  44. def shouldBeInlined: Boolean
    Definition Classes
    LazyModule
  45. def suggestName(x: Option[String]): ClockBridgeModule.this.type
    Definition Classes
    LazyModule
  46. def suggestName(x: String): ClockBridgeModule.this.type
    Definition Classes
    LazyModule
  47. lazy val suggestedName: String
    Definition Classes
    LazyModule
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. val wId: Int
    Definition Classes
    Widget
  51. val wName: String
    Definition Classes
    Widget
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Widget

Inherited from LazyModule

Inherited from AnyRef

Inherited from Any

Ungrouped