mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 11:08:01 +02:00
Move sram and sram_config to openram namespace
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user