Torsten Maehne

Results 356 comments of Torsten Maehne

IPC with other programs via sockets is already used in Logisim-evolution, as demonstrated by the TCL components and implemented VHDL co-simulation with Questa Sim. However, you'll need to implement your...

@alculete: Thanks for reporting! As with issue #1661: Help and PRs fixing these issues are welcome, as we don't have much experience with Snaps and lack ressources that we can...

@MarcinOrlowski: Could you have a look at this issue?

Please provide a `.circ` (in a ZIP archive) that allows us to reproduce the issue. Compatibility with classic Logisim is not our priority, but we welcome any PRs that fix...

Indeed, the scenario you describe, where the same `.circ` file gets included multiple times is known to be problematic. This functionality comes from the original Logisim code base and we...

PRs in this direction are welcome, but are currently not of high priority for us, as Logisim-evolution is already available as Flatpak and Snap in addition to DEB and RPM...

Thanks for the suggestion! Our ressources are limited. Volunteers willing to help improve the documentation and contribute good examples are welcome! In the past years, most contributions in this direction...

@juancolonna: I converted your discussion topic to a feature request. PRs in this direction are welcome.

@juancolonna: GitHub provides good documentation [to get you started](https://docs.github.com/en/get-started/quickstart) on how to use `git` and their service. Check out [Logisim-evolution's developer documentation](https://github.com/logisim-evolution/logisim-evolution/blob/master/docs/developers.md) for specific information on how to contribute to...

Carl Burch's chapter ["Floating-point representation"](http://www.cburch.com/books/float/) from his book ["Computing Systems Organization"](http://www.cburch.com/cso/) might be a base for implementing/documenting this feature.