Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/contrib/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ Instructions for building are available [here](../user/Build.md).

## Example of Adding a Tool to OpenROAD

The directory `OpenRoad/src/example`
The directory [src/exa](../main/src/exa/README.md)
illustrates a tool named "Example" that uses the file structure described above.
It defines a command to run the tool as illustrated below:
It defines a command to run the tool as illustrated below:

```tcl
> example_instance -name test
Expand Down
Loading