Table of Contents


NAME

nrz-table-gen - generate pwl source specification for nrz word (Decida Procedure)

USAGE

          nrz-table-gen name data_pattern bit_rate low high tedge tstop runt

ARGUMENTS

name name of the voltage source
data_pattern pattern of 1,0,H,L - high, low, high, low where 1 and 0 are full pulse width, H and L are runt pulse width
bit_rate bit rate in b/s
low, high low, high values
tedge rise and fall times in s
tstop variable name for last time point in s
runt fraction of the full pulse-width for a runt pulse

RESULTS

returns netlist lines for the table source.

EXAMPLE-CALL

            puts $netlist [nrz-table-gen VDINP0 M01101H0L0 2.5e9 &vlo &vhi 100e-12 0.40]

NOTES

low and high can be ampersand variables
bit_rate tedge and runt must be numbers

AUTHOR

Richard Booth

Table of Contents