
//
// Test specification for Mextram 504 bjtd504
//
// without substrate
// without self-heating

//

//
// Simulator specific information
// These arguments are added to the model card
// specification to invoke the desired model in
// different simulators (which can have different
// names or levels for the same model) and to switch
// between nType and pType polarities.
// It is assumed that there are no polarity specific
// parameters.
//

`ifdef hspice
nTypeSelectionArguments     bjtd504va TYPE=1
pTypeSelectionArguments     bjtd504va TYPE=-1
keyLetter                   x
verilogaFile                ../vacode/bjtd504.va
`endif

`ifdef ads
// -- VERILOG A --
nTypeSelectionArguments     bjtd504va level=504 TYPE=1
pTypeSelectionArguments     bjtd504va level=504 TYPE=-1
keyLetter                   q
verilogaFile                ../vacode/bjtd504.va
`endif

`ifdef spectre
nTypeSelectionArguments     bjtd504va TYPE=1
pTypeSelectionArguments     bjtd504va TYPE=-1
verilogaFile                ../vacode/bjtd504.va
`endif


`ifdef adsSiMKit
// SiMKit
`define MULT_INSTANCE
nTypeSelectionArguments     bjtd504 level=504 Gender=1
pTypeSelectionArguments     bjtd504 level=504 Gender=-1
keyLetter                   x
`endif

`ifdef spectreSiMKit
`define MULT_INSTANCE
nTypeSelectionArguments     bjtd504 level=504 type=npn
pTypeSelectionArguments     bjtd504 level=504 type=pnp
keyLetter                   x
`endif

`ifdef eldo
// -- VERILOG A --
nTypeSelectionArguments     bjtd504va level=504 TYPE=1
pTypeSelectionArguments     bjtd504va level=504 TYPE=-1
keyLetter                   q
verilogaFile                ../vacode/bjtd504.va
`endif

//
// General test-independent information
//


pins                        c b e
checkPolarity               y

//
// Specific tests
//

`include ../test_specs/common.tests