emxMinInternalPortWidth
vem emxMinInternalPortWidth float f_portWidth
Description
Species a minimum width for internal ports. If a pin is narrower than the minimum width, an edge port is created even when there is no direction defined for edge. The default value is 0.0, which means internal ports are created regardless of pin width. For example, setting emxMinInternalPortWidth means if a pin width is less than 0.004um, access direction is ignored and an edge port is created. For any pin that is at least 0.004um wide, an internal port is created, assuming it has no access direction.
GUI Equivalent
Examples
envGetVal("vem" "emxMinInternalPortWidth")
envSetVal("vem" "emxMinInternalPortWidth" 'float 0.004)
Related Topics
Port Management for EMX Models in IC Layouts
Variables to Customize the Settings of the Electromagnetic Solver Assistant
Return to top