From 865cb895bf539582ed3486a54520bc2eb6a4f33c Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Sun, 10 Mar 2019 15:56:54 -0700 Subject: clarify empty design message. See Isse #204 --- icetime/icetime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icetime/icetime.cc') 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) { -- cgit v1.2.3