Merge branch 'char' of https://github.com/VLSIDA/PrivateRAM into char

This commit is contained in:
samuelkcrow
2022-03-04 13:54:09 -08:00
+1 -1
View File
@@ -21,7 +21,7 @@ class sram():
results.
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.config = sram_config