log("\n");
log(" check:\n");
log(" hierarchy -check\n");
+ log(" stat\n");
log(" check\n");
log("\n");
}
if (check_label(active, run_from, run_to, "check"))
{
Pass::call(design, "hierarchy -check");
+ Pass::call(design, "stat");
Pass::call(design, "check");
}
log("\n");
log(" check:\n");
log(" hierarchy -check\n");
+ log(" stat\n");
log(" check -noinit\n");
log("\n");
log(" edif:\n");
if (check_label(active, run_from, run_to, "check"))
{
Pass::call(design, "hierarchy -check");
+ Pass::call(design, "stat");
Pass::call(design, "check -noinit");
}