Skip to content

Commit f88ee90

Browse files
committed
Merge remote-tracking branch 'origin/master' into secure-flow-abc9
2 parents 40f7ce7 + 1c47249 commit f88ee90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user/BuildWithDocker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can restrict the number of CPUs with the `-t|--threads N` argument:
7171
The binaries are only available from inside a Docker container. Here is an example of starting a container from the created Docker image.
7272

7373
``` shell
74-
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22-builder
74+
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder
7575
```
7676

7777
Then, inside docker:

flow/platforms/ihp-sg13g2/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sg13g2_dfrbp_2
2727

2828

2929
# Define fill cells
30-
export FILL_CELLS = sg13g2_fill_1 sg13g2_fill_2 sg13g2_fill_4 sg13g2_fill_8
30+
export FILL_CELLS = sg13g2_fill_1 sg13g2_fill_2 sg13g2_decap_4 sg13g2_decap_8
3131
# -----------------------------------------------------
3232
# Yosys
3333
# ----------------------------------------------------

0 commit comments

Comments
 (0)