Mitch Bailey
09/07/2022, 9:32 PMFP_PDN_MACRO_HOOKS
? See https://open-source-silicon.slack.com/archives/C02QMUGPUT1/p1662480901873339?thread_ts=1662312826.813479&cid=C02QMUGPUT1Mauricio Montanares
09/08/2022, 12:06 AMMitch Bailey
09/08/2022, 5:35 AMopenlane/user_project_wrapper/config.tcl
has
set ::env(FP_PDN_MACRO_HOOKS) "\
pixel_macro0 vccd1 vssd1 vccd1 vssd1, \
rlbp_macro0 vccd1 vssd1 vccd1 vssd1"
but verilog/gl/user_project_wrapper.v
only has pixel_macro0
Looks like rlbp_macro
is missing. Which is strange because it shows up in the previous LVS resutls.Mauricio Montanares
09/08/2022, 7:11 PMMauricio Montanares
09/13/2022, 5:28 PMpixel_macro0
in verilog/gl/user_project_wrapper.v
It's expected that the macro didn't appear in verilog/gl/user_project_wrapper.v
because the flow ended with errors, and the file that we were seeing was generated by the last experiment that ended without errors