mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-07 03:20:39 +02:00
commiting changes from most recent pull from dev
This commit is contained in:
@@ -37,8 +37,4 @@ os.environ["SPICE_MODEL_DIR"] = PDK_DIR+"/ncsu_basekit/models/hspice/tran_models
|
||||
##########################
|
||||
#Paths required for OPENRAM to function
|
||||
|
||||
sys.path.append("{0}/{1}".format(LOCAL,TECHNOLOGY))
|
||||
|
||||
|
||||
|
||||
|
||||
sys.path.append("{0}/{1}/tech".format(LOCAL,TECHNOLOGY))
|
||||
|
||||
@@ -38,4 +38,4 @@ os.environ["SPICE_MODEL_DIR"] = "{0}/{1}/models".format(OPENRAM_TECH, TECHNOLOGY
|
||||
# Paths required for OPENRAM to function
|
||||
|
||||
LOCAL = "{0}/..".format(os.path.dirname(__file__))
|
||||
sys.path.append("{0}/{1}".format(LOCAL,TECHNOLOGY))
|
||||
sys.path.append("{0}/{1}/tech".format(LOCAL,TECHNOLOGY))
|
||||
|
||||
Reference in New Issue
Block a user