object Driver
- Alphabetic
- By Inheritance
- Driver
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def moduleName[T <: RawModule](dutGen: () ⇒ T): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated