Get uvm_config_db from uvm_sequence_item

In reply to D_S:

In the set command you are restricting the usage of your config to your agent (axi_agent_num_1*).
But the seqauence is not the agent. Please try to use a wildcard instead.
And something is wrong with your forward typedef.
It should be

typedef class axi4_agent_config;