Configuration Database Question

In reply to haithamx15:

First, we don’t have any class “uvm_db_config”. Instead of that, we have “uvm_config_db”.
About your question: It’s not always true. You must provide a “component” to get method of uvm_config_db. In your case, you are in a sequence which is an “object”. That’s why you got compile error.