quantusLayerSetupFile
vem quantusLayerSetupFile string fileName
Description
Specifies the path to the layer_setup file in the Quantus enablement. This file is part of the PDK and does not need to be created by you and it is needed only when extracting partial nets. The default value is "".
GUI Equivalent
The Quantus Layer Setup File field in Environment Settings form
Examples
envGetVal("vem" "quantusLayerSetupFile")
envSetVal("vem" "quantusLayerSetupFile" 'string "~/proj1/myQTLayerMapFile")
Related Topics
Extracting Nets with EMX Using the LVS Flow
Return to top