Class

fringe

Fringe

Related Doc: package fringe

Permalink

class Fringe extends Module

Top module for FPGA shell

Linear Supertypes
LegacyModule, ImplicitModule, UserModule, BaseModule, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Fringe
  2. LegacyModule
  3. ImplicitModule
  4. UserModule
  5. BaseModule
  6. HasId
  7. InstanceId
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Fringe(blockingDRAMIssue: Boolean, axiParams: AXI4BundleParameters)

    Permalink

    blockingDRAMIssue

    TODO: What is this?

    axiParams

    TODO: What is this?

Type Members

  1. class StatusReg extends Bundle

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def IO[T <: Data](iodef: T): iodef.type

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  5. def _autoWrapPorts(): Unit

    Permalink
    Definition Classes
    BaseModule
  6. var _closed: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  7. def _ioPortBound(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    LegacyModule
  8. val alloc: Bool

    Permalink
  9. def annotate(annotation: ChiselAnnotation): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val assignment: List[List[Int]]

    Permalink
  12. val axiLiteParams: AXI4BundleParameters

    Permalink
  13. val bug239_hack: Boolean

    Permalink
  14. val clock: Clock

    Permalink
    Definition Classes
    ImplicitModule
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val command: UInt

    Permalink
  17. val commandReg: Int

    Permalink
  18. val compileOptions: CompileOptions

    Permalink
    Definition Classes
    UserModule
  19. val curStatus: StatusReg

    Permalink
  20. val dealloc: Bool

    Permalink
  21. val debugChannelID: Int

    Permalink
  22. val depulser: Depulser

    Permalink
  23. def desiredName: String

    Permalink
    Definition Classes
    BaseModule
  24. val dramArbs: List[DRAMArbiter]

    Permalink
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def getCommands: Seq[Command]

    Permalink
    Attributes
    protected
    Definition Classes
    UserModule
  30. def getIds: Seq[HasId]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  31. def getModulePorts: Seq[Data]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  32. lazy val getPorts: Seq[Port]

    Permalink
    Definition Classes
    UserModule
  33. def hashCode(): Int

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  34. val heap: DRAMHeap

    Permalink
  35. val hostHeapReq: Valid[HeapReq]

    Permalink
  36. val hostHeapResp: Valid[HeapResp]

    Permalink
  37. def instanceName: String

    Permalink
    Definition Classes
    BaseModule → HasId → InstanceId
  38. val io: Bundle { ... /* 19 definitions in type refinement */ }

    Permalink
    Definition Classes
    Fringe → LegacyModule
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. val localEnable: Bool

    Permalink
  41. val localReset: Bool

    Permalink
  42. final val name: String

    Permalink
    Definition Classes
    BaseModule
  43. def nameIds(rootClass: Class[_]): HashMap[HasId, String]

    Permalink
    Attributes
    protected
    Definition Classes
    LegacyModule → BaseModule
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. val numDebugs: Int

    Permalink
  48. val numRegs: Int

    Permalink
  49. var override_clock: Option[Clock]

    Permalink
    Attributes
    protected
    Definition Classes
    LegacyModule
  50. var override_reset: Option[Bool]

    Permalink
    Attributes
    protected
    Definition Classes
    LegacyModule
  51. def parentModName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  52. def parentPathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  53. def pathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  54. def portsContains(elem: Data): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  55. def portsSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  56. val regWidth: Int

    Permalink
  57. val regs: RegFile

    Permalink
  58. val reset: Reset

    Permalink
    Definition Classes
    ImplicitModule
  59. val status: Valid[StatusReg]

    Permalink
  60. val statusReg: Int

    Permalink
  61. def suggestName(name: ⇒ String): Fringe.this.type

    Permalink
    Definition Classes
    HasId
  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  63. val timeoutCtr: FringeCounter

    Permalink
  64. val timeoutCycles: Long

    Permalink
  65. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  66. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LegacyModule

Inherited from ImplicitModule

Inherited from UserModule

Inherited from BaseModule

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped