V
Verictor
Guest
Hi,
There is a .stim command in HSPICE to produce stimulus file. Is there
any counterpart command in Spectre?
By the way, how to generated a stimulus file from an includded
subcircuit? For example,
# the main file
..include "test.sp"
..tran 0.1ns 1ns
..stim tran pwl v(x1.a) # x1 is defined in test.sp. This
syntax won't generate an pwl file in fact ????
..end # end of main file
# test.sp file
subckt test_circuit a b c
....
..ends
x1 test_circuit a b c
..end # end of test.sp
Thanks
There is a .stim command in HSPICE to produce stimulus file. Is there
any counterpart command in Spectre?
By the way, how to generated a stimulus file from an includded
subcircuit? For example,
# the main file
..include "test.sp"
..tran 0.1ns 1ns
..stim tran pwl v(x1.a) # x1 is defined in test.sp. This
syntax won't generate an pwl file in fact ????
..end # end of main file
# test.sp file
subckt test_circuit a b c
....
..ends
x1 test_circuit a b c
..end # end of test.sp
Thanks