does anyone have an example of FP_PDN_MACRO_HOOKs ...
# openlane
m
does anyone have an example of FP_PDN_MACRO_HOOKs in the new json format for a macro that needs 2 power domains?
m
That example is with just one power domain. I'm looking for something that connects both vccd1 and vcca1
m
I see. I believe you just repeat the instance with the second domain, but I haven’t seen a json example. Does this work?
Copy code
"FP_PDN_MACRO_HOOKS": [
    "wfg_top_inst                            vccd1 vssd1 vccd1 vssd1,",
    "wfg_top_inst                            vcca1 vssa1 vcca1 vssa1,",
    "wb_mux_inst                             vccd1 vssd1 vccd1 vssd1,",
    "sky130_sram_2kbyte_1rw1r_32x512_8_inst1 vccd1 vssd1 vccd1 vssd1"
],
👀 1
@Matt Venn Did that work?
m
I ran out of time and gave up
will check next time
👍 1