From 7f9520fcdccc26df08bd33f2d5a4680d8a5b33ab Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Thu, 2 Oct 2025 16:45:32 +0200 Subject: [PATCH] sdc_expand: log header --- techlibs/common/sdc_expand.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/techlibs/common/sdc_expand.cc b/techlibs/common/sdc_expand.cc index 7efaf8c0d..baa281dd7 100644 --- a/techlibs/common/sdc_expand.cc +++ b/techlibs/common/sdc_expand.cc @@ -35,6 +35,7 @@ struct SdcexpandPass : public ScriptPass bool cleanup; void execute(std::vector args, RTLIL::Design *design) override { + log_header(design, "Executing SDC_EXPAND pass.\n"); string run_from, run_to; cleanup = true;