diff options
Diffstat (limited to 'techlibs/common/prep.cc')
-rw-r--r-- | techlibs/common/prep.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/prep.cc b/techlibs/common/prep.cc index 911737947..255306488 100644 --- a/techlibs/common/prep.cc +++ b/techlibs/common/prep.cc @@ -120,7 +120,7 @@ struct PrepPass : public Pass { bool active = run_from.empty(); - log_header("Executing PREP pass.\n"); + log_header(design, "Executing PREP pass.\n"); log_push(); if (check_label(active, run_from, run_to, "begin")) |