circt icon indicating copy to clipboard operation
circt copied to clipboard

[ImportVerilog] Request to expose a SystemVerilog Top in FIRRTL

Open sequencer opened this issue 7 months ago • 0 comments
trafficstars

We are trying to link SystemVerilog against FIRRTL at CIRCT time. I'm requesting a API to expose SystemVerilog as FIRRTL Blackbox, being able to inspect via C-API, which can be linked to other modules later in the FIRRTL. This feature originally is done in AutoBlackBox in Chisel, however to do it more elegantly, it's necessary to migrate this feature to CIRCT.

sequencer avatar Apr 19 '25 02:04 sequencer