
|
[si-list]
||
[Date Prev]
[08-2003 Date Index]
[Date Next]
||
[Thread Prev]
[08-2003 Thread Index]
[Thread Next]
[SI-LIST] Re: HSPICE-MEASUREMENTS
- From: Itzik Peleg <itzikpe@xxxxxxxxxxxxxx>
- To: si-list@xxxxxxxxxxxxx
- Date: Wed, 06 Aug 2003 10:05:14 +0200
Hello Manthos
If I got you right, You need to measure the delay rise to rise and fall
to fall for 1000 bits, when there are several lines to measure (bus) and
then get the max min average etc.
Yes there is a way of doing that:
1. Make a .subckt the include all the measurements you need for one bit
in the bus. The subckt nodes like in and out will be the nodes to
measure (like probe contacts). you can use excel to make such a file.
2. Call the subckt as many times as needed for the bus bits.
3. cut the data from the .lis file to an excel spreadsheet and make your
analysis.
example:
.subckt meas_bit in out
.maesure tran bit_1 trig V(in) Val=1.5 cross=1
+ targ V(out) Val=1.5 cross=1
.maesure tran bit_2 trig V(in) Val=1.5 cross=2
+ targ V(out) Val=1.5 cross=2
.
.
.
.ends
xmeas_data_1 data_drv_1 data_rcv_1 meas_bit
xmeas_data_2 data_drv_1 data_rcv_2 meas_bit
In this example data_drv_1 is the driver of data 1 and data_rcv_1 is the
receiver of data 1.
Hope that help.
--
Regards
Itzik Peleg
Board Technology Group
** PLEASE NOTE NEW PHONE AND FAX NUMBERS **
Marvell Semiconductor Israel Ltd
Moshav Manof, D.N. Misgav 20184, ISRAEL
Email - itzik.peleg@xxxxxxxxxxxxxx
Tel - +972 4 9951192
Cell - +972 54 452482
Fax - +972 4 9951902
WWW Page: http://www.marvell.com
========================================================================
This message may contain confidential, proprietary or legally privileged
information. The information is intended only for the use of the
individual
or entity named above. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this communication is strictly prohibited. If you have
received this communication in error, please notify us immediately by
telephone, or by e-mail and delete the message from your computer.
Thank you!
========================================================================
------------------------------------------------------------------
To unsubscribe from si-list:
si-list-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field
or to administer your membership from a web page, go to:
http://www.freelists.org/webpage/si-list
For help:
si-list-request@xxxxxxxxxxxxx with 'help' in the Subject field
List archives are viewable at:
http://www.freelists.org/archives/si-list
or at our remote archives:
http://groups.yahoo.com/group/si-list/messages
Old (prior to June 6, 2001) list archives are viewable at:
http://www.qsl.net/wb6tpu
|

|