Hmm, does anyone have had experience with dealing with errors of the type
[ERROR]: There are illegal overlaps (e.g., routes over obstructions) in your design.
[ERROR]: See /path/to/project/openlane/user_project_wrapper/runs/user_project_wrapper/logs/finishing/27-ext2spice.feedback.txt for more.
at the last steps of the overall hardening flow (for the wrapper)? The said file contains many lines of the following form:
box 80124 41296 80875 41347
feedback add "Illegal overlap between obsm1 and metal1 (types do not connect)" medium
When looking at the generated gds file in klayout, depending on the unit used in that the feedback.txt file, either there is nothing at that place, or the position is inside an SRAM macro.
What would make sense to look for for fixing the problem(s)?