How to get config object from config db to the tb_top

In reply to saritr:

For any beginners out there reading this thread, if you change code, then you need show what changes have been made. One can not debug code without seeing it. In this posting, one would have to see the current set & get lines of code and the error that they generated to determine why they are not working - this should be common sense for all UVM users. If you are unable to ‘get’, maybe the context & inst_name in ‘set’ are not correct (the poster says that they used ‘this’ as the context which would be incorrect, Mayur correctly posted how to use the ‘set’ in this case). It’s hard to tell if the user followed this suggestion without the code.