lint_rtl
This goal checks basic RTL lint issues in the design, such as floating input, width mismatch, etc. These checks should be run after every change in RTL code prior to code check-in.
To debug these issues, cross probe the violation to the HDL code. The code fragment will have to be analyzed to figure out the root cause of width mismatch issues. For issues relating to floating inputs will have to be debugged in the schematic. On the schematic, the user would be directed to the floating input, and in some cases fanin/fanout analysis would have to done to find out the actual source of problem. If there are violations reported by the Info_Case_Analysis rule, review the set_case_analysis settings as these may impact the lint checks.