LogikSim / LogikSimPython

Python prototype of a digital logic simulator
http://www.logiksim.org/
GNU General Public License v3.0
2 stars 1 forks source link

Currently it is possible to add linetrees with loops #11

Closed christianbrugger closed 10 years ago

christianbrugger commented 10 years ago

In the current implementation it is possible to add loops in linetrees, by adding two non connected lineestrees with many crossovers and then connecting them. In that case only one line connector item should be placed.

christianbrugger commented 10 years ago

Now using tree based internal strucutre --> solved this issue.