commiting changes from most recent pull from dev

This commit is contained in:
Michael Timothy Grimes
2018-05-22 17:30:51 -07:00
178 changed files with 802 additions and 42105 deletions
@@ -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))