Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] **error** inductor/voltage source loop found containing 0:vf defined in subckt

Status
Not open for further replies.

deardeepa76

Junior Member level 3
Junior Member level 3
Joined
Dec 8, 2011
Messages
29
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,491
Hi,

I am trying to simulate the circuit shown in attachment. I am getting this message in HSPICE

**error** inductor/voltage source loop found containing 0:vphibar defined in subckt 0

I have added 3 milliohm resistors to break the loop, but still I could not fix it. what is wrong with the circuit?
can anyone help me with this issue?

-Deepa
 

Attachments

  • Capture.JPG
    Capture.JPG
    15.2 KB · Views: 361
  • code.txt
    928 bytes · Views: 343

Code:
VPhi    Vdd Gnd  PULSE(0 5  0  5n 5n 90n 200n)  
VPhibar Vdd Gnd  PULSE(0 5 50n 5n 5n 90n 200n)

I suspect these 2 voltage sources are responsible (short circuit).
 
Yes erikl, I understand that, but I have included 1milliohm resistor after all the voltage sources in the circuit.
VPhi is connected to Source of MNMOS_1 through RR1 and VPhibar is connected to source of MNMOS_2 through RR2.
I have read in forums that introducing a small shunt resistor will break the voltage source/inductor loop, but here why it doesn't work?
 

I guess Vdd is your positive supply node? So you still have 2 short-circuited voltage (pulse) sources VPhi & VPhibar in parallel between Vdd & Gnd.
I think you need to change the 3 voltage sources to

Code:
VVin    N_4 Gnd  DC 0 AC 1 0
VPhi    N_3 Gnd  PULSE(0 5  0  5n 5n 90n 200n)  
VPhibar N_5 Gnd  PULSE(0 5 50n 5n 5n 90n 200n)

... and remove the 3 resistors.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top