mirror of https://github.com/VLSIDA/OpenRAM.git
expose fake_sram to library
This commit is contained in:
parent
817dc8a063
commit
149abe1dbd
|
|
@ -19,6 +19,7 @@ from .simulation import *
|
||||||
from .measurements import *
|
from .measurements import *
|
||||||
from .model_check import *
|
from .model_check import *
|
||||||
from .analytical_util import *
|
from .analytical_util import *
|
||||||
|
from .fake_sram import *
|
||||||
|
|
||||||
debug.info(1, "Initializing characterizer...")
|
debug.info(1, "Initializing characterizer...")
|
||||||
OPTS.spice_exe = ""
|
OPTS.spice_exe = ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue