<#1622 `write_verilog` from a `DEF` file> Pull req...
# openlane-development
g
#1622 `write_verilog` from a `DEF` file Pull request opened by kareefardi ~ allow write_verilog to have an input def file ~ allow reading in def/lef for openroad scripts More on the PR: Addresses a bug in
write_powered_verilog
where
write_verilog
didn't read the def produced by
write_powered_def
.
write_powered_def
proved to be useful as it parses a yosys netlist where(supposedly) all power connections are defined. If due to a misconfiguration or other reasons, openroad creates faulty power connections, the openroad gl netlist will also have the same faulty power connections resulting in misleading lvs results. The mentioned behavior was surfaced in #1600 The-OpenROAD-Project/OpenLane All checks have passed 26/26 successful checks
g