1
0
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:
David Shah
2018-06-06 21:14:42 +02:00
parent ff5a719d8b
commit 3a6e400f44

View File

@@ -57,5 +57,6 @@ bool check_all_nets_driven(Design *design) {
}
if (debug) log_info(" Verified!\n");
return true;
}