log sim result after func_sim

This commit is contained in:
samuelkcrow 2022-03-09 09:43:00 -08:00 committed by Bugra Onal
parent 9e29391992
commit 3e528a3e75
1 changed files with 1 additions and 1 deletions

View File

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