From b1cda21f2d9dc99fdbfcf5a64e9764ad0c32abd0 Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Thu, 25 Apr 2024 12:56:43 +0200 Subject: [PATCH] README: relative links to paragraph Signed-off-by: Pawel Czarnecki --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f6e8d81..7273a7d8 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ source $script_path/util.tcl This tutorial uses the `docker flow` to run the physical design flow with ORFS. Before starting, it is required to have available in your docker runtime a docker image with `OpenROAD-flow-scripts` installation. -For more information, please refer to the [Requirements](https://github.com/The-OpenROAD-Project/bazel-orfs?tab=readme-ov-file#requirements) paragraph. +For more information, please refer to the [Requirements](#requirements) paragraph. ### Hello world @@ -300,7 +300,7 @@ bazel run L1MetadataArray_test_cts_gui ### Using the local flow The local flow allows testing the build with locally built OpenROAD-flow-scripts. -It is based on bazel `Make` targets, for more information on those, please refer to relevant [implementation](https://github.com/The-OpenROAD-Project/bazel-orfs?tab=readme-ov-file#make-targets) paragraph. +It is based on bazel `Make` targets, for more information on those, please refer to relevant [implementation](#make-targets) paragraph. Example usage of `Make` targets can look like this: Let's assume we want to perform a `floorplan` stage for the `L1MetadataArray` design using the locally built ORFS. @@ -411,7 +411,7 @@ bazel build L1MetadataArray_test_generate_abstract ``` This will cause the `mock area` targets to generate the abstracts for the design right after the `floorplan` stage instead of `grt` stage. -For more information please refer to the description of [mock area targets](https://github.com/The-OpenROAD-Project/bazel-orfs?tab=readme-ov-file#mock-area-targets). +For more information please refer to the description of [mock area targets](#mock-area-targets). ## Bazel hacking