<@U01UTPXQ2NQ> I think I define vccd1 and use it t...
# sky130
x
@Arman Avetisyan I think I define vccd1 and use it to link the different sram
a
Copy code
inout vdda1,	// User area 1 3.3V supply
    inout vdda2,	// User area 2 3.3V supply
    inout vssa1,	// User area 1 analog ground
    inout vssa2,	// User area 2 analog ground
    inout vccd1,	// User area 1 1.8V supply
    inout vccd2,	// User area 2 1.8v supply
    inout vssd1,	// User area 1 digital ground
    inout vssd2,	// User area 2 digital ground
Why is it not under `ifdef `endif https://armleo-openlane.readthedocs.io/en/merge-window-4/docs/source/openram.html
Also missing
Copy code
FP_PDN_MACRO_HOOKS
x
Thank you very much! the FP_PDN_MACRO_HOOKS seems set at 157 line in config.tcl? is this parameter?
I will give every power pin ifdef endif
a
FP_PDN_MACRO_HOOKS seems set at 157 line in config.tcl I missed it. It is correct, its there
One more suggestion: Do not use hierachical flow. The timings are not checked accross hierarchies.
x
Thank you very much! I will study carefully