mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-31 10:15:46 +02:00
Clean up output file names for lvs. Update lvs script in magic.
This commit is contained in:
@@ -73,8 +73,8 @@ class hierarchy_design(hierarchy_spice.spice, hierarchy_layout.layout):
|
||||
|
||||
global total_drc_errors
|
||||
global total_lvs_errors
|
||||
tempspice = OPTS.openram_temp + "/temp.sp"
|
||||
tempgds = OPTS.openram_temp + "/temp.gds"
|
||||
tempspice = OPTS.openram_temp + "/{}.sp".format(self.name)
|
||||
tempgds = OPTS.openram_temp + "/{}.gds".format(self.name)
|
||||
self.sp_write(tempspice)
|
||||
self.gds_write(tempgds)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user