abstract class Chain[D, U, EO, EI, B <: Data] extends LazyModule with HierarchicalBlock[D, U, EO, EI, B]

Linear Supertypes
HierarchicalBlock[D, U, EO, EI, B], DspBlock[D, U, EO, EI, B], LazyModule, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Chain
  2. HierarchicalBlock
  3. DspBlock
  4. LazyModule
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Chain(blockConstructors: Seq[(Parameters) ⇒ DspBlock[D, U, EO, EI, B]])(implicit p: Parameters)

Type Members

  1. type Block = DspBlock[D, U, EO, EI, B]
    Definition Classes
    HierarchicalBlock

Abstract Value Members

  1. abstract val mem: Option[MixedNode[D, U, EI, B, D, U, EO, B]]

    Diplmatic node for memory interface Some blocks might not need memory mapping, so this is an Option[]

    Diplmatic node for memory interface Some blocks might not need memory mapping, so this is an Option[]

    Definition Classes
    DspBlock
  2. abstract def module: LazyModuleImpLike
    Definition Classes
    LazyModule

Concrete 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. lazy val blocks: Seq[Block]
    Definition Classes
    ChainHierarchicalBlock
  6. var children: List[LazyModule]
    Attributes
    protected[freechips.rocketchip.diplomacy]
    Definition Classes
    LazyModule
  7. lazy val className: String
    Definition Classes
    LazyModule
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def connect(lhs: Block, rhs: Block): AXI4StreamNodeHandle
    Definition Classes
    HierarchicalBlock
  10. lazy val connections: List[(Block, Block)]
    Definition Classes
    ChainHierarchicalBlock
  11. lazy val desiredName: String
    Definition Classes
    LazyModule
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getChildren: List[LazyModule]
    Definition Classes
    LazyModule
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. lazy val graphML: String
    Definition Classes
    LazyModule
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. var inModuleBody: List[() ⇒ Unit]
    Attributes
    protected[freechips.rocketchip.diplomacy]
    Definition Classes
    LazyModule
  20. var info: SourceInfo
    Attributes
    protected[freechips.rocketchip.diplomacy]
    Definition Classes
    LazyModule
  21. lazy val instanceName: String
    Definition Classes
    LazyModule
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def line: String
    Definition Classes
    LazyModule
  24. lazy val moduleName: String
    Definition Classes
    LazyModule
  25. def name: String
    Definition Classes
    LazyModule
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def nodeIterator(iterfunc: (LazyModule) ⇒ Unit): Unit
    Definition Classes
    LazyModule
  28. var nodes: List[BaseNode]
    Attributes
    protected[freechips.rocketchip.diplomacy]
    Definition Classes
    LazyModule
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def omitGraphML: Boolean
    Definition Classes
    LazyModule
  32. implicit val p: Parameters
    Definition Classes
    LazyModule
  33. val parent: Option[LazyModule]
    Attributes
    protected[freechips.rocketchip.diplomacy]
    Definition Classes
    LazyModule
  34. def parents: Seq[LazyModule]
    Definition Classes
    LazyModule
  35. lazy val pathName: String
    Definition Classes
    LazyModule
  36. lazy val streamNode: NodeHandlePair[AXI4StreamMasterPortParameters, AXI4StreamSlavePortParameters, AXI4StreamEdgeParameters, AXI4StreamBundle, AXI4StreamMasterPortParameters, AXI4StreamSlavePortParameters, AXI4StreamEdgeParameters, AXI4StreamBundle]

    Diplomatic node for AXI4-Stream interfaces

    Diplomatic node for AXI4-Stream interfaces

    Definition Classes
    ChainDspBlock
  37. def suggestName(x: Option[String]): Chain.this.type
    Definition Classes
    LazyModule
  38. def suggestName(x: String): Chain.this.type
    Definition Classes
    LazyModule
  39. lazy val suggestedName: String
    Definition Classes
    LazyModule
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from HierarchicalBlock[D, U, EO, EI, B]

Inherited from DspBlock[D, U, EO, EI, B]

Inherited from LazyModule

Inherited from AnyRef

Inherited from Any

Ungrouped