awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
logisim-evolution avatar

logisim-evolution/logisim-evolution

0
View on GitHub↗
7,244 stars·961 forks·Java·GPL-3.0·5 vues

Logisim Evolution

Logisim Evolution is a digital logic simulator and schematic editor used for designing and verifying digital circuits. It functions as a tool for digital circuit design and real-time logic simulation, allowing users to create schematic representations of electronic hardware using gates and registers.

The software distinguishes itself by providing hardware description language tools that allow for the definition of custom component behavior and the translation of visual schematics into synthesis-ready code for FPGA hardware deployment. It also serves as a bridge for physical hardware integration, mapping simulated designs to physical electronic boards for validation.

The platform covers a broad range of capabilities including timing and signal analysis via chronograms, hierarchical subcircuit encapsulation for reusable component grouping, and memory state management for RAM and ROM components. It further supports the export of circuit designs into vector graphics formats and the extension of hardware modules through pluggable component libraries.

The project is implemented as a cross-platform Java application.

Features

  • Digital Logic Design Tools - Provides a visual schematic editor for creating and designing digital logic circuits using gates and registers.
  • Schematic Capture Editors - Provides a visual editor for designing digital logic circuits using gates, registers, and custom subcircuits.
  • Logic Circuit Simulation - Simulates digital logic behavior by treating the circuit as a directed graph of components.
  • Automated Hardware Generation - Translates visual circuit designs into synthesis-ready hardware description code for deployment on programmable chips.
  • HDL Component Specifications - Enables specification of custom circuit component behavior using a hardware description language.
  • FPGA Hardware Design - Translates visual designs into synthesizable code for deployment on FPGA hardware.
  • HDL Behavioral Definitions - Allows the definition of custom component behavior using a hardware description language for precise simulation.
  • Logic Signal Analysis - Provides tools for capturing and visualizing digital signal transitions to debug the temporal behavior of sequential circuits.
  • Hardware Description Languages - Supports the use of hardware description languages to model the behavior of electronic circuits.
  • Event-Driven Signal Systems - Implements an event-driven system to propagate signal changes across digital logic components in real time.
  • Digital Logic Simulation Modes - Executes logic simulations to verify timing diagrams, state transitions, and signal propagation in real-time.
  • Hardware Integration - Maps simulated schematics to physical electronic hardware to validate digital designs on real boards.
  • Physical Hardware Mapping - Bridges simulated digital schematics with physical electronic boards to validate designs on real hardware.
  • Reusable Subcircuit Grouping - Allows users to group sets of components into custom blocks for reuse across a project.
  • Schematic-to-HDL Translation - Translates visual schematic layouts into synthesis-ready hardware description code for FPGA deployment.
  • Simulated Memory Management - Provides a hex editor and interface to manage the data states of RAM and ROM components.
  • Circuit Signal Chronograms - Provides chronograms to visualize signal transitions over time for debugging sequential logic.
  • Hierarchical Subcircuit Encapsulation - Enables the creation of reusable subcircuits to simplify complex digital designs through hierarchical encapsulation.
  • Electronic Design Tools - Graphical environment for designing and simulating digital logic circuits.

Historique des stars

Graphique de l'historique des stars pour logisim-evolution/logisim-evolutionGraphique de l'historique des stars pour logisim-evolution/logisim-evolution

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait logisim-evolution/logisim-evolution ?

Logisim Evolution is a digital logic simulator and schematic editor used for designing and verifying digital circuits. It functions as a tool for digital circuit design and real-time logic simulation, allowing users to create schematic representations of electronic hardware using gates and registers.

Quelles sont les fonctionnalités principales de logisim-evolution/logisim-evolution ?

Les fonctionnalités principales de logisim-evolution/logisim-evolution sont : Digital Logic Design Tools, Schematic Capture Editors, Logic Circuit Simulation, Automated Hardware Generation, HDL Component Specifications, FPGA Hardware Design, HDL Behavioral Definitions, Logic Signal Analysis.

Quelles sont les alternatives open-source à logisim-evolution/logisim-evolution ?

Les alternatives open-source à logisim-evolution/logisim-evolution incluent : chipsalliance/chisel — Chisel is a hardware construction language and description tool used to define digital circuits. It functions as a… hneemann/digital — Digital is a digital logic circuit simulator and hardware design verification tool. It provides a visual environment… seblague/digital-logic-sim — Digital-Logic-Sim is a digital logic simulator and interactive circuit designer used for building and simulating… geohot/fromthetransistor — This project consists of technical instructional guides and a structured computer science curriculum designed to teach… enjoy-digital/litex — LiteX is an FPGA SoC development suite and SoC builder framework used to programmatically design system-on-chips. It… northwoodssoftware/gojs — GoJS is a JavaScript diagramming library and canvas-based visualization engine used to build interactive flowcharts,…

Alternatives open source à Logisim Evolution

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Logisim Evolution.
  • chipsalliance/chiselAvatar de chipsalliance

    chipsalliance/chisel

    4,691Voir sur GitHub↗

    Chisel is a hardware construction language and description tool used to define digital circuits. It functions as a generator that converts high-level hardware descriptions into synthesizable Verilog code for use in ASIC and FPGA design. The project enables the creation of parameterizable hardware templates and reusable digital components. It leverages functional and object-oriented programming patterns to transform complex circuit representations into finalized hardware descriptions. The toolset covers the register-transfer level design workflow, allowing users to model digital circuits usin

    Scalachip-generatorchiselchisel3
    Voir sur GitHub↗4,691
  • hneemann/digitalAvatar de hneemann

    hneemann/Digital

    5,793Voir sur GitHub↗

    Digital is a digital logic circuit simulator and hardware design verification tool. It provides a visual environment for designing, testing, and verifying electronic circuits using event-based simulation and automated logic synthesis. The platform functions as a logic synthesis tool that applies boolean algebra to minimize gate configurations and convert truth tables into efficient hardware. It also serves as an HDL export tool, translating visual circuit graphs into VHDL or Verilog code, and as a CPLD deployment tool that generates JEDEC files for flashing programmable logic chips. The soft

    Javacircuitdigital-circuitseducation
    Voir sur GitHub↗5,793
  • seblague/digital-logic-simAvatar de SebLague

    SebLague/Digital-Logic-Sim

    4,598Voir sur GitHub↗

    Digital-Logic-Sim is a digital logic simulator and interactive circuit designer used for building and simulating digital hardware circuits. It functions as a visual editor and logic state visualizer that allows for the creation of complex digital logic models using logic gates, wires, and custom chips. The system includes a custom logic chip builder, enabling the grouping of basic logic gates into reusable components to create layered hardware architectures. Users can monitor these designs through a logic state visualizer that displays signal states and memory values using light indicators an

    C#
    Voir sur GitHub↗4,598
  • geohot/fromthetransistorAvatar de geohot

    geohot/fromthetransistor

    6,524Voir sur GitHub↗

    This project consists of technical instructional guides and a structured computer science curriculum designed to teach the construction of a full computing stack from transistors up to a web browser. It provides a 12-week educational course that covers the fundamental domains of computer architecture and digital logic design. The curriculum is distinguished by its first-principles approach, guiding the learner through the engineering of CPUs, FPGAs, and PCBs using digital logic and hardware description languages. It includes specific syllabi for building a hardware design, a TCP/IP network st

    Voir sur GitHub↗6,524
  • Voir les 30 alternatives à Logisim Evolution→