#131 Develop: Added LVS option to flow.tcl
Pull request opened by d-m-bailey
Added a -lvs option (similar to existing -drc option) to flow.tcl.
Currently uses the CURRENT_GDS and CURRENT_NETLIST variables.
Note: CURRENT_GDS may currently not be saved in the configuration file.
Changed scripts/tcl_commands/magic.tcl to extract from GDS or LEF depending on environment variables.
Changed scripts/tcl_commands/lvs.tcl to use spice libraries and possibly macro gate level verilog netlists to enable device level LVS.
Only copy extracted spice file to lef.spice if the source was LEF.
Turn CVC off by default because, for one reason, CVC will currently only work if design has no macros.
May also require changes to the PDK netgen setup and spice libraries for clean LVS.
efabless/openlane
Travis CI: Build Created