You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you considered adding a way to parse a text file and create the logic circuit that way? I am working on similar project currently and have found it easier for the user to be able to set up the base state of the circuit in a text file.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! I haven't worked on this project in quite a while, but the idea of this project was to randomly generate logic circuits and their Karnaugh maps, not to provide user customization. The Karnaugh maps produced are not really amazing, especially because I created this project before knowing much about logic circuits.
You may already be aware of Logisim or Logisim Evolution, but they use XML to load and save circuit states. You might want to have a look!
Have you considered adding a way to parse a text file and create the logic circuit that way? I am working on similar project currently and have found it easier for the user to be able to set up the base state of the circuit in a text file.
The text was updated successfully, but these errors were encountered: