diff options
Diffstat (limited to 'common/rulecheck.cc')
-rw-r--r-- | common/rulecheck.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/rulecheck.cc b/common/rulecheck.cc index 11e57b8b..7443c636 100644 --- a/common/rulecheck.cc +++ b/common/rulecheck.cc @@ -5,7 +5,8 @@ bool check_all_nets_driven(Design *design) { const bool debug = false; - log_info("Verifying all cells\n"); + + log_info("Rule checker, Verifying pre-placed design\n"); for(auto cell_entry : design->cells) { CellInfo *cell = cell_entry.second; |