cpu-simulator
There are 75 repositories under cpu-simulator topic.
bucaps/marss-riscv
TinyEMU based full system cycle-level micro-architectural research simulator for single-core RISC-V systems
mrmcsoftware/CPUsimulator
This is an HTML/Javascript CPU simulator and assembler for the CPU I designed. Originally, I created this CPU on paper many years ago for a homework assignment in college. More recently, I implemented my design in the Logisim logic simulator, and eventually it ran on an FPGA.
pescetti-studio/Flip01-CPU
A small and simple 8-bit CPU built in Logisim. The project also includes an assembler and a manual for those who want to learn how a processor works.
jasonv/MythSim
The Mythical CPU Simulator for Real Students
jcancelli/cpu-visual-simulator
An educational resource that enables students to better visualize the execution of assembly code
acaldero/wepsim
💡 WepSIM: Web Elemental Processor SIMulator 📱 💻 🖥️
joedodson/cpu-scheduling-sim
A software simulator of how an OS might schedule processes
PySpice-org/PyCpuSimulator
CPU Simulator written in Python
abecirovic3/MIC-1-Simulator
Simulator for the MIC-1 CPU described in Andrew S. Tanenbaum’s textbook Structured Computer Organization
Danijel-Korent/RISC-V-emulator
RISC-V emulator/simulator in Python
Rajdeep-Das/CPU-Simulator
Simple Web-based 16-bit Microprocessor Assembler Simulator (8085 Working Progress)
brenocq/MyMachine
Simulating the architecture of a computer in the terminal (Assembler + Simulator)
Astin84/FISC-V
FISC V— Fundamental Instruction Set Computer
pvgupta24/Von-Neumann-Architecture-CPU
Implementation of 8-Bit CPU based on Von-Neumann Architechture in HDL
IceWizard7/frostbyte-cpu
Assembler, ISA & everything else featuring the 16-Bit Minecraft Redstone CPU "Frostybte"
jorbDehmel/tera
Tera - A simulated ternary (base 3) CPU, assembly language, assembler and decompiler. Uses trytes made up of 9 trits rather than bytes of 8 bits.
cjr29/go-cpu-simulator
A GUI implementation of a CPU sim project originally developed by Wojciech S. Gac
JnyJny/SimpleCPU
A simple CPU simulator written in C & Python.
marceldobehere/goofy-cpu
a goofy 8 bit cpu
Soppe/RV32IToREBEL
A translator to translate RV32I to REBEL-6. Includes custom assemblers to output RV32I (and hopefully soon REBEL-6) MRCS-readable object files, and assembly level simulators to simulate RV32I and REBEL-6 assembly code execution
Danijel-Korent/homemade-CPU
designing a 8-bit CPU for fun
khan-shahnawaz/UtilityBasedCachePartioning
Implementation of Utility based cache partitioning research paper in Champsim simulator
hakula139/Y86-64-Simulator
A Y86-64 processor simulator written in JavaScript (Node.js) and C++11
MarianoAlipi/cpu-simulator-command-line
A C++ command line program that simulates a custom CPU to which one can load instructions in a custom assembler language and see the registries' changes.
T-vK/CPU-Simulator
Visualizes/animates the dataflow between RAM and CPU components while running a short assembly program of your choice
yebra06/RPNv2-CPU-Simulator
This is a second version my previous RPNv1 project. This project demonstrates how a CPU works the fetch, decode, execute, and store operations.
admacpherson/CPU-Simulator
A Python program to simulate CPU functionalities including a cache and memory bus with programmable instructions
Anand-786/tomasulo-algorithm-implementation
An Out-of-Order CPU Simulator based on Tomasulo's Algorithm with L1 & Victim Cache.
GuiDev115/risc-implementation
implementarion of a cpu risc
jorbDehmel/venus
A binary port of Tera
Namit-Rana6/CpuSimProjects
Explore a collection of assembly programs designed for a CPU simulator in this repository. These programs cover various fundamental concepts, including arithmetic and logical operations, memory reference instructions, register reference instructions, and more. Each program is carefully crafted to run seamlessly in a specified CPU simulation tool.
nayandeshmane/CPU-Scheduling-Simulator
Final-year project based on Operating System (OS) where it contains a CPU scheduling simulator designed to help understand and visualize various CPU scheduling algorithms.
Teimir/Ether-Simple-Proc
Репозиторий пэт проекта 8-и битного процессора
Thu-master/LTHDH_Project
Đây là dự án web mô phỏng trực quan thuật toán MLFQ bằng HTML/CSS/JavaScript
zyde-666/ZC128
A 128-bit CPU simulator with multi-core and multi-threaded architecture, written in C++.