mirror of https://github.com/VLSIDA/OpenRAM.git
remove sys.path.append calls from tests
This commit is contained in:
parent
75efc476f7
commit
480862c765
|
|
@ -13,7 +13,7 @@ Run a regression test on a control_logic_delay
|
|||
import unittest
|
||||
from testutils import header,openram_test
|
||||
import sys, os
|
||||
sys.path.append(os.path.join(sys.path[0],".."))
|
||||
|
||||
import globals
|
||||
from globals import OPTS
|
||||
from sram_factory import factory
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
import unittest
|
||||
from testutils import *
|
||||
import sys, os
|
||||
sys.path.append(os.getenv("OPENRAM_HOME"))
|
||||
|
||||
import globals
|
||||
from globals import OPTS
|
||||
from sram_factory import factory
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
import unittest
|
||||
from testutils import *
|
||||
import sys, os
|
||||
sys.path.append(os.getenv("OPENRAM_HOME"))
|
||||
|
||||
import globals
|
||||
from globals import OPTS
|
||||
from sram_factory import factory
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
import unittest
|
||||
from testutils import *
|
||||
import sys, os
|
||||
sys.path.append(os.getenv("OPENRAM_HOME"))
|
||||
|
||||
import globals
|
||||
from globals import OPTS
|
||||
from sram_factory import factory
|
||||
|
|
|
|||
Loading…
Reference in New Issue