Clean up time statements in openram output

This commit is contained in:
Matt Guthaus
2018-02-08 13:11:18 -08:00
parent 6c89f7965d
commit 17716191c1
4 changed files with 33 additions and 20 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ from globals import OPTS
class lib:
""" lib file generation."""
def __init__(self, libname, sram, spfile, use_model=OPTS.analytical_delay):
def __init__(self, libname, sram, sp_file, use_model=OPTS.analytical_delay):
self.sram = sram
self.sp_file = spfile
self.sp_file = sp_file
self.use_model = use_model
self.name = sram.name
self.num_words = sram.num_words