c

dspblocks

Passthrough

abstract class Passthrough[D, U, EO, EI, B <: Data] extends LazyModule with DspBlock[D, U, EO, EI, B] with HasCSR

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

Instance Constructors

  1. new Passthrough(params: PassthroughParams)(implicit p: Parameters)

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 regmap(mapping: Map*): Unit
    Definition Classes
    HasCSR

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. def addCSR(address: Int, field: Seq[RegField]): Unit
    Definition Classes
    HasCSR
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  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. 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 module: LazyModuleImp { ... /* 2 definitions in type refinement */ }
    Definition Classes
    Passthrough → LazyModule
  23. lazy val moduleName: String
    Definition Classes
    LazyModule
  24. def name: String
    Definition Classes
    LazyModule
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def nodeIterator(iterfunc: (LazyModule) ⇒ Unit): Unit
    Definition Classes
    LazyModule
  27. var nodes: List[BaseNode]
    Attributes
    protected[freechips.rocketchip.diplomacy]
    Definition Classes
    LazyModule
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def omitGraphML: Boolean
    Definition Classes
    LazyModule
  31. implicit val p: Parameters
    Definition Classes
    LazyModule
  32. val params: PassthroughParams
  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. val streamNode: AXI4StreamIdentityNode

    Diplomatic node for AXI4-Stream interfaces

    Diplomatic node for AXI4-Stream interfaces

    Definition Classes
    PassthroughDspBlock
  37. def suggestName(x: Option[String]): Passthrough.this.type
    Definition Classes
    LazyModule
  38. def suggestName(x: String): Passthrough.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 HasCSR

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

Inherited from LazyModule

Inherited from AnyRef

Inherited from Any

Ungrouped