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