| ;; to see a full list of options, from the CIW: |
| ;; Options > Save Defaults |
| ;; choose .cdsenv file to save to, then open it to examine all options to set |
| |
| ;; remove default scale settings from ADE Options for simulation |
| ;;spectre.opts scale string "" |
| ;;spectre.opts scalem string "" |
| |
| ;; in ADE L, Setup > Environment, sets "Run with 64 bit binary" |
| ;;spectre.envOpts cmd64bit boolean t |
| |
| ;; use spectre as default simulator |
| asimenv.startup simulator string "spectre" |
| |
| ;; set snap spacing to 0.005 (5 nm) for layout |
| ;;layout xSnapSpacing float 0.005 |
| ;;layout ySnapSpacing float 0.005 |
| |
| ;; show all layers |
| layout startLevel int 0 |
| layout stopLevel int 31 |
| |
| layout displayResolution string "Very High" |
| layout displayPRHighestResolution boolean t |