PlusOrMinusSeparated
svsim.vcs.Backend.PlusOrMinusSeparated
Trait that encodes VCS options where some flags use + prefix while others are standalone -.
Some VCS debug access fields must be specified as -flag_name (standalone) rather than +flag_name (part of the main option). This trait allows each boolean field to specify its own prefix via an overrideable method.
Fields returning "+" get prefixed as +field in the combined list Fields returning "" become separate -flag arguments after the main option
Attributes
- Source
- Backend.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DebugAccessSettings
- Self type
-
Product
Members list
In this article