VHDL-AMS ,This circuit exhibits singularity

S

Steffen Netz

Hello,

I'm experimenting with VHDL-AMS, and didn't find any News-Group
related to VHDL-AMS.

I'm working with AdvanceMS and often experience the message:
This circuit exhibits singularity ...

Is there any tool to help to debug this errors? I know about
the Trouble-Guide in the Documentation ( two current sources in
parallel, open nodes and so on), but in most cases, the problem
is not as easy as in the docs.

My current problem is the model from the Tutorial from the
36th Design Automation Conference New Orleans, June 21-25, 1999
by ( E.Christen, K.Bakalar ...)


entity Feder is
end entity Feder;

architecture analog of Feder is
quantity x1 : displacement := 0.0;
quantity x2 : displacement := 0.0;
quantity xs : displacement := 0.0;
quantity energy : real;
constant m1, m2 : real := 1.6605655e-24;
constant f : real := 496183.3;
begin
x1'dot'dot == -f * (x1 - x2) / m1;
x2'dot'dot == -f * (x2 - x1) / m2;
xs == (m1*x1 + m2*x2)/(m1+m2);
energy == 0.5*(m1*x1'dot**2 + m2*x2'dot**2 + f*(x1-x2)**2);


end architecture analog;

The Error:
# --> Partitioning circuit...
# Warning 49: This circuit exhibits singularity, due to X2
#
# (See documentation for more detail on singularities)

Any idea?

Thanks in advance,

Steffen Netz

--
-----------------------------------------------------------------------------
| Fraunhofer Institut Photonische Microsysteme |
| |
| Fraunhofer Institute for Photonic Microsystems ( Germany ) |
| |
| Steffen Netz | phone : ( +49 ) (0)351/8823-212 |
| Grenzstrasse 28 | fax : ( +49 ) (0)351/8823-266 |
| 01109 Dresden | email : (e-mail address removed) |
-----------------------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top