RTimothyEdwards / netgen

Netgen complete LVS tool for comparing SPICE or verilog netlists
Other
110 stars 25 forks source link

Looks like python/lvs_manager.py may have been unintentionally added to the repo. #44

Open d-m-bailey opened 2 years ago

d-m-bailey commented 2 years ago

In commit 80947400487c6447bd42574cf383e6a0cce2244c, python/lvs_manager.py may have been inadvertently added to the repo. This file is automatically created in the python/Makefile here

lvs_manager.py: lvs_manager.py.in
        sed -e '/SUBST_SCRIPT_DIR/s#SUBST_SCRIPT_DIR#$(SCRIPTINSTALL)#' \
                lvs_manager.py.in > lvs_manager.py

It should probably be added to .gitignore with similar files already there such as tcltk/netgen.tcl

RTimothyEdwards commented 2 years ago

Yup, thanks for pointing that out. I just fixed it.