You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chisel-users
I am using the chisel-template gcd module and see that I can generate a system verilog file. using: objectGCDMainextendsApp {
ChiselStage.emitSystemVerilog(
newGCD
)
}
But I was hoping there was a flag I could set to change it to verilog output? I saw that I can change the FirtoolOption, but not the CIRCTTargetAnnotation?