We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ebe33 commit 397804dCopy full SHA for 397804d
src/main/scala/chisel3/simulator/Settings.scala
@@ -88,7 +88,7 @@ final class Settings[A <: RawModule] private[simulator] (
88
val printfCond: Option[MacroText.Type[A]],
89
val stopCond: Option[MacroText.Type[A]],
90
val plusArgs: Seq[svsim.PlusArg],
91
- val enableWavesAtTimeZero: Boolean,
+ val enableWavesAtTimeZero: Boolean
92
) {
93
94
def copy(
0 commit comments