From 88ff2966573908873ff75c07ff3d40bb142ebba1 Mon Sep 17 00:00:00 2001 From: Alain Dargelas Date: Wed, 11 Dec 2024 11:04:35 -0800 Subject: [PATCH] Activity info and rename cmd --- Makefile | 2 +- passes/sat/sim.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fd8af46e5..a241bd51c 100644 --- a/Makefile +++ b/Makefile @@ -759,7 +759,7 @@ OBJS += passes/cmds/reconstructbusses.o OBJS += passes/cmds/longloop_select.o OBJS += passes/sat/sim.o OBJS += passes/techmap/bufnorm.o - +OBJS += passes/cmds/rename.o OBJS += passes/cmds/segv.o include $(YOSYS_SRC)/passes/hierarchy/Makefile.inc diff --git a/passes/sat/sim.cc b/passes/sat/sim.cc index ebf002c46..062ba2579 100644 --- a/passes/sat/sim.cc +++ b/passes/sat/sim.cc @@ -2440,7 +2440,7 @@ struct AnnotateActivity : public OutputWriter { } } } - log("Computing signal activity for %ld signals (%d bits)", use_signal.size(), nbTotalBits); + log("Computing signal activity for %ld signals (%d bits)\n", use_signal.size(), nbTotalBits); log_flush(); // Max simulation time int max_time = 0;