awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

计算机体系结构与 CPU 设计

排名更新于 2026年6月30日

For 计算机体系结构课程, the strongest matches are pervognsen/bitwise (Bitwise is a complete educational kit for learning computer), schweigi/assembler-simulator (This is an interactive 8-bit assembler simulator that lets) and logisim-evolution/logisim-evolution (Logisim Evolution is a digital logic simulator and schematic). Each is ranked by relevance to your query, popularity and recent activity.

理解处理器架构、指令集与硬件设计原理的教育资源、模拟器与文档。

计算机体系结构与 CPU 设计

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pervognsen/bitwisepervognsen 的头像

    pervognsen/bitwise

    5,250在 GitHub 上查看↗

    Bitwise is a computer architecture education kit and a comprehensive set of guides for building a custom CPU, operating system, and compiler from scratch. It serves as a CPU design tutorial and a practical framework for implementing a unique instruction set architecture. The project provides a custom instruction set architecture toolchain, including resources for creating a matching assembler and compiler. It further includes a hardware development guide for synthesizing computer components and peripheral controllers for deployment on programmable logic devices and FPGAs. The kit covers full

    Bitwise is a complete educational kit for learning computer architecture by building a custom CPU, assembler, and compiler from scratch, with emulation and FPGA synthesis support that covers low-level simulation and gate‑level design.

    CComputer Systems EducationFull-Stack Systems EngineeringStep-by-Step Tutorials
    在 GitHub 上查看↗5,250
  • schweigi/assembler-simulatorSchweigi 的头像

    Schweigi/assembler-simulator

    989在 GitHub 上查看↗

    This project is a web-based educational environment designed to simulate 8-bit processor architecture and assembly language execution. It functions as a virtual machine that translates symbolic assembly code into machine instructions, allowing users to observe the fetch-decode-execute cycle and its impact on system state in real time. The simulator distinguishes itself through a reactive interface that binds visual register and memory displays directly to the underlying processor state. It incorporates a two-pass assembler that manages symbolic label resolution and memory address mapping, pro

    This is an interactive 8-bit assembler simulator that lets you write and step through assembly code, making it a good fit for learning low-level CPU concepts, though it does not cover pipelining or gate-level logic.

    JavaScriptCPU Architectural SimulatorsAssembly Language IDEs
    在 GitHub 上查看↗989
  • logisim-evolution/logisim-evolutionlogisim-evolution 的头像

    logisim-evolution/logisim-evolution

    7,244在 GitHub 上查看↗

    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 integrati

    Logisim Evolution is a digital logic simulator and schematic editor that lets you design and step through circuits at the gate level, making it a direct educational tool for understanding CPU internals, though it expects you to build the CPU yourself rather than providing ready-made pipelining or assembly support.

    JavaDigital Logic Design ToolsSchematic Capture EditorsAutomated Hardware Generation
    在 GitHub 上查看↗7,244

Related searches

  • 汇编语言学习指南
  • 计算机科学自学结构化课程
  • 数字逻辑学习综合课程
  • 操作系统原理课程
  • 计算机网络课程
  • 游戏模拟器开发指南
  • 通过构建操作系统学习内核原理
  • 基于项目的编译器学习指南