```IO_SYNC": 0, "BASE_SDC_FILE": "dir::base_us...
# openlane
s
Copy code
IO_SYNC": 0,
    "BASE_SDC_FILE": "dir::base_user_proj_example.sdc",
    "RUN_CVC": 1,
    "pdk::sky130*": {
        "FP_CORE_UTIL": 45,
        "RT_MAX_LAYER": "met4",
        "scl::sky130_fd_sc_hd": {
            "CLOCK_PERIOD": 25
        },
        "scl::sky130_fd_sc_hdll": {
            "CLOCK_PERIOD": 10
        },
        "scl::sky130_fd_sc_hs": {
            "CLOCK_PERIOD": 8
        },
        "scl::sky130_fd_sc_ls": {
            "CLOCK_PERIOD": 10,
            "SYNTH_MAX_FANOUT": 5
        },
        "scl::sky130_fd_sc_ms": {
            "CLOCK_PERIOD": 10
        }
    },
    "pdk::gf180mcuC": {
        "STD_CELL_LIBRARY": "gf180mcu_fd_sc_mcu7t5v0",
        "CLOCK_PERIOD": 24.0,
        "FP_CORE_UTIL": 40,
        "RT_MAX_LAYER": "Metal4",
        "SYNTH_MAX_FANOUT": 4,
        "PL_TARGET_DENSITY": 0.45
    }
}
I want to understand the meaning of RT MAX Layer? IS There a document for these parameters in config.jason?
v
During routing stage maximum layer allowed
m
@samarth jain It should be here but it’s not. 🙁 It’s defined in the pdk configuration.
Maybe it’s not directly used by openlane, but used as default values for other variables as documented in the above file.
v
Copy code
DRT_MAX_LAYER
This is for latest OpenLane, for caravel MPW tag still using RT_MAX_LAYER only
👍 1
Screenshot 2024-10-27 at 15.31.11.png