philpax / skiron

Skiron is a basic 32-bit RISC-inspired CPU architecture.
MIT License
3 stars 1 forks source link

Investigate use of pipelining in emulator #7

Open philpax opened 9 years ago

philpax commented 9 years ago

This ties into #1 - once we go cycle-accurate, instructions will take much longer to execute; it makes sense to pipeline as many stages as possible to maximise throughput.