Product Documentation
Spectre FX Circuit Simulator User Guide
Product Version 23.1, September 2023

sfx_preset

Syntax

.option sfx_preset=value

Description

sfx_preset is a high-level simulator option that allows you to control the tradeoff between the simulation accuracy and performance. Possible values are baseax, basemx, baselx, basevx, ax, mx, lx, and vx. The value baseax provides the highest accuracy and the value vx provides the highest performance.

The baseax, basemx, baselx, and basevx values disable partitioning and provide SPICE-level accuracy while the ax, mx, lx, and vx values enable circuit partitioning and provide high performance, especially for large circuits.

The following table shows the effect of different values of the sfx_preset option on partitioning, speed, and optimization:

sfx_preset

baseax

basemx

baselx

basevx

ax

mx

lx

vx

partitioning

no

no

no

no

yes

yes

yes

yes

speed

ax

mx

lx

vx

ax

mx

lx

vx

optimization

ax

mx

lx

vx

ax

mx

lx

vx

Example

.option sfx_preset=lx
.option sfx_preset=ax subckt=pll

Return to top
 ⠀
X