You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example self-contained test case is here:
https://drive.google.com/file/d/1n1bztnZpidUOQDdJ2g2QQUC14obeRn_K/view?usp=drive_link
After running the scripts, I start openroad and read the lef files, lib files, and the output def file. Then, I do set_pdnsim_net_voltage command and analyze_power_grid command.
gf180/aes isn't running power drop, see 6_report.log:
IR drop analysis for power nets is skipped because PWR_NETS_VOLTAGES is undefined
IR drop analysis for ground nets is skipped because GND_NETS_VOLTAGES is undefined
The test case provided is for global placement and doesn't run IR-drop analysis either.
Discussed in #2791
Originally posted by rixmaestro February 6, 2025
Hello! I would like to know how to debug this error:
"[ERROR PSM-0010] LU factorization of the G Matrix failed. SparseLU solver message: THE MATRIX IS STRUCTURALLY SINGULAR ... ZERO COLUMN AT"
I have tried with the gf180/aes design and with my own design in another PDK and it always give this error.
Note that I have properly set the voltage using set_pdnsim_net_voltage command. There is also an info message saying:
[INFO PSM-0040] All shapes on net VDD are connected.
Just for an example, for my own design, the pdn.tcl contains the following:
If more information is needed, just inform me. Thank you!
The text was updated successfully, but these errors were encountered: