HasCliOptions

chisel3.simulator.scalatest.HasCliOptions
See theHasCliOptions companion trait
object HasCliOptions

Attributes

Companion
trait
Source
HasCliOptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class CliOption[A]

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 type A

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CliOption

Attributes

Companion
class
Source
HasCliOptions.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CliOption.type