
|
[si-list]
||
[Date Prev]
[05-2006 Date Index]
[Date Next]
||
[Thread Prev]
[05-2006 Thread Index]
[Thread Next]
[SI-LIST] Re: Hspice: Look up tables
- From: "Yu Wang" <Yu.Wang@xxxxxxxxxxxx>
- To: <thamiral@xxxxxxxxx>, <si-list@xxxxxxxxxxxxx>
- Date: Wed, 10 May 2006 12:51:17 +0900
Hi, Taha
This could be achieved by relating your parameter with "TIME" =
variable, which is an reserved keyword as storing the time point in =
HSPICE.
e.g:
.title test
v1 1 0 pwl(0n 1v 1n 1v)
r1 1 0 '1+1e9*TIME'
.tran 0.1n 2n
.option post
.print i(v1)
.end
the output looks like:
1.00000n -500.0000m =20
1.10000n -476.4606m =20
1.20000n -455.4264m =20
1.30000n -436.0465m =20
1.40000n -416.6667m =20
1.50000n -400.9434m =20
1.60000n -385.2201m =20
1.70000n -371.0692m =20
1.80000n -358.4906m =20
1.90000n -345.9119m =20
2.00000n -333.3333m =20
y
Same tricky apples to "FREQ".
Regards.=20
-----Original Message-----
From: si-list-bounce@xxxxxxxxxxxxx [mailto:si-list-bounce@xxxxxxxxxxxxx] =
On Behalf Of Taha Amiralli
Sent: 2006=C4=EA5=D4=C210=C8=D5 6:53
To: si-list@xxxxxxxxxxxxx
Subject: [SI-LIST] Hspice: Look up tables
Dear All,
I would like to find out if anyone knows of the existance of a lookup =
table feature in Hspice. Specifically, I would like to find out if there =
is a way to get hspice to read up a value of a parameter from a Time Vs =
Parameter Value table/data set, during a transient analysis.
Any help in this matter would greatly be appreciated.
Thanks,
Sincerely,
-------------------
Taha Amiralli
thamiral [A] uwo [D] ca
thamiral [A] gmail [D] com
MESc Candidate 2007, Computer Engineering The University Of Western =
Ontario
BESc, BSc. 2005,
Computer Engineering & Computer Science
The University Of Western Ontario
---------------------------------------------------------------
------------------------------------------------------------------
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 FAQ wiki page is located at:
http://si-list.org/wiki/wiki.pl?Si-List_FAQ
List technical documents are available at:
http://www.si-list.org
List archives are viewable at: =20
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
=20
------------------------------------------------------------------
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 FAQ wiki page is located at:
http://si-list.org/wiki/wiki.pl?Si-List_FAQ
List technical documents are available at:
http://www.si-list.org
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
|

|