rulecheck.cc: Add missing return
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
ff5a719d8b
commit
3a6e400f44
@ -57,5 +57,6 @@ bool check_all_nets_driven(Design *design) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (debug) log_info(" Verified!\n");
|
if (debug) log_info(" Verified!\n");
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user