mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
Fix path expansion problem with sym link directories.
This commit is contained in:
@@ -13,7 +13,7 @@ LOCAL = "{0}/..".format(os.path.dirname(__file__))
|
||||
##########################
|
||||
# FreePDK45 paths
|
||||
|
||||
PDK_DIR="$FREEPDK45"
|
||||
PDK_DIR=os.path.abspath(os.environ.get("FREEPDK45"))
|
||||
os.environ["PDK_DIR"] = PDK_DIR
|
||||
os.environ["SYSTEM_CDS_LIB_DIR"] = "{0}/ncsu_basekit/cdssetup".format(PDK_DIR)
|
||||
os.environ["CDS_SITE"] = PDK_DIR
|
||||
|
||||
Reference in New Issue
Block a user