fix: generated pex file was not passed correctly to lib characterizer

This commit is contained in:
Bob Vanhoof 2020-08-03 10:16:12 +02:00
parent 487bb6c6e9
commit 9b8ef5ef57
1 changed files with 1 additions and 0 deletions

View File

@ -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