mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
PR from mithro + other changable GDS file names
This commit is contained in:
@@ -95,6 +95,7 @@ def _get_gds_reader(units, gds_filename):
|
||||
|
||||
_GDS_SIZE_CACHE = {}
|
||||
|
||||
|
||||
def get_gds_size(name, gds_filename, units, lpp):
|
||||
"""
|
||||
Open a GDS file and return the size from either the
|
||||
@@ -129,6 +130,7 @@ def get_libcell_size(name, units, lpp):
|
||||
|
||||
_GDS_PINS_CACHE = {}
|
||||
|
||||
|
||||
def get_gds_pins(pin_names, name, gds_filename, units):
|
||||
"""
|
||||
Open a GDS file and find the pins in pin_names as text on a given layer.
|
||||
|
||||
Reference in New Issue
Block a user