clarify empty design message. See Isse #204

This commit is contained in:
gojimmypi 2019-03-10 15:56:54 -07:00
parent 15c9bfd751
commit 865cb895bf
1 changed files with 1 additions and 1 deletions

View File

@ -925,7 +925,7 @@ struct TimingAnalysis
if (n.empty()) {
n = global_max_path_net;
if (n.empty()) {
fprintf(stderr, "No path found!\n");
fprintf(stderr, "This design is empty. It contains no paths!\n");
exit(1);
}
if (frpt) {