Replies: 5 comments 21 replies
-
Can't reproduce
btw, this would be better filed as an issue |
Beta Was this translation helpful? Give feedback.
-
Btw, it is more natural to use
than
As I expect you are not building the sram in OR. |
Beta Was this translation helpful? Give feedback.
-
@gadfort could you help here? Its a bit odd. There are power pins on m1, eg The grid seems connected but everything is being flagged by psm: Is there some assumption in psm about power coming in from above? |
Beta Was this translation helpful? Give feedback.
-
@gadfort would a power-ring make this easier? |
Beta Was this translation helpful? Give feedback.
-
I pulled the gds from https://github.com/google/globalfoundries-pdk-ip-gf180mcu_fd_ip_sram |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've encountered an issue. It's a very simple design that includes two GF180 SRAMs. When I run
analyze_power_grid
, I encounter many instances that are not properly connected to power. Do you know if this relates to my failure to correctly add the PDN with macros? If so, how can I ensure that all these instances are properly powered?In the GUI, I see that the instances that are reported not connected to power seem to have already made contact with VDD and VSS through
-followpins
. Could you explain what might be going on?This is my environment: (
/OpenRoad-flow-scripts/tools/OpenROAD# ./etc/Env.sh
)env.txt
To reproduce:
final_report_2small_gf180_10_tsv_2024-11-16_21-11.tar.gz
Here is the report of the unconnected instance (
check_power_grid -net VDD -error_file error.rpt
):error.txt
Thanks very much!
Beta Was this translation helpful? Give feedback.
All reactions