expose fake_sram to library

This commit is contained in:
Bugra Onal 2023-01-23 17:44:38 -08:00
parent 817dc8a063
commit 149abe1dbd
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ from .simulation import *
from .measurements import *
from .model_check import *
from .analytical_util import *
from .fake_sram import *
debug.info(1, "Initializing characterizer...")
OPTS.spice_exe = ""