spinal.core

Backend

Related Doc: package core

class Backend extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Backend
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Backend()

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 addComponent(c: Component): Unit

  5. def addInOutBinding: Unit

  6. def addNodesIntoComponent: Unit

  7. def addReservedKeyWordToScope(scope: Scope): Unit

  8. def allocateNames: Unit

  9. def allowLiteralToCrossHierarchy: Unit

  10. def allowNodesToReadInputOfKindComponent: Unit

  11. def allowNodesToReadOutputs: Unit

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def checkCombinationalLoops: Unit

  14. def checkCrossClockDomains: Unit

  15. def checkInferedWidth: Unit

  16. def check_noAsyncNodeWithIncompletAssignment: Unit

  17. def check_noNull_noCrossHierarchy_noInputRegister: Unit

  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def collectAndNameEnum: Unit

  20. val components: ArrayBuffer[Component]

  21. def deleteUselessBaseTypes: Unit

  22. def dontSymplifyBasetypeWithComplexAssignement: Unit

  23. def elaborate[T <: Component](topLevel: T): BackendReport[T]

    Attributes
    protected
  24. def elaborate[T <: Component](gen: () ⇒ T): BackendReport[T]

  25. val enums: Set[SpinalEnum]

  26. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  28. def fillNodeConsumer: Unit

  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. var forceMemToBlackboxTranslation: Boolean

  31. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  32. var globalData: GlobalData

  33. val globalScope: Scope

  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. def inferWidth: Unit

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. var jsonReportPath: String

  38. def nameBinding: Unit

  39. def nameComponentDeclaration(c: Component): Unit

  40. def nameNodesByReflection(): Unit

  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. def normalizeNodeInputs: Unit

  43. final def notify(): Unit

    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  45. def orderComponentsNodes: Unit

  46. def printStates: Unit

  47. def propagateBaseTypeWidth: Unit

  48. def pullClockDomains: Unit

  49. def removeComponentThatNeedNoHdlEmit: ArrayBuffer[Component]

  50. def removeNodeConsumer: Unit

  51. def remplaceMemByBlackBox_simplifyWriteReadWithSameAddress: Unit

  52. val reservedKeyWords: Set[String]

  53. def simplifyBlacBoxGenerics: Unit

  54. def simplifyNodes: Unit

  55. var sortedComponents: ArrayBuffer[Component]

  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  57. def toString(): String

    Definition Classes
    AnyRef → Any
  58. var topLevel: Component

  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def walkNodes(walker: (Node, Stack[Node]) ⇒ Unit, nodeStack: Stack[Node] = walkNodesDefautStack): Unit

  63. def walkNodes2(walker: (Node) ⇒ Unit, nodeStack: Stack[Node] = walkNodesDefautStack): Unit

  64. def walkNodesBlackBoxGenerics: Stack[Node]

  65. def walkNodesDefautStack: Stack[Node]

  66. def walker_addInOutBinding(node: Node, stack: Stack[Node]): Unit

  67. def walker_deleteUselessBaseTypes(node: Node, stack: Stack[Node]): Unit

  68. def walker_matchWidth(node: Node, stack: Stack[Node]): Unit

  69. def walker_nodeConsumer(node: Node, stack: Stack[Node]): Unit

  70. def walker_pullClockDomains(node: Node, stack: Stack[Node]): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped