CPU
CPU simulator
Simulates an x86-64 CPU architecture in C++
Intel's x86-64 Architecture Simulation in C++
196 stars
9 watching
17 forks
Language: C++
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
projectchrono/chrono | A high-performance C++ library for simulating the dynamics of complex systems with rigid and flexible bodies, fluid-solid interactions, and other phenomena | 2,244 |
intel/intel-qs | A simulator of quantum circuits optimized for high-performance computing on multi-core and distributed architectures | 227 |
haykkh/qsim | A C++ library for simulating quantum information theory | 9 |
gem5/gem5 | A modular simulator for evaluating computer system architectures and designs | 1,692 |
softwareqinc/qpp | A modern C++ library for simulating arbitrary quantum processes | 541 |
danarmor/turing_cmd | A console-based program simulating the behavior of a Turing machine for educational purposes | 10 |
aromanro/qcsim | A software framework for simulating quantum computations and exploring their applications in physics and beyond. | 45 |
rsynteam/rsyn-x | A C++ framework for designing and analyzing digital circuits | 122 |
davidepatti/noxim | A software tool for simulating and analyzing Network-on-Chip architectures in computer networks | 239 |
havivha/nand2tetris | An implementation of a complete computer using Nand gates on up as described in the book 'The Elements of Computing Systems' | 419 |
asyncvlsi/act | Asynchronous circuit design and simulation tools using a hardware description language. | 99 |
princetonuniversity/muchisim | A simulation framework for analyzing performance and design trade-offs of complex many-core systems | 45 |
soegaard/6502 | An emulator and toolset for the 6502 CPU | 9 |
aswinmohanme/ultronos | An operating system written in C++ for educational purposes, booting an x86 machine and simulating basic OS functionality. | 176 |
rchamberlin/qmlstatemachine | A Qt project demonstrating how to use a C++ state machine with QML for UI | 14 |