find_tb_instance
Find testbench instances in the component tree by exact path or module name to debug RTL simulation failures.
Instructions
Locate instance(s) in the component_tree by exact path OR by module name. path and module are mutually exclusive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | exact dotted instance path | |
| limit | No | ||
| handle | Yes | ||
| module | No | module name; returns all instances |