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

Refactor backend element inheritance structure #47

Open hacst opened 9 years ago

hacst commented 9 years ago

At the moment the backend has Elements derived from ComponentsInstances that are used to implement the actual circuit elements. Most of them derive from SimpleElement to get the capabilities the frontend expects while for example Interconnect shares a lot of them but only copy and pasted the corresponding functionality.