IMPORTANT NOTICE: Please be advised that the Verification Academy Forums will be offline for scheduled maintenance on Sunday, March 23rd at 4:00 US/Pacific.
uvm_config_db#(color_t)::set(this, "*", "bg_color", MAGENTA); // PASS
uvm_config_db#(color_t)::set(this, "*driver*", "font_color", CYAN); // not work
uvm_config_db#(color_t)::set(this, "*monitor*", "font_color", BLACK); // not work
I want to set color_t parameters separately for driver and monitor, it’s possible?
Thanks for replying. I checked the path in questasim(GUI) > UVM detail > configDB then I resolved the problem. It’s located in different code and I missed to define required class for color display. Thanks!