Hello! I’ve been using yosys to convert designs into AIGs for model checking with rIC3 for the past few weeks. Recently, I ecountered some weird counterexamples reported by the model checker. For these counterexamples, the simlation of the Verilog modules seems to suggest the property is not violated. I understand there are many potential causes for inaccurate simulation traces in such cases, but I’m wondering if there’s any known issue with the conversion in the presence of multiple clocks. I read there’s also this command clk2fflogic which seems helpful in this scenario, but is it strictly necessary for faithful conversion?
For a bit more context, my design comes with a top-level clock input which is used to derive two other clock signals for two submodules.
Thanks!