ChiselOptionsModifications

chisel3.simulator.ChiselOptionsModifications
See theChiselOptionsModifications companion object
trait ChiselOptionsModifications extends (Array[String]) => Array[String]

Changes that ChiselSim should make to Chisel command line options

This follows a type class pattern with a low-priority default of identity.

Attributes

Companion
object
Source
OptionsModifications.scala
Graph
Supertypes
trait (Array[String]) => Array[String]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def andThen[A](g: (Array[String]) => A): Array[String] => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Array[String]): A => Array[String]

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Inherited and Abstract methods

def apply(v1: Array[String]): Array[String]

Attributes

Inherited from:
Function1