mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 09:30:38 +02:00
reorder sram __init__() argument order for tests that rely on the order
This commit is contained in:
@@ -20,7 +20,7 @@ class sram():
|
||||
results.
|
||||
We can later add visualizer and other high-level functions as needed.
|
||||
"""
|
||||
def __init__(self, name, sram_config):
|
||||
def __init__(self, sram_config, name):
|
||||
|
||||
self.name = name
|
||||
self.config = sram_config
|
||||
|
||||
Reference in New Issue
Block a user