Parallelism

svsim.verilator.Backend.CompilationSettings.Parallelism
object Parallelism

Control job parallelism in verilator

Attributes

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

Members list

Type members

Classlikes

class Different extends Type

Apply non-uniform parallelism to Verilation. This allows control of --build-jobs and --verilate-jobs separately.

Apply non-uniform parallelism to Verilation. This allows control of --build-jobs and --verilate-jobs separately.

Attributes

Companion
object
Source
Backend.scala
Supertypes
trait Type
class Object
trait Matchable
class Any
object Different

Attributes

Companion
class
Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Different.type
sealed trait Type

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Different
class Uniform
class Uniform extends Type

Apply uniform parallelism to Verilation. This maps to -j.

Apply uniform parallelism to Verilation. This maps to -j.

Attributes

Companion
object
Source
Backend.scala
Supertypes
trait Type
class Object
trait Matchable
class Any
object Uniform

Attributes

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