From d55b928d653487852044d9b9182f4baa94bdbe1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Fri, 6 Mar 2026 07:33:49 +0100 Subject: [PATCH 1/2] Fix incorrect example tool directory reference in DeveloperGuide.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- docs/contrib/DeveloperGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contrib/DeveloperGuide.md b/docs/contrib/DeveloperGuide.md index 1d71acc55d9..178be45749d 100644 --- a/docs/contrib/DeveloperGuide.md +++ b/docs/contrib/DeveloperGuide.md @@ -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` 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 From 81fd1db8b6fb17bd814c06a4fb4901fb5548025f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Fri, 6 Mar 2026 16:24:51 +0100 Subject: [PATCH 2/2] Update docs/contrib/DeveloperGuide.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Øyvind Harboe --- docs/contrib/DeveloperGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contrib/DeveloperGuide.md b/docs/contrib/DeveloperGuide.md index 178be45749d..17a58566e3a 100644 --- a/docs/contrib/DeveloperGuide.md +++ b/docs/contrib/DeveloperGuide.md @@ -199,7 +199,7 @@ Instructions for building are available [here](../user/Build.md). ## Example of Adding a Tool to OpenROAD -The directory `src/exa` +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: