Figure 1. Debug Parameters

- Enable Hardware Statistics
- Enable support for hardware statistics for rate counters and lookup debug.
- Debug Flags
- The debug flags can be enabled or disabled via selection of the
tick-boxes, thus enabling/disabling the respective debug functions. The
debug functions are controlled via the
DEBUG_FLAGS
parameter, a 32-bit integer, whose value is also shown in grey specified as "Debug Flags Value." Details of what each debug function does can be found in the Debugging section.Note: During HDL simulation theDEBUG_FLAGS
parameter can be modified dynamically as required. Debug flags can also be enabled using Verilog macros in the simulation (for example, +define+CAM_DEBUG_HW_LOOKUP).