mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-31 10:15:46 +02:00
Merge branch 'char' of https://github.com/VLSIDA/PrivateRAM into char
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user