Packages

o

tensil.util

Driver

object Driver

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Driver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 apply[T <: RawModule](compiler: Compiler = Verilog, targetDir: String = "build", outputFile: String = "")(dutGen: () ⇒ T): String

    Available options listed here from the sbt output of runMain tensil.xillybus.conv2.Top --help listed here for reference and implementation of future custom options.

    Available options listed here from the sbt output of runMain tensil.xillybus.conv2.Top --help listed here for reference and implementation of future custom options.

    >> Usage: chisel3 [options] [<arg>...]

    common options -tn, --top-name <top-level-circuit-name> This options defines the top level circuit, defaults to dut when possible -td, --target-dir <target-directory> This options defines a work directory for intermediate files, default is . -ll, --log-level <error|warn|info|debug|trace> This options defines global log level, default is None -cll, --class-log-level <FullClassName:[error|warn|info|debug|trace]>[,...] This options defines class log level, default is Map() -ltf, --log-to-file default logs to stdout, this flags writes to topName.log or firrtl.log if no topName -lcn, --log-class-names shows class names and log level in logging output, useful for target --class-log-level --help prints this usage text <arg>... optional unbounded args

    chisel3 options -chnrf, --no-run-firrtl Stop after chisel emits chirrtl file --full-stacktrace Do not trim stack trace

    firrtl options -i, --input-file <firrtl-source> use this to override the default input file name , default is empty -o, --output-file <output> use this to override the default output file name, default is empty -faf, --annotation-file <input-anno-file> Used to specify annotation files (can appear multiple times) -foaf, --output-annotation-file <output-anno-file> use this to set the annotation output file -X, --compiler <high|middle|low|verilog|mverilog|sverilog|none> compiler to use, default is verilog --info-mode <ignore|use|gen|append> specifies the source info handling, default is append -fct, --custom-transforms <package>.<class> runs these custom transforms during compilation. -fil, --inline <circuit>[.<module>[.<instance>]][,..], Inline one or more module (comma separated, no spaces) module looks like "MyModule" or "MyModule.myinstance -firw, --infer-rw Enable readwrite port inference for the target circuit -frsq, --repl-seq-mem -c:<circuit>:-i:<filename>:-o:<filename> Replace sequential memories with blackboxes + configuration file -clks, --list-clocks -c:<circuit>:-m:<module>:-o:<filename> List which signal drives each clock of every descendent of specified module -fsm, --split-modules Emit each module to its own file in the target directory. --no-check-comb-loops Do NOT check for combinational loops (not recommended) --no-dce Do NOT run dead code elimination --no-dedup Do NOT dedup modules

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def moduleName[T <: RawModule](dutGen: () ⇒ T): String
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped