mirror of https://github.com/VLSIDA/OpenRAM.git
Use sram rather than new meta-sram class in the characterizer for delay
This commit is contained in:
parent
1130062343
commit
0701fceb0b
|
|
@ -13,7 +13,7 @@ class lib:
|
|||
|
||||
def __init__(self, out_dir, sram, sp_file, use_model=OPTS.analytical_delay):
|
||||
self.out_dir = out_dir
|
||||
self.sram = sram
|
||||
self.sram = sram.s
|
||||
self.sp_file = sp_file
|
||||
self.use_model = use_model
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue