# Example This is an example tool to demonstrate how to setup a new tool in OpenROAD. ## Commands ### Example Instance This command makes an instance. ```tcl example_instance [-name name] ``` #### Options | Switch Name | Description | | ----- | ----- | | `[-name]` | The name of the instance to create. Defaults to example. |