dot-notation

uvm_config_db vs uvm_resource_db, where they come from and what are they good for

Tue 25 June 2013 by Tsvi Mostovicz / Verification

The origins

According to a story I was told, the origin of the uvm_resource_db stems from the fact that certain simulators (if I remember correctly Mentor's Modelsim/Questa), were unable to cope with the dot-notation. Eg. You could not write m_object.m_field = 1, instead you'd have to put the field …

Read more