| 56 | } |
| 57 | |
| 58 | container::ObserverPtr<const ModuleInst> Design::topModuleInst() const { |
| 59 | return moduleInst(top_module_inst_); |
| 60 | } |
| 61 | |
| 62 | container::ObserverPtr<ModuleInst> Design::topModuleInst() { |
| 63 | return moduleInst(top_module_inst_); |
no outgoing calls