RODEO
Customization


Customization Files

If the following files exits, they are loaded by Rodeo right before loading any other system file:
  1. ~/.pscanrc -- Tcl configuration file from the user's home directory
  2. ./.pscanrc -- Tcl configuration file from the user's current working directory.
These files must be at least owner-readable. They are not overwritten by Rodeo, so this is a right place to put your custom Tcl procedures, initialize test vectors, and setup customization variables.

Customization Variables

The whole set of Rodeo customization variables is loaded from the file defaults.tcl residing in the Rodeo installation directory. However, if any variable has been already defined by the user in any customization file, its value is not overwritten.

The following customization variables are supported by Rodeo:

Variable nameMeaningDefault value
CFContextOperate in this context in the circuit functions observation block""
CFGotoTimeBy default, show circuit parameters at this time moment in the circuit functions observation block10.0
CFMatchShow only matching circuit functions in the circuit functions observation block.*
CPColumnsShow this number of columns in the circuit parameters control block1
CPRowsShow at most this number of rows in the circuit parameters control block10
CPSaveFlatSave circuit parameters in the flat mode0
JAStepInitial step of the Jacobian calculator, in PSCAN units0.1
MPFileTabRodeo map loading tableComplex structure
ODConnectTell 1D parameter window calculator to do connectivity test0
ODContextOperate in this context in the 1D parameter window calculator""
ODMatchShow only the matching circuit parameters in the 1D parameter window calculator.*
ODPerCentDisplay parameter windows in per cent rather than in PSCAN units1
ODPrintMatchPrint only the matching circuit parameters from the 1D parameter window calculator[^X].*
ODQuietTell 1D parameter window calculator not to print debugging messages1
ROAbsStepInitial absolute step for all parameter window calculators, in PSCAN units0.1
ROEpsAbsolute accuracy for all parameter window calculators, in PSCAN units0.02
ROMaxMaximal bound for all parameter window calculators, in PSCAN units4.0
ROMinMinimal bound for all parameter window calculators, in PSCAN units0.0
RORelStepInitial relative step for all parameter window calculators0.3
ROSpoolDefault temporary fileSee below
ROVersionCurrent Rodeo versionWhatever it is
ROWhoAmIUser's login nameWhatever it is
TDJumpEstimated margins for the circuit parameters in the 2D parameter map0.3
WFFilterShow only the matching rules in the SFQHDL Analyzer window^/.*$
WFWidthThe width of the SFQHDL Analyzer window500
The name of the default temporary file is /tmp/.rodeo.$ROWhoAmI.[project]. Most of these variables are described in more detail in the corresponding sections.


PREV Getting Started NEXT Hierarchy