aboutsummaryrefslogtreecommitdiffstats
path: root/common/rulecheck.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/rulecheck.cc')
-rw-r--r--common/rulecheck.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rulecheck.cc b/common/rulecheck.cc
index c696e548..1db9ae00 100644
--- a/common/rulecheck.cc
+++ b/common/rulecheck.cc
@@ -9,7 +9,7 @@ bool check_all_nets_driven(Context *ctx)
{
const bool debug = false;
- log_info("Rule checker, Verifying pre-placed design\n");
+ log_info("Rule checker, verifying imported design\n");
for (auto &cell_entry : ctx->cells) {
CellInfo *cell = cell_entry.second.get();