mirror of https://github.com/VLSIDA/OpenRAM.git
8 lines
162 B
Python
8 lines
162 B
Python
|
|
import os
|
||
|
|
CWD = os.environ.get("OPENRAM_TECH") + "/scn3me_subm/tf"
|
||
|
|
ui().importCds("default", CWD+"/display.drf", CWD+"/mosis.tf", 1000, 1, CWD+"/layers.map")
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|