<#1634 LVS issues> Issue created by <mohamedleithy...
# openlane-development
g
#1634 LVS issues Issue created by mohamedleithy Description I had LVS issues similar to this issue. I've followed the recommended adjustments and have set:
"PL_RESIZER_DESIGN_OPTIMIZATIONS": 0, "PL_RESIZER_TIMING_OPTIMIZATIONS": 0, "CLOCK_TREE_SYNTH": 0, "DIODE_INSERTION_STRATEGY": 0, "FP_PDN_ENABLE_RAILS": 0, "FP_PDN_CHECK_NODES": 0,
. I'm currently getting no power ports found at the top-level (more in logs). Expected Behavior Flow to complete successfully. Environment report
Copy code
Kernel: Darwin v21.2.0
Distribution: macOS 10.16
Python: v3.9.7 (OK)
Container Engine: docker v20.10.16 (OK)
OpenLane Git Version: 460d3d80dfccf66dec379a3652d79e0499298f1c
pip: INSTALLED
python-venv: INSTALLED
---
PDK Version Verification Status: OK
---
Git Log (Last 3 Commits)

460d3d80 2022-09-02T11:20:08+02:00 [BOT] Update yosys (#844) - Openlane Bot -  (HEAD -> master, tag: 2022.09.03)
f0f2411d 2022-09-02T11:19:30+02:00 [BOT] Update netgen (#1053) - Openlane Bot -  ()
4654b461 2022-09-01T08:52:21+02:00 Fix Tool Updater CI (Again) - Mohamed Gaber -  (tag: 2022.09.02)
---
Git Remotes

origin	<https://github.com/The-OpenROAD-Project/OpenLane.git> (fetch)
origin	<https://github.com/The-OpenROAD-Project/OpenLane.git> (push)
Reproduction material logs.zip Relevant log output
Copy code
[ERROR]: There are LVS errors in the design: See 'build/32x32_DEFAULT/openlane/runs/RUN_2023.01.22_20.13.07/reports/signoff/16-RAM32.lvs.rpt' for a summary and 'build/32x32_DEFAULT/openlane/runs/RUN_2023.01.22_20.13.07/logs/signoff/16-lvs.lef.log' for details.
[INFO]: Saving current set of views in 'build/32x32_DEFAULT/openlane/runs/RUN_2023.01.22_20.13.07/results/final'...
[INFO]: Generating final set of reports...
[INFO]: Created manufacturability report at 'build/32x32_DEFAULT/openlane/runs/RUN_2023.01.22_20.13.07/reports/manufacturability.rpt'.
[INFO]: Created metrics report at 'build/32x32_DEFAULT/openlane/runs/RUN_2023.01.22_20.13.07/reports/metrics.csv'.
[INFO]: Saving runtime environment...
[ERROR]: Flow failed.
The-OpenROAD-Project/OpenLane