Skip to content

Commit 7d5d367

Browse files
committed
use another indicator for warning note
Signed-off-by: habibayassin <[email protected]>
1 parent 420fc04 commit 7d5d367

File tree

3 files changed

+31
-35
lines changed

3 files changed

+31
-35
lines changed

docs/tutorials/FlowTutorial.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -920,9 +920,8 @@ openroad -gui
920920
Run [test_gcd.api.tcl](../../src/pdn/test/test_gcd.api.tcl)
921921
to generate power grid for `gcd` design.
922922

923-
:::{warning}
924-
The refernced script is not currently avaiable, it will be addressed in a future pull request
925-
:::
923+
> **Warning:**
924+
> The refernced script is not currently avaiable, it will be addressed in a future pull request
926925
927926
```
928927
source test_gcd.api.tcl
@@ -1108,9 +1107,8 @@ Zoomed view of cell placement:
11081107
Explore macro placement with halo spacing, refer to the example
11091108
[here](../../src/mpl/test/gcd_mem1_02.tcl).
11101109

1111-
:::{warning}
1112-
The refernced script is not currently avaiable, it will be addressed in a future pull request
1113-
:::
1110+
> **Warning:**
1111+
> The refernced script is not currently avaiable, it will be addressed in a future pull request
11141112
11151113
Launch GUI by running the following command(s) in the terminal in OpenROAD tool root directory:
11161114
```
@@ -1165,9 +1163,8 @@ If the design has more than one macro, it is important to provide halo and
11651163
channel spacing to provide enough space for routing. Refer to the
11661164
following example [here](../../src/mpl/test/gcd_mem3_03.tcl).
11671165

1168-
:::{warning}
1169-
The refernced script is not currently avaiable, it will be addressed in a future pull request
1170-
:::
1166+
> **Warning:**
1167+
> The refernced script is not currently avaiable, it will be addressed in a future pull request
11711168
11721169
To view macro placement with channel spacing in OpenROAD GUI run the following command(s) in the terminal in OpenROAD tool root directory:
11731170
```

docs/user/Build.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Build OpenROAD Flow
22

3-
:::{warning}
4-
On CentOS 7 you need to manually make sure the PATH variable includes at
5-
least one of the new version of GCC/Clang. To enable GCC-8 or Clang-7 you
6-
need to run:
7-
8-
```shell
9-
# to enable gcc-8
10-
source /opt/rh/devtoolset-8/enable
11-
# or to enable clang-7
12-
source /opt/rh/llvm-toolset-7.0/enable
13-
```
14-
:::
3+
> **Warning:**
4+
> On CentOS 7 you need to manually make sure the PATH variable includes at
5+
> least one of the new version of GCC/Clang. To enable GCC-8 or Clang-7 you
6+
> need to run:
7+
>
8+
> ```shell
9+
> # to enable gcc-8
10+
> source /opt/rh/devtoolset-8/enable
11+
> # or to enable clang-7
12+
> source /opt/rh/llvm-toolset-7.0/enable
13+
> ```
1514
1615
## Build Command and options
1716

docs/user/BuildWithDocker.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ For this method you only need to install
77

88
---
99

10-
:::{warning}
11-
The `build_openroad.sh` will use the host number of CPUs to compile `openroad`.
12-
13-
Please check your Docker daemon setup to make sure all host CPUs are
14-
available. If you are not sure, you can check with the command below. If
15-
the output number is different from the number of CPUs from your machine,
16-
then is recommended that you restrict the number of CPUs used by the scripts
17-
(see instructions below).
18-
19-
``` shell
20-
docker run <IMAGE> nproc
21-
# <IMAGE> can be any commonly used OS, e.g., 'centos:centos7'
22-
docker run centos:centos7 nproc
23-
```
10+
> **Warning:**
11+
> The `build_openroad.sh` will use the host number of CPUs to compile `openroad`.
12+
>
13+
> Please check your Docker daemon setup to make sure all host CPUs are
14+
> available. If you are not sure, you can check with the command below. If
15+
> the output number is different from the number of CPUs from your machine,
16+
> then is recommended that you restrict the number of CPUs used by the scripts
17+
> (see instructions below).
18+
>
19+
> ``` shell
20+
> docker run <IMAGE> nproc
21+
> # <IMAGE> can be any commonly used OS, e.g., 'centos:centos7'
22+
> docker run centos:centos7 nproc
23+
> ```
2424
2525
You can restrict the number of CPUs with the `-t|--threads N` argument:
2626

0 commit comments

Comments
 (0)