From 2bbd293bf24f3e278af1a0f2e3cc971dcc72438b Mon Sep 17 00:00:00 2001 From: samuelkcrow Date: Wed, 2 Mar 2022 12:47:05 -0800 Subject: [PATCH] clarify file location message for user --- compiler/characterize_existing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/characterize_existing.py b/compiler/characterize_existing.py index f6c83c4b..c8456b9f 100755 --- a/compiler/characterize_existing.py +++ b/compiler/characterize_existing.py @@ -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.