TraceStyle

svsim.verilator.Backend.CompilationSettings.TraceStyle
case class TraceStyle(kind: Type, traceUnderscore: Boolean = ..., traceStructs: Boolean = ..., traceParams: Boolean = ..., maxWidth: Option[Int] = ..., maxArraySize: Option[Int] = ..., traceDepth: Option[Int] = ...)

Trace style options for verilator

Value parameters

kind

The format of the trace to generate, e.g., VCD or FST

maxArraySize

The maximum array depth for tracing

maxWidth

The maximum bit width for tracing

traceDepth

The maximum depth of tracing

traceParams

Whether to trace parameters

traceStructs

Whether to trace structs

traceUnderscore

Whether to trace signals with names starting with an underscore

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 toCompileFlags: Seq[String]

Attributes

Source
Backend.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product