mirror of https://github.com/VLSIDA/OpenRAM.git
fix: generated pex file was not passed correctly to lib characterizer
This commit is contained in:
parent
487bb6c6e9
commit
9b8ef5ef57
|
|
@ -103,6 +103,7 @@ class sram():
|
|||
pexname = OPTS.output_path + self.s.name + ".pex.sp"
|
||||
spname = OPTS.output_path + self.s.name + ".sp"
|
||||
verify.run_pex(self.s.name, gdsname, spname, output=pexname)
|
||||
sp_file = pexname
|
||||
print_time("Extraction", datetime.datetime.now(), start_time)
|
||||
else:
|
||||
# Use generated spice file for characterization
|
||||
|
|
|
|||
Loading…
Reference in New Issue