diff --git a/compiler/modules/sram.py b/compiler/modules/sram.py index c6f73295..ed2760a1 100644 --- a/compiler/modules/sram.py +++ b/compiler/modules/sram.py @@ -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