Merge pull request #205 from gojimmypi/master

clarify empty design message. See Issue #204
This commit is contained in:
Clifford Wolf 2019-03-11 01:12:55 -07:00 committed by GitHub
commit fa1c932452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {