mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-08 04:11:47 +02:00
Add optional lvs_lib netlists for LVS usage (sp_lib is for simulation)
This commit is contained in:
@@ -45,7 +45,9 @@ class library_lvs_test(openram_test):
|
||||
|
||||
def setup_files():
|
||||
gds_dir = OPTS.openram_tech + "/gds_lib"
|
||||
sp_dir = OPTS.openram_tech + "/sp_lib"
|
||||
sp_dir = OPTS.openram_tech + "/lvs_lib"
|
||||
if not os.path.exists(sp_dir):
|
||||
sp_dir = OPTS.openram_tech + "/sp_lib"
|
||||
files = os.listdir(gds_dir)
|
||||
nametest = re.compile("\.gds$", re.IGNORECASE)
|
||||
gds_files = list(filter(nametest.search, files))
|
||||
|
||||
Reference in New Issue
Block a user