| Contributor: | John Rose | |
| Date: | December 3, 2008 | |
| Description: | Hierarchy walkerThis example implements a visitor pattern. The walker object recursively descends the OVM hierarchy and calls the visit function at each hierarchical level. A visitor object can be created to perform interesting tasks on each component.
|
|
| Download: | ovm_hier_walker_0.tgz |