"Cannot evaluate parameter override" error is occured when overriding parameter in a class

In reply to watashi:

What I mean is the following. Change your definition to this:

 class dti_axi4lite_m_burst #(AXI4LITE_ADDR_WIDTH = 32, AXI4LITE_DATA_WIDTH = 32, 
    TYPE_NAME = $psprintf("dti_axi4lite_m_burst #(%1d, %1d)", AXI4LITE_ADDR_WIDTH,
    AXI4LITE_DATA_WIDTH) extends uvm_sequence_item;