mirror of https://github.com/VLSIDA/OpenRAM.git
Make period into p instead of remove it. Changes file names...
This commit is contained in:
parent
9d1f31467e
commit
29aa6002e6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue