mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-04 16:51:40 +02:00
sram_base: Instantiate "dff_array" and "bank" through sram_factory
Signed-off-by: Bastian Koppelmann <[email protected]>
This commit is contained in:
@@ -62,6 +62,7 @@ class ModuleType():
|
||||
self.names['pwrite_driver'] = 'pwrite_driver'
|
||||
self.names['ptristate_inv'] = 'ptristate_inv'
|
||||
self.names['ptristate_buf'] = 'ptristate_buf'
|
||||
self.names['dff_array'] = 'dff_array'
|
||||
|
||||
def __setitem__(self, b, c):
|
||||
self.names[b] = c
|
||||
|
||||
Reference in New Issue
Block a user