From a4f687548e31b64a7684fdfbb64ea82f46370e2a Mon Sep 17 00:00:00 2001 From: ZipCPU Date: Thu, 7 Jun 2018 12:04:01 -0400 Subject: Adjusted info message names for rule-checker and parser --- common/rulecheck.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common') 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; -- cgit v1.2.3