Defining input voltages to OTA amplifier.

Status
Not open for further replies.

wakimINKO

Newbie level 1
Joined
Nov 18, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Seoul
Activity points
1,288
Hi everyone

I'm doing a analog integrated course and I have to simulate an OTA using HSPICE. I find going through the manual rather cumbersome and there is no examples for the decks I have had to simulate in the past; mostly simple stuff like single stage amplifiers.

For the case of the OTA, the two inputs must be 180deg out of phase (differential input) I came up with this code but it gives me an error and I don't know what else to try.

vgs ac 1

vin vgs 0
vip 0 vgs
 

If vip, vin are your input nodes, try:

Code:
vdiff  vip vin   ac 1
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…