mirror of https://github.com/VLSIDA/OpenRAM.git
Add getpass include to unit test 30
This commit is contained in:
parent
7bf271fd63
commit
bbc98097ac
|
|
@ -12,6 +12,7 @@ sys.path.append(os.path.join(sys.path[0],".."))
|
||||||
import globals
|
import globals
|
||||||
from globals import OPTS
|
from globals import OPTS
|
||||||
import debug
|
import debug
|
||||||
|
import getpass
|
||||||
|
|
||||||
class openram_test(openram_test):
|
class openram_test(openram_test):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue