skip
Skips the simulation of the specified subcircuit elements. Currently, only the value cut is supported, which leaves the subcircuit ports disconnected. The loading effect of the skipped blocks is discarded. Possible values are none and cut.
Wildcard is supported in the parameters subckt and inst. In addition, multiple values can be specified for these parameters as a vector quoted by [].
Syntax
skip= none | cut subckt|inst=[]
Example
.option skip=cut subckt=array
Tells the Spectre FX simulator to skip the simulation for all elements of the array subcircuit.
.option skip=cut inst=[xtop.xbank_left xtop.xbank_right]
Tells the Spectre FX simulator to skip the simulation for all elements of the xtop.xbank_left and xtop.xbank_right instances.
Return to top