Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Generally there are 2 kinds of problem that you face when doing LEC. Aborts and Mismatches.
Aborts are when your logic cone is too huge, your tool will not be able to check for equivalency between the RTL/Netlist to Netlist. I mean, the tool will exhaust after certain amount of tries giving you an inconclusive result.
Mismatch is when you start getting Non Equivalencies between the RTL/Netlist to Netlist comparison.
For resolving Aborts you need to increase the effort level of the tool, include some cut points in the logic cone to reduce its size etc. These are certain basic things that can be done for resolving aborts.
Mismatches generally happens because of database Mismatches or due to optimization that happens while creating the netlist. The basic thing is to check whether the RTL being read and compared with its netlist during LEC s the same file used during creation of the netlist in synthesis.
With these basic checks I guess you are ready to go ahead with you LEC.
Cheers.