From 5d6944953b67d4f86e2198b749225056c97099b4 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 17 Oct 2018 09:38:26 -0700 Subject: [PATCH] Fix char_result rename collision --- compiler/characterizer/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/characterizer/lib.py b/compiler/characterizer/lib.py index 46cbc4d2..03d9961e 100644 --- a/compiler/characterizer/lib.py +++ b/compiler/characterizer/lib.py @@ -544,7 +544,7 @@ class lib: self.corner[1], self.corner[2], self.corner[0], - round_time(self.char_results["min_period"]), + round_time(self.char_sram_results["min_period"]), self.out_dir, lib_name))