Hi,
I notice something interesting in the build_phase order of uvm_component.
The uvm_component at the same level are build in the alphabetatical order of the instance name.
I expect the build order would be the same as the order I call the factory create function.
I am wondering is the alphabetatical build order an intended feature of UVM or just some artifact of the implementation?
I couldn't find any reference to this behavior in the UVM user guide or the class reference library.
Thanks.
Horace