{"id":23870093,"url":"https://github.com/engineermichael/logic-sim-projects","last_synced_at":"2026-03-01T11:04:30.494Z","repository":{"id":260214035,"uuid":"118052376","full_name":"EngineerMichael/Logic-Sim-Projects","owner":"EngineerMichael","description":"⎔ Computer Architecture Simulation Projects Containing ALU, Micro-Controllers, 8 bit Registry \u0026 Variations of Logic Circuits","archived":false,"fork":false,"pushed_at":"2024-12-23T15:01:21.000Z","size":2692,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-13T11:10:43.529Z","etag":null,"topics":["computer-architecture","logisim","microcontroller-programming","plc-programming"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EngineerMichael.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-18T23:49:51.000Z","updated_at":"2025-01-10T05:48:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cbc9e2c-6a6c-43ee-b3aa-9c09783e5f22","html_url":"https://github.com/EngineerMichael/Logic-Sim-Projects","commit_stats":null,"previous_names":["engineermichael/logic-sim-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EngineerMichael/Logic-Sim-Projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineerMichael%2FLogic-Sim-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineerMichael%2FLogic-Sim-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineerMichael%2FLogic-Sim-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineerMichael%2FLogic-Sim-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EngineerMichael","download_url":"https://codeload.github.com/EngineerMichael/Logic-Sim-Projects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngineerMichael%2FLogic-Sim-Projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29967933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T10:55:55.490Z","status":"ssl_error","status_checked_at":"2026-03-01T10:55:55.175Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-architecture","logisim","microcontroller-programming","plc-programming"],"created_at":"2025-01-03T13:52:13.584Z","updated_at":"2026-03-01T11:04:30.468Z","avatar_url":"https://github.com/EngineerMichael.png","language":null,"readme":"# Logic-Sim\nComputer Architecture Simulation Projects\nContaining ALU, Micro-Controllers, 8 bit Registry \u0026 Variations of Logic Circuits\n\nLogic-Sim: Computer Architecture Simulation Projects\n\n\n\nOverview\n\n\n\nLogic-Sim is a comprehensive simulation tool designed to model and simulate computer architecture components, such as Arithmetic Logic Units (ALUs), microcontrollers, 8-bit registers, and various logic circuits. The tool is intended for educational purposes, offering a hands-on way to understand the inner workings of digital circuits, microcontrollers, and computational systems.\n\n\n\nThe simulation environment is highly customizable and allows users to design, test, and visualize various logic circuits, with an emphasis on learning and experimentation with computer architecture principles.\n\n\n\nThis project is distributed under the GNU General Public License v3.0.\n\n\n\nFeatures\n\n• Arithmetic Logic Unit (ALU) Simulation: Simulate various ALU operations such as addition, subtraction, AND, OR, and more.\n\n• Microcontroller Emulation: Simulate the behavior of simple microcontrollers with integrated peripherals.\n\n• 8-Bit Registers: Simulate 8-bit data registers and observe their interactions with other components in a system.\n\n• Logic Circuit Variations: Construct and simulate a wide variety of logic circuits, including combinational and sequential logic elements.\n\n• Customizable Architecture: Build custom systems and experiment with different configurations of components.\n\n• Step-by-Step Simulation: Step through operations to better understand how data flows through a system.\n\n• Visualization Tools: View circuit diagrams and monitor signal flow to debug and verify system behavior.\n\n\n\nInstallation\n\n\n\nPrerequisites\n\n• Ensure you have a working installation of Git, Python, and GNU Make (for building the project).\n\n• You will also need GTK+3 for GUI support (if you plan to use the graphical user interface).\n\n\n\nClone the repository\n\n\n\ngit clone https://github.com/yourusername/Logic-Sim.git\n\ncd Logic-Sim\n\n\n\nInstall dependencies\n\n• For Python-based simulations:\n\n\n\npip install -r requirements.txt\n\n\n\n• For C/C++-based simulations (if applicable):\n\n\n\nmake install\n\n\n\nBuild the project\n\n\n\nmake\n\n\n\nRun the simulation tool\n\n• To start the command-line interface (CLI) version:\n\n\n\npython logic_sim.py\n\n\n\n• Or to start the GUI version (if supported):\n\n\n\n./logic_sim_gui\n\n\n\nUsage\n\n1. Creating and Simulating Circuits:\n\n• Choose from predefined components or create your own custom components (e.g., ALUs, registers, logic gates).\n\n• Connect components together and configure their behavior.\n\n• Simulate the circuit and observe how data moves through the system.\n\n2. ALU Operations:\n\n• Choose an arithmetic or logic operation (e.g., addition, subtraction, AND, OR) and provide the inputs.\n\n• Observe the output and debug or optimize your design.\n\n3. Microcontroller Programming:\n\n• Load a simple program into a microcontroller.\n\n• Observe how the microcontroller executes instructions, interacts with registers, and triggers different system responses.\n\n4. Register Simulation:\n\n• Experiment with 8-bit registers and explore how data is written, read, and transferred between components.\n\n5. Logic Circuit Variations:\n\n• Use a library of basic logic gates (AND, OR, NOT, NAND, NOR, XOR, etc.) to construct complex combinational and sequential circuits.\n\n• Use clock signals to observe the behavior of sequential circuits like flip-flops, counters, and memory units.\n\n6. Debugging and Visualization:\n\n• Utilize built-in debugging tools to step through your simulation, view signal traces, and identify issues in your circuit or design.\n\n• Visualize the logic flow in a graphical interface, if available, to better understand the behavior of your system.\n\n\n\nLicense\n\n\n\nThis project is licensed under the GNU General Public License v3.0. You can freely modify and redistribute the code, provided that any modifications are also shared under the same license.\n\n\n\nSummary of the GNU GPL v3.0 License:\n\n• You can use, modify, and distribute the software as long as you make the source code available to others.\n\n• Any derivative works must also be licensed under the GPL v3.0.\n\n• You cannot impose any additional restrictions on the rights granted by the license.\n\n\n\nFor more details, see the full GPLv3 License.\n\n\n\nContributing\n\n\n\nWe welcome contributions to improve the functionality, features, and performance of Logic-Sim. To contribute:\n\n1. Fork the repository.\n\n2. Create a new branch for your feature or fix.\n\n3. Make your changes.\n\n4. Ensure that the code passes all tests.\n\n5. Submit a pull request with a detailed description of your changes.\n\n\n\nAcknowledgements\n\n• This project was inspired by educational tools designed to help students and engineers understand computer architecture and digital logic.\n\n• Contributions are welcome from the community to extend the project with more complex components, improved user interfaces, and optimized algorithms.\n\n\n\nContact\n\n\n\nIf you have questions, need support, or want to discuss the project, feel free to open an issue on the GitHub repository.\n\n\n\nEnd of ReadMe.\n\n\nGNU General Public License v3.0 \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineermichael%2Flogic-sim-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengineermichael%2Flogic-sim-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineermichael%2Flogic-sim-projects/lists"}