File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
flow/platforms/ihp-sg13g2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ You can restrict the number of CPUs with the `-t|--threads N` argument:
7171The 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
7777Then, inside docker:
Original file line number Diff line number Diff 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# ----------------------------------------------------
You can’t perform that action at this time.
0 commit comments