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 Serializabletrait Producttrait Equalstrait PlusOrMinusSeparatedclass Objecttrait Matchableclass Any
Members list
In this article