mirror of https://github.com/YosysHQ/icestorm.git
Merge pull request #205 from gojimmypi/master
clarify empty design message. See Issue #204
This commit is contained in:
commit
fa1c932452
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue