t

dspblocks

StandaloneBlock

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

Mixin for DspBlock to make them standalone (i.e., you can build them as a top-level module). This is especially important for testing.

Adds BundleBridges to the input and output sides of the AXI4Stream node

D

Down parameter type

U

Up parameter type

EO

Edge-out parameter type

EI

Edge-in parameter type

B

Bundle parameter type

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

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
  3. 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. lazy val desiredName: String
    Definition Classes
    LazyModule
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getChildren: List[LazyModule]
    Definition Classes
    LazyModule
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. lazy val graphML: String
    Definition Classes
    LazyModule
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val in: ModuleValue[AXI4StreamBundle]
  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. val ioInNode: BundleBridgeSource[AXI4StreamBundle]
  21. val ioOutNode: BundleBridgeSink[AXI4StreamBundle]
  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. val out: ModuleValue[AXI4StreamBundle]
  33. implicit val p: Parameters
    Definition Classes
    LazyModule
  34. val parent: Option[LazyModule]
    Attributes
    protected[freechips.rocketchip.diplomacy]
    Definition Classes
    LazyModule
  35. def parents: Seq[LazyModule]
    Definition Classes
    LazyModule
  36. lazy val pathName: String
    Definition Classes
    LazyModule
  37. def suggestName(x: Option[String]): StandaloneBlock.this.type
    Definition Classes
    LazyModule
  38. def suggestName(x: String): StandaloneBlock.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 DspBlock[D, U, EO, EI, B]

Inherited from LazyModule

Inherited from AnyRef

Inherited from Any

Ungrouped