Use bitcell_base for all bitcells. Fix missing setup_bitcell call

This commit is contained in:
mrg
2020-11-02 17:00:15 -08:00
parent fa89b73ef8
commit f9787eb878
12 changed files with 39 additions and 37 deletions
+1
View File
@@ -78,6 +78,7 @@ def auto_measure_libcell(pin_list, name, units, lpp):
_GDS_READER_CACHE = {}
def _get_gds_reader(units, gds_filename):
gds_absname = os.path.realpath(gds_filename)
k = (units, gds_absname)