chisel3.simulator.scalatest.HasCliOptions
See theHasCliOptions companion trait
object HasCliOptions
Attributes
- Companion
- trait
- Source
- HasCliOptions.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HasCliOptions.type
Members list
Type members
Classlikes
A ScalaTest command line option of the form -D<name>=<value>.
A ScalaTest command line option of the form -D<name>=<value>.
Type parameters
- the
-
internal type of the option. This is what the
<value>will be converted to.
Value parameters
- convert
-
conver the
<value>to the internal typeA - name
-
the name of the option
- updateBackendSettings
-
a function to update the backend-specific compilation settings
- updateCommonSettings
-
a function to update the common compilation settings
Attributes
- Companion
- object
- Source
- HasCliOptions.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CliOption
Attributes
- Companion
- class
- Source
- HasCliOptions.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CliOption.type
In this article