From 29aa6002e66fa9f8c27b4a47d83ad140704d4d91 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 23 Feb 2018 12:50:02 -0800 Subject: [PATCH] Make period into p instead of remove it. Changes file names... --- 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 a49b8bbc..a9416b6f 100644 --- a/compiler/characterizer/lib.py +++ b/compiler/characterizer/lib.py @@ -59,7 +59,7 @@ class lib: proc, volt, temp) - self.corner_name = self.corner_name.replace(".","") # Remove decimals + self.corner_name = self.corner_name.replace(".","p") # Remove decimals lib_name = self.out_dir+"{}.lib".format(self.corner_name) # A corner is a tuple of PVT