Diarmuid Collins
10/31/2024, 7:00 AMtnt
10/31/2024, 7:28 AMMitch Bailey
10/31/2024, 8:15 AM"FP_SIZING": "absolute",
"DIE_AREA": "0 0 300 300",
Diarmuid Collins
10/31/2024, 11:44 AMMitch Bailey
10/31/2024, 12:10 PMDIE_AREA
is lower-left-x, lower-left-y, upper-right-x, upper-right-y. I don’t know about max_phi_cof. You might check the expanded config.tcl
file in the runs/timestamp
directory.Diarmuid Collins
10/31/2024, 3:42 PMMitch Bailey
10/31/2024, 4:30 PMDIE_AREA
for user_project_wrapper
is fixed. You can find it in caravel_user_project/openlane/user_project_wrapper/config.json
. If you’re just creating and arbitrary cell, then you can set the DIE_AREA
to whatever you want as long as it’s tall/wide enough to have a power grid.Mitch Bailey
10/31/2024, 4:53 PMPL_MAX_PHI_COEFFICIENT
, are you using openlane1 or openlane2? What pdk commit are you using?Diarmuid Collins
11/01/2024, 7:32 AMtnt
11/01/2024, 7:37 AMMitch Bailey
11/01/2024, 8:06 AMconfig.tcl
file or documentation for PL_MAX_PHI_COEFFICIENT
. Could you point us in the right direction?tnt
11/01/2024, 8:14 AMtnt
11/01/2024, 8:14 AMMitch Bailey
11/01/2024, 10:32 AMconfig.json
file? (from the link above)
-min_phi_coef
Set pcof_min (
Lower Bound). The default value is 0.95. Allowed values are floats [0.95, 1.05].
-max_phi_coef
Set pcof_max (
Upper Bound). Default value is 1.05. Allowed values are [1.00-1.20, float].
like this
"PL_MIN_PHI_COEFFICIENT": 0.95,
"PL_MAX_PHI_COEFFICIENT": 1.05,
tnt
11/01/2024, 10:39 AMdonn
11/01/2024, 12:04 PMdonn
11/01/2024, 12:05 PMMitch Bailey
11/01/2024, 12:51 PMdonn
11/01/2024, 12:59 PMNone
doesn't pass the flag to OpenROAD from OpenLane, which uses the OpenROAD default. Maybe this should be made clearer in the documentation.donn
11/01/2024, 1:00 PMDiarmuid Collins
11/01/2024, 6:24 PMtnt
11/02/2024, 9:43 AMtnt
11/02/2024, 9:43 AMtnt
11/02/2024, 9:44 AMDiarmuid Collins
11/02/2024, 12:09 PMDiarmuid Collins
11/02/2024, 12:10 PMDiarmuid Collins
11/02/2024, 12:13 PMDiarmuid Collins
11/02/2024, 12:16 PMopenlane --last-run --flow openinklayout ~/mydesigns/counter_4b/config.jso
How do I modify this command to open a specific run and not the last run. I tried:
openlane --run-RUN_2024-11-02_12-05-36 --flow openinklayout ~/mydesigns/counter_4b/config.json
but this didnt work.
tnt
11/02/2024, 12:34 PMMitch Bailey
11/02/2024, 1:57 PM--run-RUN
to --run=RUN
make a difference or is that just a typo above.Diarmuid Collins
11/02/2024, 4:12 PMDiarmuid Collins
11/02/2024, 4:23 PMtnt
11/02/2024, 4:24 PMAsma Mohsin
11/15/2024, 10:37 AMAsma Mohsin
11/15/2024, 10:38 AMtnt
11/15/2024, 10:41 AMAsma Mohsin
11/15/2024, 10:49 AMAsma Mohsin
11/15/2024, 10:50 AMAsma Mohsin
11/15/2024, 10:59 AMAsma Mohsin
11/15/2024, 12:44 PMAsma Mohsin
11/15/2024, 12:44 PM