ShellOption
firrtl.options.ShellOption
final class ShellOption[A](val longOption: String, val toAnnotationSeq: A => AnnotationSeq, val helpText: String, val shortOption: Option[String] = ..., val helpValueName: Option[String] = ...)(implicit evidence$1: Read[A])
Contains information about a Shell command line option
Type parameters
- the
-
type of the command line argument
Value parameters
- helpText
-
help text
- helpValueName
-
a string to show as a placeholder argument in help text
- longOption
-
a long, double-dash option
- shortOption
-
an optional single-dash option
- toAnnotationSeq
-
a function to convert the type into an AnnotationSeq
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- Registration.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article