mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-03 08:27:11 +02:00
Pass the sram design to lib instead of the sram wrapper
This commit is contained in:
@@ -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.s
|
||||
self.sram = sram
|
||||
self.sp_file = sp_file
|
||||
self.use_model = use_model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user