mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-12 15:16:41 +00:00
rulecheck.cc: Add missing return
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
@@ -57,5 +57,6 @@ bool check_all_nets_driven(Design *design) {
|
||||
}
|
||||
|
||||
if (debug) log_info(" Verified!\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user