From 3e528a3e75d54d492c446310b14b891ae3b1d471 Mon Sep 17 00:00:00 2001 From: samuelkcrow Date: Wed, 9 Mar 2022 09:43:00 -0800 Subject: [PATCH] log sim result after func_sim --- compiler/func_sim_existing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/func_sim_existing.py b/compiler/func_sim_existing.py index 0d693e91..7616fc81 100755 --- a/compiler/func_sim_existing.py +++ b/compiler/func_sim_existing.py @@ -61,8 +61,8 @@ from characterizer import functional debug.print_raw("Functional simulation... ") f = functional(s.s, cycles=cycles, spfile=s.get_sp_name(), period=period, output_path=OPTS.openram_temp) (fail, error) = f.run() +debug.print_raw(error) print_time("Functional simulation", datetime.datetime.now(), start_time) -print(error) # Delete temp files, remove the dir, etc. after success if fail: