From 3315fe32bacb1c24b71553fefc12f0d368f4c097 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 3 Nov 2020 16:49:49 -0800 Subject: [PATCH] Improve nominal corner message --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index 5d553175..216a6a34 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -606,4 +606,4 @@ def report_status(): if OPTS.trim_netlist: debug.print_raw("Trimming netlist to speed up characterization (trim_netlist=False to disable).") if OPTS.nominal_corner_only: - debug.print_raw("Only characterizing nominal corner.") + debug.print_raw("Only generating nominal corner timing.")