Charly Meyer
06/27/2024, 3:32 PM.VDD (VDD_core), .VSS (VSS), ...
The error I encountered says I have a problem with fp_pdn_macro_hooks
, but I have filled out this part. I don't understand what the issue is. If someone can help me, I would appreciate it. Thanks.Mitch Bailey
06/27/2024, 3:51 PMconfig.tcl
configuration scripts, but the config.json
requires that the FP_PDN_MACRO_HOOKS
have 5 parameters and then a ,
. Does this work (I added a ,
before the "
)?
set ::env(FP_PDN_MACRO_HOOKS) { "interface_low_instance VDD_core VSS VDD VSS,", \
"level_H2L VDD_core VSS Vdd_core VSS" }
Charly Meyer
06/27/2024, 3:58 PMMitch Bailey
06/27/2024, 4:44 PMconfig.tcl
file?Charly Meyer
06/28/2024, 8:38 AMMitch Bailey
06/28/2024, 2:12 PM"
are not needed.
caravel/signoff/mgmt_protect/openlane-signoff/config.tcl:set ::env(FP_PDN_MACRO_HOOKS) { mprj_logic_high_inst vccd1 vssd1 vccd1 vssd1, mprj2_logic_high_inst vccd2 vssd2 vccd2 vssd2, powergood_check vccd vssd vccd vssd, powergood_check vdda1 vssa1 vdda1 vssa1, powergood_check vdda2 vssa2 vdda2 vssa2}
Charly Meyer
07/02/2024, 9:06 AMMitch Bailey
07/02/2024, 12:59 PM