The $check cell could not support TRG_WIDTH > 1 lead to old design verification failed with async2sync
command.
#4424
Labels
pending-verification
This issue is pending verification and/or reproduction
Version
Yosys 0.41+111
On which OS did this happen?
Linux, Windows
Reproduction Steps
As it is states in YosysHQ/sby#279 the design
Failed while upgrading to latest version, but works in Yosys 0.33.
The scripts used for yosys is
at this stage it report error.
Expected Behavior
The formal verification passes.
Actual Behavior
It reports that "ERROR: $check cell $cover$anon.sv:56$6 with TRG_WIDTH > 1 is not support by async2sync, use clk2fflogic."
I have traced on the generated RTLIL.
Previously, it would be
However, after upgrading the RTLIL become
In this case, the TRG_WIDTH become 2, which is not permit while runing
async2sync
command.The text was updated successfully, but these errors were encountered: