svsim.CommonCompilationSettings.AvailableParallelism
See theAvailableParallelism companion trait
object AvailableParallelism
Attributes
- Companion
- trait
- Source
- Backend.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AvailableParallelism.type
Members list
Type members
Classlikes
object Default extends AvailableParallelism
Use the default number of parallel processes specified by the backend tool (i.e. Verilator or VCS) being used.
Use the default number of parallel processes specified by the backend tool (i.e. Verilator or VCS) being used.
Attributes
- Source
- Backend.scala
- Supertypes
- Self type
-
Default.type
case class UpTo(value: Int) extends AvailableParallelism
Use up to specified number of parallel processes.
Use up to specified number of parallel processes.
Attributes
- Source
- Backend.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AvailableParallelismclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
In this article