Simulate CPU Architecture
Claude skill for Simulate CPU Architecture
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: simulate-cpu-architecture
description: >
Design and simulate a minimal CPU from scratch: define an instruction set
architecture (ISA), build the datapath (ALU, register file, program counter,
memory interface), design the control unit (hardwired or microprogrammed),
implement the fetch-decode-execute cycle, and verify by tracing a small
program clock cycle by clock cycle. The capstone "computer inside a computer"
exercise that composes combinational and sequential b...
Full prompt length: 21838 characters
Tools & Technologies
- JavaScript
- Python