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

In reply to chr_sue:
I have update code follow your ideal, but compilation error still has occured.

Error-[NCE] Non-constant expression
The following expression should be a constant.
Expression: $psprintf(“dti_axi4lite_m_burst #(%1d, %1d)”,
AXI4LITE_ADDR_WIDTH, AXI4LITE_DATA_WIDTH)
“…/libs/dti_axi4lite_vip/master/uvm/dti_axi4lite_m_burst.sv”, 25
Source info: ) extends uvm_sequence_item;

Seem return value from $psprintf task is not accepted as a parameter.