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
commit 8bbe39f5d1
1 changed files with 1 additions and 1 deletions

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