| commit | 865cb895bf539582ed3486a54520bc2eb6a4f33c | [log] [tgz] |
|---|---|---|
| author | gojimmypi <gojimmypi@gmail.com> | Sun Mar 10 15:56:54 2019 -0700 |
| committer | gojimmypi <gojimmypi@gmail.com> | Sun Mar 10 15:56:54 2019 -0700 |
| tree | 1de2be46dd147524e6840c9457934e3a974d0ad4 | |
| parent | 15c9bfd75142efd14c37198bc2dce7e428339aa7 [diff] |
clarify empty design message. See Isse #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) {