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 a6196ca commit ba19b6dCopy full SHA for ba19b6d
src/test/scala/chiselTests/AnalogSpec.scala
@@ -162,7 +162,7 @@ class AnalogSpec extends ChiselFlatSpec with Utils {
162
// Also note this relies on executing Firrtl from Chisel directly
163
it should "NOT be connectable to UInts" in {
164
a[Exception] should be thrownBy {
165
- runTester {
+ ChiselStage.emitSystemVerilog {
166
new BasicTester {
167
val uint = WireDefault(0.U(32.W))
168
val sint = Wire(Analog(32.W))
0 commit comments