frg-fossee / eSim-Cloud

A web-based system for designing and simulating electronic (eSim) and Arduino circuits.

Home Page:https://esim-cloud.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlist corresponding to equivalent circuits differ in case of nodes when the points of connections are altered in eSim

Kaustuv942 opened this issue · comments

In a situation where multiple points are connected through a node involving (say) three components C1, R1, and Q1, it was observed when the connection of the three components was made at the R1 node resulted in a different netlist than when the same connection was made at C1 node.

In effect, both the circuits are equivalent and should result in the same graph. This is a case of an error in the generation of the netlist.
Supernodebug (3)

Hey, @Kaustuv942 there's an option to view the netlist, So if you could check the netlist before and after you made the change then you can better analyze where the problem lies.

Fixed in #336