.. _Performance Checks:

Performance Checks
==================

.. list-table::

   * - **ID**
     - **Message**
   * - ASSIGNMENT_NON_BLOCKING
     - Non-blocking assignment of # in combinational logic (use blocking assignment)
   * - ASSIGNMENT_NON_BLOCKING
     - Non-blocking assignment of local variable # (use blocking assignment)
   * - SENSITIVITY_UNUSED
     - The process is not sensitive to #

