Chisel

CounterBackannotation

trait CounterBackannotation extends Backend with Backannotation

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CounterBackannotation
  2. Backannotation
  3. Backend
  4. FileSystemUtilities
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val keywords: HashSet[String]

    Definition Classes
    Backend

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val analyses: ArrayBuffer[(Module) ⇒ Unit]

    Definition Classes
    Backend
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def asValidName(name: String): String

    Definition Classes
    Backend
  9. def assignClockAndResetToModules: Unit

    Definition Classes
    Backend
  10. def backannotationAnalyses: Unit

    Definition Classes
    BackannotationBackend
  11. def backannotationTransforms: Unit

    Definition Classes
    BackannotationBackend
  12. def checkBackannotation(c: Module): Unit

    Definition Classes
    Backannotation
  13. def checkPorts(topC: Module): Unit

    Definition Classes
    Backend
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def collectNodesIntoComp(dfsStack: Stack[Node]): Unit

    Definition Classes
    Backend
  16. def compile(c: Module, flags: String = null): Unit

    Definition Classes
    Backend
  17. def connectResets: Unit

    Definition Classes
    Backend
  18. def copyResource(filename: String, toDir: String): Unit

    Definition Classes
    Backannotation
  19. def createOutputFile(name: String): FileWriter

    Definition Classes
    FileSystemUtilities
  20. val crosses: ArrayBuffer[(Double, Array[Node])]

  21. def depthString(depth: Int): String

    Definition Classes
    Backend
  22. def elaborate(c: Module): Unit

    Definition Classes
    Backend
  23. def emitDec(node: Node): String

    Definition Classes
    Backend
  24. def emitDef(node: Node): String

    Definition Classes
    Backend
  25. def emitRef(c: Module): String

    Definition Classes
    Backend
  26. def emitRef(node: Node): String

    Definition Classes
    Backend
  27. def emitTmp(node: Node): String

    Definition Classes
    Backend
  28. def ensureDir(dir: String): String

    Ensures a directory *dir* exists on the filesystem.

    Ensures a directory *dir* exists on the filesystem.

    Definition Classes
    FileSystemUtilities
  29. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  31. def execute(c: Module, walks: ArrayBuffer[(Module) ⇒ Unit]): Unit

    Definition Classes
    Backend
  32. def extractClassName(comp: Module): String

    Definition Classes
    Backend
  33. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def fullyQualifiedName(m: Node): String

    Definition Classes
    Backend
  35. def gatherChildren(root: Module): ArrayBuffer[Module]

    Definition Classes
    Backend
  36. def gatherClocksAndResets: Unit

    Definition Classes
    Backend
  37. def genIndent(x: Int): String

    Attributes
    protected
    Definition Classes
    Backend
  38. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  39. def getPseudoPath(c: Module, delim: String = "/"): String

    Definition Classes
    Backend
  40. def getSignalPathName(n: Node, delim: String = "/", isRealName: Boolean = false): String

    Definition Classes
    Backend
  41. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  42. def initBackannotation: Unit

    Definition Classes
    Backend
  43. def initializeDFS: Stack[Node]

    Definition Classes
    Backend
  44. def isBitsIo(node: Node, dir: IODirection): Boolean

    Nodes which are created outside the execution trace from the toplevel component constructor (i.

    Nodes which are created outside the execution trace from the toplevel component constructor (i.e. through the () => Module(new Top()) ChiselMain argument) will have a component field set to null. For example, genMuxes, forceMatchWidths and transforms (all called from Backend.elaborate) create such nodes.

    This method walks all nodes from all component roots (outputs, debugs). and reassociates the component to the node both ways (i.e. in Driver.nodes and Node.component).

    We assume here that all nodes at the components boundaries (io) have a non-null and correct node/component association. We further assume that nodes generated in elaborate are inputs to a node whose component field is set.

    Implementation Node: At first we did implement *collectNodesIntoComp* to handle a single component at a time but that did not catch the cases where Regs are passed as input to sub-module without being tied to an output of *this.component*.

    Definition Classes
    Backend
  45. def isEmittingComponents: Boolean

    Definition Classes
    Backend
  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. def levelChildren(root: Module): Unit

    Definition Classes
    Backend
  48. def nameAll(root: Module): Unit

    Definition Classes
    Backend
  49. def nameChildren(root: Module): Unit

    Definition Classes
    Backend
  50. def nameRsts: Unit

    Definition Classes
    Backend
  51. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  52. val needsLowering: Set[String]

    Definition Classes
    Backend
  53. final def notify(): Unit

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

    Definition Classes
    AnyRef
  55. val preElaborateTransforms: ArrayBuffer[(Module) ⇒ Unit]

    Definition Classes
    Backend
  56. def printStack: Unit

    Prints the call stack of Component as seen by the push/pop runtime.

    Prints the call stack of Component as seen by the push/pop runtime.

    Attributes
    protected
    Definition Classes
    Backend
  57. def pruneNodes: Unit

    Definition Classes
    Backend
  58. def pruneUnconnectedIOs(m: Module): Unit

    Definition Classes
    Backend
  59. def setPseudoNames(c: Module): Unit

    Definition Classes
    Backend
  60. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  61. lazy val targetdir: String

    Definition Classes
    Backannotation
  62. def toString(): String

    Definition Classes
    AnyRef → Any
  63. val transforms: ArrayBuffer[(Module) ⇒ Unit]

    Definition Classes
    Backend
  64. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. def writeOutGraph(c: Module): Unit

    Definition Classes
    Backend

Inherited from Backannotation

Inherited from Backend

Inherited from FileSystemUtilities

Inherited from AnyRef

Inherited from Any

Ungrouped