Different

svsim.verilator.Backend.CompilationSettings.Parallelism.Different
See theDifferent companion object
class Different extends Type

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

Attributes

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

Members list

Value members

Concrete methods

override def toCompileFlags: Seq[String]

Attributes

Definition Classes
Source
Backend.scala
def withBuild(build: Option[Int]): Different

Attributes

Source
Backend.scala
def withVerilate(verilate: Option[Int]): Different

Attributes

Source
Backend.scala