Chisel

Driver

object Driver extends FileSystemUtilities

Source
Driver.scala
Linear Supertypes
FileSystemUtilities, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Driver
  2. FileSystemUtilities
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 CC: String

    Attributes
    protected
    Definition Classes
    FileSystemUtilities
  7. val CCFLAGS: String

    Attributes
    protected
    Definition Classes
    FileSystemUtilities
  8. val CPPFLAGS: String

    Attributes
    protected
    Definition Classes
    FileSystemUtilities
  9. val CXX: String

    Attributes
    protected
    Definition Classes
    FileSystemUtilities
  10. val CXXFLAGS: String

    Attributes
    protected
    Definition Classes
    FileSystemUtilities
  11. val LDFLAGS: String

    Attributes
    protected
    Definition Classes
    FileSystemUtilities
  12. var allocateOnlyNeededShadowRegisters: Boolean

  13. def appendString(s1: Option[String], s2: Option[String]): String

  14. def apply[T <: Module](args: Array[String], gen: () ⇒ T, ftester: (T) ⇒ Tester[T], wrapped: Boolean): T

  15. def apply[T <: Module](args: Array[String], gen: () ⇒ T, wrapped: Boolean): T

  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. var backend: Backend

  18. def bfs(visit: (Node) ⇒ Unit): Unit

  19. val blackboxes: ArrayBuffer[BlackBox]

  20. def cc(dir: String, name: String, flags: String = "", isCC: Boolean = false): Unit

    Definition Classes
    FileSystemUtilities
  21. var chiselConfigClassName: Option[String]

  22. var chiselConfigDump: Boolean

  23. var chiselConfigMode: Option[String]

  24. val chiselENV: String

    Attributes
    protected
    Definition Classes
    FileSystemUtilities
  25. val chiselOneHotBitMap: HashMap[(Bits, Int), Bool]

  26. val chiselOneHotMap: HashMap[(UInt, Int), UInt]

  27. var chiselProjectName: Option[String]

  28. val clocks: ArrayBuffer[Clock]

  29. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. val compStack: Stack[Module]

  31. var compileInitializationUnoptimized: Boolean

  32. val components: ArrayBuffer[Module]

  33. def copyToTarget(filename: String): Unit

    Definition Classes
    FileSystemUtilities
  34. def createOutputFile(name: String): FileWriter

    Definition Classes
    FileSystemUtilities
  35. def dfs(visit: (Node) ⇒ Unit): Unit

  36. var dontFindCombLoop: Boolean

  37. var dumpTestInput: Boolean

  38. def elapsedTime: Long

  39. var emitTempNodes: Boolean

  40. def ensureDir(dir: String): String

    Ensures a directory *dir* exists on the filesystem.

    Ensures a directory *dir* exists on the filesystem.

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

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

    Definition Classes
    AnyRef → Any
  43. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. def getArg(s: String, i: Int): String

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

    Definition Classes
    AnyRef → Any
  46. var getLineNumbers: Boolean

  47. def getNodeId: Int

  48. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  49. def idfs(visit: (Node) ⇒ Unit): Unit

  50. val implicitClock: Clock

  51. val implicitReset: Bool

  52. var includeArgs: List[String]

  53. def initChisel(args: Array[String]): Unit

  54. var isAssert: Boolean

  55. var isAssertWarn: Boolean

  56. var isCSE: Boolean

  57. var isCheckingPorts: Boolean

  58. def isCommandAvailable(cmd: String): Boolean

  59. var isCompiling: Boolean

  60. var isDebug: Boolean

  61. var isDebugMem: Boolean

  62. var isGenHarness: Boolean

  63. var isInGetWidth: Boolean

  64. var isInlineMem: Boolean

  65. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  66. var isIoDebug: Boolean

  67. var isReportDims: Boolean

  68. var isSupportW0W: Boolean

  69. var isTesting: Boolean

  70. var isVCD: Boolean

  71. var isVCDMem: Boolean

  72. var isVCDinline: Boolean

  73. lazy val isVCSAvailable: Boolean

  74. var lineLimitFunctions: Int

  75. def link(dir: String, target: String, objects: Seq[String], isCC: Boolean = false, isLib: Boolean = false): Unit

    Definition Classes
    FileSystemUtilities
  76. var minimumCompatibility: Version

  77. var minimumLinesPerFile: Int

  78. var modAdded: Boolean

  79. var modStackPushed: Boolean

  80. var moduleNamePrefix: String

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

    Definition Classes
    AnyRef
  82. var nodeId: Int

  83. final def notify(): Unit

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

    Definition Classes
    AnyRef
  85. val orderedNodes: ArrayBuffer[Node]

  86. val parStack: Stack[Parameters]

  87. var parallelMakeJobs: Int

  88. var partitionIslands: Boolean

  89. val printStackStruct: ArrayBuffer[(Int, Module)]

  90. def run(cmd: String): Boolean

    Definition Classes
    FileSystemUtilities
  91. var saveComponentTrace: Boolean

  92. var saveConnectionWarnings: Boolean

  93. def setTopComponent(mod: Module): Unit

  94. var shadowRegisterInObject: Boolean

  95. val signalMap: LinkedHashMap[Node, Int]

  96. val sortedComps: ArrayBuffer[Module]

  97. var stackIndent: Int

  98. var startTime: Long

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

    Definition Classes
    AnyRef
  100. var targetDir: String

  101. var testCommand: Option[String]

  102. var testerSeed: Long

  103. def toString(): String

    Definition Classes
    AnyRef → Any
  104. var topComponent: Option[Module]

  105. var useSimpleQueue: Boolean

  106. var wError: Boolean

  107. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  110. def wantLineNumbers: Boolean

  111. var warnInputs: Boolean

  112. var warnOutputs: Boolean

Inherited from FileSystemUtilities

Inherited from AnyRef

Inherited from Any

Ungrouped