mirror of https://github.com/VLSIDA/OpenRAM.git
Merge branch 'char' of https://github.com/VLSIDA/PrivateRAM into char
This commit is contained in:
commit
8bbe39f5d1
|
|
@ -21,7 +21,7 @@ class sram():
|
||||||
results.
|
results.
|
||||||
We can later add visualizer and other high-level functions as needed.
|
We can later add visualizer and other high-level functions as needed.
|
||||||
"""
|
"""
|
||||||
def __init__(self, sram_config, name):
|
def __init__(self, name, sram_config):
|
||||||
|
|
||||||
self.name = name
|
self.name = name
|
||||||
self.config = sram_config
|
self.config = sram_config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue