<#1522 PDN m4 stripes run through macro (if severa...
# openlane-development
g
#1522 PDN m4 stripes run through macro (if several macros are placed) Issue created by hpretl Description When integrating several hardened macros into
caravel
then the
m4
vertical PDN straps run through some of the macros. Expected Behavior The
m4
straps are cut where there is a hardened macro. Environment report
Copy code
Traceback (most recent call last):
  File "./env.py", line 265, in <module>
    main()
  File "./env.py", line 261, in main
    commands[args[0]]()
  File "./env.py", line 168, in issue_survey
    % get_tag()
  File "/foss/tools/openlane/2022.11/dependencies/get_tag.py", line 67, in get_tag
    raise e
  File "/foss/tools/openlane/2022.11/dependencies/get_tag.py", line 47, in get_tag
    raise NoGitException(
dependencies.get_tag.NoGitException: Cannot determine git branch. Please specify OPENLANE_IMAGE_NAME manually.
Full output: fatal: detected dubious ownership in repository at '/foss/tools/openlane/2022.11'
To add an exception for this directory, call:

	git config --global --add safe.directory /foss/tools/openlane/2022.11
Reproduction material I am using OpenLane
2022.11.25
and its dependencies. Relevant log output
Copy code
The error only pops up during the LVS stage, when there is an LVS mismatch displayed. Reviewing the resulting GDS shows the error of the `m4` PDN straps causing shorts.
The-OpenROAD-Project/OpenLane