Packages

c

svsim.vcs.Backend

DebugAccessSettings

final case class DebugAccessSettings(r: Boolean = false, w: Boolean = false, wn: Boolean = false, fn: Boolean = false, fwn: Boolean = false, f: Boolean = false, drivers: Boolean = false, line: Boolean = false, cbk: Boolean = false, cbkd: Boolean = false, thread: Boolean = false, class: Boolean = false, pp: Boolean = true, dmtf: Boolean = true, all: Boolean = false, memcbk: Boolean = false, reverse: Boolean = false, designer: Boolean = false, simctrl: Boolean = false, verbose: Boolean = false) extends PlusOrMinusSeparated with Product with Serializable

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.

Source
Backend.scala
Linear Supertypes
Serializable, Product, Equals, PlusOrMinusSeparated, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DebugAccessSettings
  2. Serializable
  3. Product
  4. Equals
  5. PlusOrMinusSeparated
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DebugAccessSettings(r: Boolean = false, w: Boolean = false, wn: Boolean = false, fn: Boolean = false, fwn: Boolean = false, f: Boolean = false, drivers: Boolean = false, line: Boolean = false, cbk: Boolean = false, cbkd: Boolean = false, thread: Boolean = false, class: Boolean = false, pp: Boolean = true, dmtf: Boolean = true, all: Boolean = false, memcbk: Boolean = false, reverse: Boolean = false, designer: Boolean = false, simctrl: Boolean = false, verbose: Boolean = false)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DebugAccessSettings toany2stringadd[DebugAccessSettings] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DebugAccessSettings, B)
    Implicit
    This member is added by an implicit conversion from DebugAccessSettings toArrowAssoc[DebugAccessSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val all: Boolean
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val cbk: Boolean
  9. val cbkd: Boolean
  10. val class: Boolean
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val designer: Boolean
  13. val dmtf: Boolean
  14. val drivers: Boolean
  15. def ensuring(cond: (DebugAccessSettings) => Boolean, msg: => Any): DebugAccessSettings
    Implicit
    This member is added by an implicit conversion from DebugAccessSettings toEnsuring[DebugAccessSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (DebugAccessSettings) => Boolean): DebugAccessSettings
    Implicit
    This member is added by an implicit conversion from DebugAccessSettings toEnsuring[DebugAccessSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: => Any): DebugAccessSettings
    Implicit
    This member is added by an implicit conversion from DebugAccessSettings toEnsuring[DebugAccessSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): DebugAccessSettings
    Implicit
    This member is added by an implicit conversion from DebugAccessSettings toEnsuring[DebugAccessSettings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val f: Boolean
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. val fn: Boolean
  23. val fwn: Boolean
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isMinus(fieldIndex: Int): Boolean

    Override to identify memcbk as the only field that uses standalone -memcbk format

    Override to identify memcbk as the only field that uses standalone -memcbk format

    Attributes
    protected
    Definition Classes
    DebugAccessSettingsPlusOrMinusSeparated
  27. val line: Boolean
  28. val memcbk: Boolean
  29. def name: String

    The name of the option.

    The name of the option.

    Definition Classes
    DebugAccessSettingsPlusOrMinusSeparated
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val pp: Boolean
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. val r: Boolean
  36. val reverse: Boolean
  37. val simctrl: Boolean
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. val thread: Boolean
  40. final def toFlags: Seq[String]

    Convert the option into command line flags

    Convert the option into command line flags

    Definition Classes
    PlusOrMinusSeparated
  41. val verbose: Boolean
  42. val w: Boolean
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. val wn: Boolean

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DebugAccessSettings toStringFormat[DebugAccessSettings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (DebugAccessSettings, B)
    Implicit
    This member is added by an implicit conversion from DebugAccessSettings toArrowAssoc[DebugAccessSettings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PlusOrMinusSeparated

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromDebugAccessSettings to any2stringadd[DebugAccessSettings]

Inherited by implicit conversion StringFormat fromDebugAccessSettings to StringFormat[DebugAccessSettings]

Inherited by implicit conversion Ensuring fromDebugAccessSettings to Ensuring[DebugAccessSettings]

Inherited by implicit conversion ArrowAssoc fromDebugAccessSettings to ArrowAssoc[DebugAccessSettings]

Ungrouped