aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.cc
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-02-20 20:15:52 +0000
committergatecat <gatecat@ds0.me>2021-02-20 20:15:52 +0000
commitc0a7cff3048f51855b1df14c6d1c2b3ad200a713 (patch)
tree46c6d1c745c40bfebc08f6e173fdfe3841a63abd /common/timing.cc
parent6672f17d0a546054412c3ecad29a5414ffdcd971 (diff)
downloadnextpnr-c0a7cff3048f51855b1df14c6d1c2b3ad200a713.tar.gz
nextpnr-c0a7cff3048f51855b1df14c6d1c2b3ad200a713.tar.bz2
nextpnr-c0a7cff3048f51855b1df14c6d1c2b3ad200a713.zip
Demote the 'no clocks' warning to info and make clearer
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'common/timing.cc')
-rw-r--r--common/timing.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timing.cc b/common/timing.cc
index 0c62b1a0..a61c0beb 100644
--- a/common/timing.cc
+++ b/common/timing.cc
@@ -763,7 +763,7 @@ void timing_analysis(Context *ctx, bool print_histogram, bool print_fmax, bool p
}
if (clock_reports.empty()) {
- log_warning("No clocks found in design\n");
+ log_info("No Fmax available; no interior timing paths found in design.\n");
}
std::sort(xclock_paths.begin(), xclock_paths.end(), [ctx](const ClockPair &a, const ClockPair &b) {