ToggleCoverageSettings

svsim.vcs.Backend.ToggleCoverageSettings
final case class ToggleCoverageSettings(assign: Boolean = ..., portsonly: Boolean = ..., fullintf: Boolean = ..., mda: Boolean = ..., count: Boolean = ..., structarr: Boolean = ..., modportarr: Boolean = ..., unencrypted_signals: Boolean = ..., old: Boolean = ...) extends PlusSeparated

Settings for controlling VCS toggle coverage.

These options map to the -cm_tgl option. Consult the Synopsys VCS user guide for documentation.

Attributes

Source
Backend.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def name: String

The name of the option.

The name of the option.

Attributes

Definition Classes
Source
Backend.scala

Inherited methods

final def any: Boolean

Return true if any of the flags are set.

Return true if any of the flags are set.

Attributes

Inherited from:
PlusSeparated
Source
Backend.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toFlags: Seq[String]

Convert the option into command line flags

Convert the option into command line flags

Attributes

Inherited from:
PlusSeparated
Source
Backend.scala