mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Use bitcell_base for all bitcells. Fix missing setup_bitcell call
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user