Replies: 2 comments 2 replies
-
| 
         Workaround:     val backendSpecificCompilationSettings = svsim.verilator.Backend.CompilationSettings(
      traceStyle = Some(
        svsim.verilator.Backend.CompilationSettings
          .TraceStyle(svsim.verilator.Backend.CompilationSettings.TraceKind.Vcd, traceUnderscore = true)
      ),
      // FIXME should we care about this?
      disabledWarnings = Seq("WIDTH")
    ) | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| 
         This should have been fixed as of CIRCT 1.111.0 via: llvm/circt#8351 Can you share what CIRCT version that Verilog is being generated from? Also, is this   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Any tips?
Chisel 7.0.0 error from testbench:
Beta Was this translation helpful? Give feedback.
All reactions