OptimizationStyle

svsim.CommonCompilationSettings.OptimizationStyle
See theOptimizationStyle companion trait

Attributes

Companion
trait
Source
Backend.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Default extends OptimizationStyle

Use the default optimization level specified by the backend tool (i.e. Verilator or VCS) being used.

Use the default optimization level specified by the backend tool (i.e. Verilator or VCS) being used.

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Default.type

Optimize for compilation speed, which generally means disabling as many optimizations as possible.

Optimize for compilation speed, which generally means disabling as many optimizations as possible.

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Optimize for execution speed, which generally means enabling as many optimizations as possible.

Optimize for execution speed, which generally means enabling as many optimizations as possible.

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala