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.
2 parents 3ff6b77 + 2beeddd commit 7f0f4fdCopy full SHA for 7f0f4fd
src/main/scala/chisel3/iotesters/TreadleBackend.scala
@@ -125,6 +125,9 @@ private[iotesters] object setupTreadleBackend {
125
dutGen: () => T,
126
optionsManager: TesterOptionsManager = new TesterOptionsManager): (T, Backend) = {
127
128
+ // If we are here we do not want the default (or overriden) compiler, we want "low"
129
+ optionsManager.firrtlOptions = optionsManager.firrtlOptions.copy(compilerName = "low")
130
+
131
// get the chisel generator
132
val generatorAnnotation = chisel3.stage.ChiselGeneratorAnnotation(dutGen)
133
0 commit comments