awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
logisim-evolution avatar

logisim-evolution/logisim-evolution

0
View on GitHub↗
7,244 estrellas·961 forks·Java·GPL-3.0·3 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de logisim-evolution/logisim-evolutionGráfico del historial de estrellas de logisim-evolution/logisim-evolution

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Logisim Evolution

Proyectos open-source similares, clasificados según cuántas características comparten con Logisim Evolution.
  • chipsalliance/chiselAvatar de chipsalliance

    chipsalliance/chisel

    4,691Ver en 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
    Ver en GitHub↗4,691
  • hneemann/digitalAvatar de hneemann

    hneemann/Digital

    5,793Ver en 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
    Ver en GitHub↗5,793
  • seblague/digital-logic-simAvatar de SebLague

    SebLague/Digital-Logic-Sim

    4,598Ver en 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#
    Ver en GitHub↗4,598
  • geohot/fromthetransistorAvatar de geohot

    geohot/fromthetransistor

    6,524Ver en 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

    Ver en GitHub↗6,524
Ver las 30 alternativas a Logisim Evolution→

Preguntas frecuentes

¿Qué hace 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.

¿Cuáles son las características principales de logisim-evolution/logisim-evolution?

Las características principales de logisim-evolution/logisim-evolution son: 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.

¿Qué alternativas de código abierto existen para logisim-evolution/logisim-evolution?

Las alternativas de código abierto para logisim-evolution/logisim-evolution incluyen: 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,…