clarify file location message for user

This commit is contained in:
samuelkcrow 2022-03-02 12:47:05 -08:00 committed by Bugra Onal
parent 8793dda40a
commit 2bbd293bf2
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ lib(out_dir=OPTS.output_path, sram=s.s, sp_file=s.get_sp_name())
print_time("Characterization", datetime.datetime.now(), start_time)
# Output info about this run
print("Output file is:\n{0}.lib".format(OPTS.output_path))
print("Output files are:\n{0}*.lib".format(OPTS.output_path))
#report_status() #could modify this function to provide relevant info
# Delete temp files, remove the dir, etc.