mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-28 09:06:25 +02:00
Make period into p instead of remove it. Changes file names...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user