Friday, October 8, 2010

enabling/disabling topology printing in OVM

ovm_root can print topology after elaboration phase.
ovm_root also has a variable to control this feature, enable_print_topology
when set ovm_root prints topology after elaboration phase, to disable printing set the variable to zero.


ovm_top.print_topology();
does the printing, an optional printer can be used as an argument to the print topology.

No comments:

Post a Comment