CoverageDirectory

svsim.vcs.Backend.CoverageDirectory
final case class CoverageDirectory(directory: String)

Settings for controlling the coverage directory

This maps to the -cm_dir option.

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

def toFlags: Seq[String]

Attributes

Source
Backend.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product