Move sram and sram_config to openram namespace

This commit is contained in:
Eren Dogan
2022-12-02 15:28:06 -08:00
parent 1aa403d7db
commit 6a4f6cbbed
110 changed files with 124 additions and 122 deletions
+4
View File
@@ -25,3 +25,7 @@ __path__.insert(0, OPENRAM_HOME)
# Import everything in globals.py
from .globals import *
# Import classes in the "openram" namespace
# sram_config should be imported before sram
from .sram_config import *
from .sram import *