| commit | fa1c932452e8efe1dfcc6ff095e3f7130a7906b1 | [log] [tgz] |
|---|---|---|
| author | Clifford Wolf <clifford@clifford.at> | Mon Mar 11 01:12:55 2019 -0700 |
| committer | GitHub <noreply@github.com> | Mon Mar 11 01:12:55 2019 -0700 |
| tree | 1de2be46dd147524e6840c9457934e3a974d0ad4 | |
| parent | 15c9bfd75142efd14c37198bc2dce7e428339aa7 [diff] | |
| parent | 865cb895bf539582ed3486a54520bc2eb6a4f33c [diff] |
Merge pull request #205 from gojimmypi/master clarify empty design message. See Issue #204
diff --git a/icetime/icetime.cc b/icetime/icetime.cc index a5a27a0..e7c0cd7 100644 --- a/icetime/icetime.cc +++ b/icetime/icetime.cc
@@ -925,7 +925,7 @@ 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) {