cpu-model
There are 28 repositories under cpu-model topic.
pytorch/cpuinfo
CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
MIPT-ILab/mipt-mips
Cycle-accurate pre-silicon simulator of RISC-V and MIPS CPUs
wkoszek/cpu60
Example of CPU simulation in software
sake92/nand2tetris
Nand2Tetris course solutions
wyvernSemi/riscV
Open source ISS and logic RISC-V 32 bit project
alirezakay/RISC-CPU
A multi-cycle RISC CPU (processor) like MIPS-CPU architecture in VHDL ( a hardware-side implementation )
education-script-projects/PyCPU
Central Processing Unit Information Gathering Tool
zpekic/MicroCodeCompiler
https://hackaday.io/project/172073-microcoding-for-fpgas
evanlissoos/OISC
One Instruction Set Computer
wyvernSemi/cpu8051
Intel(R) 8051 Instruction Set Simulator
wyvernSemi/cpu6502
A 6502 Instruction Set Simulator
wyvernSemi/mico32
LatticeMico32 instruction set simulator project
vrobot/cpu-design
8 bit cpu I designed on logisim
wyvernSemi/sparc
Sparc version 8 Instruction Set Simulator
Steve-Teal/pumpkin-cpu
A small general purpose, scalable, 16-bit, 16 instruction CPU core written in VHDL
MIPT-ILab/PipelineFlowchartVis
MIPT-V Pipeline Flowchart Visualizer
morris821028/hw-radiosity
CPU-based Radiosity: Final Team Project., testing - optimization & parallel skill
Sh-Zh-7/tiny-CPU
Tiny series: A handwritten CPU of MIPS instruction set.
HA4ever37/8-Bit-CPU-EEPROM-Programmer
This is a an Arduino code to program a breadboard 8-Bit CPU based on Ben Easter CPU design
jasommer/SimpleCPU
A very simple implementation of a general purpose 12 bit RISC CPU for educational purposes.
adanpartidajr/Microprocessor
Digital design of microprocessor designed and implemented within LogicWorks.
raffy-bekhit/16-bit-CPU-Simulator
A program that simulates how a 16-bit CPU works
reedv/Simple-MIPS-CPU
A simple pipelined MIPS CPU implemented in verilog. Can perform add, addi, beq, j, lw, and sw instructions.