systems

Y86 Lab

Interactive web visualizer for a 5-stage pipelined Y86-64 CPU implemented in Verilog.

2026active6 min read
Source Code
JavaScript / React / Node.js

Project Snapshot

  • ImpactBuilt an interactive browser-based visualizer for a 5-stage pipelined Y86-64 CPU, making pipeline state observable step by step.
  • Tagscomputer-architecture · y86 · pipeline · react · verilog
  • ISAY86-64
  • FrontendReact
  • BackendNode.js / Express

01. Overview

A React + Node.js/Express web application that lets you step through a 5-stage pipelined Y86-64 CPU (implemented in Verilog) instruction by instruction. Visualizes fetch, decode, execute, memory, and writeback stages in real time.