mirror of https://github.com/VLSIDA/OpenRAM.git
6 lines
124 B
Python
6 lines
124 B
Python
|
|
from .sram_1bank import *
|
||
|
|
from .sram_2bank import *
|
||
|
|
from .sram_base import *
|
||
|
|
from .sram_config import *
|
||
|
|
from .sram import *
|