rulecheck: Improve message printed at start

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2018-11-29 19:28:15 +00:00
parent 4e05d09397
commit 90138fc120

View File

@ -9,7 +9,7 @@ bool check_all_nets_driven(Context *ctx)
{ {
const bool debug = false; 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) { for (auto &cell_entry : ctx->cells) {
CellInfo *cell = cell_entry.second.get(); CellInfo *cell = cell_entry.second.get();