DebugAccessSettings

svsim.vcs.Backend.DebugAccessSettings
final case class DebugAccessSettings(r: Boolean = ..., w: Boolean = ..., wn: Boolean = ..., fn: Boolean = ..., fwn: Boolean = ..., f: Boolean = ..., drivers: Boolean = ..., line: Boolean = ..., cbk: Boolean = ..., cbkd: Boolean = ..., thread: Boolean = ..., `class`: Boolean = ..., pp: Boolean = ..., dmtf: Boolean = ..., all: Boolean = ..., memcbk: Boolean = ..., reverse: Boolean = ..., designer: Boolean = ..., simctrl: Boolean = ..., verbose: Boolean = ...) extends PlusOrMinusSeparated

Settings for controlling VCS debug access.

These options map to the +debug_access option with separate flags for pp and dmtf, plus a standalone -memcbk flag when enabled. 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

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:
PlusOrMinusSeparated
Source
Backend.scala