t

dspblocks

HierarchicalBlock

trait HierarchicalBlock[D, U, EO, EI, B <: Data] extends LazyModule with DspBlock[D, U, EO, EI, B]

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

Type Members

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

Abstract Value Members

  1. abstract def blocks: Seq[Block]
  2. abstract def connections: Seq[(Block, Block)]
  3. 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
  4. abstract def module: LazyModuleImpLike
    Definition Classes
    LazyModule
  5. abstract val streamNode: AXI4StreamNodeHandle

    Diplomatic node for AXI4-Stream interfaces

    Diplomatic node for AXI4-Stream interfaces

    Definition Classes
    DspBlock

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

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

Inherited from LazyModule

Inherited from AnyRef

Inherited from Any

Ungrouped