Anton Blanchard
12/19/2020, 8:21 PMgit clone git@github.com:antonblanchard/microwatt-caravel -b experiment1 microwatt-caravel-experiment1
cd microwatt-caravel-experiment1
make uncompress
cd openlane
export OPENLANE_IMAGE_NAME=localhost/openlane:rc6
export PDK_ROOT=/home/anton/pdk
export OPENLANE_ROOT=/home/anton/openlane
make microwatt
Anton Blanchard
12/21/2020, 9:42 AMAmr Gouhar
12/21/2020, 1:37 PMdetailed_placement
.
2. Add an extra line here after run_cts
https://github.com/efabless/openlane/blob/c2282d636646797f165013bce5273b0113a54de5/flow.tcl#L35 :`detailed_placement`.
3. Remove all lines from this script, starting line 50 https://github.com/efabless/openlane/blob/c2282d636646797f165013bce5273b0113a54de5/scripts/openroad/or_cts.tcl#L50 up to the end of the file.
This allows you to rely on the standalone OpenDP instead of OpenROAD app's version which is better in hanlding big macros inside other macros with std cells.Anton Blanchard
12/21/2020, 6:43 PMAnton Blanchard
12/22/2020, 6:55 AMAnton Blanchard
12/22/2020, 6:56 AMAmr Gouhar
12/22/2020, 1:20 PM