Initial work on separate delay and func simulation

This commit is contained in:
mrg
2022-08-10 12:14:47 -07:00
committed by Bugra Onal
parent ebe4393d66
commit 2adab1ea1a
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,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