diff options
Diffstat (limited to 'icetime')
-rw-r--r-- | icetime/icetime.cc | 2 |
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) { |