1 Repo
Tools that automate the generation of hardware component definitions and source code.
Distinct from Source Code Generators: Distinct from Source Code Generators: specifically targets the generation of hardware emulator definitions and boilerplate.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Hardware Emulator Generators. Refine with filters or upvote what's useful.
Chips is a modular, header-only C library framework designed for building cycle-accurate hardware simulators and replicating historical eight-bit computing architectures. It provides the foundational components necessary to construct complete vintage systems by integrating individual emulated microprocessors and peripheral chips. The framework distinguishes itself through a component-based architecture where hardware modules are implemented as standalone headers that can be wired together to form complex systems. It models hardware interactions at a low level, utilizing pin-level signal emula
Automates the creation of hardware emulator header files by processing component definitions into source code.