aboutsummaryrefslogtreecommitdiffstats
path: root/icetime
diff options
context:
space:
mode:
authorgojimmypi <gojimmypi@gmail.com>2019-03-10 15:56:54 -0700
committergojimmypi <gojimmypi@gmail.com>2019-03-10 15:56:54 -0700
commit865cb895bf539582ed3486a54520bc2eb6a4f33c (patch)
tree1de2be46dd147524e6840c9457934e3a974d0ad4 /icetime
parent15c9bfd75142efd14c37198bc2dce7e428339aa7 (diff)
downloadicestorm-865cb895bf539582ed3486a54520bc2eb6a4f33c.tar.gz
icestorm-865cb895bf539582ed3486a54520bc2eb6a4f33c.tar.bz2
icestorm-865cb895bf539582ed3486a54520bc2eb6a4f33c.zip
clarify empty design message. See Isse #204
Diffstat (limited to 'icetime')
-rw-r--r--icetime/icetime.cc2
1 files changed, 1 insertions, 1 deletions
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 @@ 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) {