This document describes the design and implementation of an 8-bit pipelined RISC processor using Verilog HDL on an FPGA. The key aspects are:
1. The processor uses a Harvard architecture with separate instruction and data memories.
2. Pipelining is used to improve performance such that one instruction can be executed per clock cycle.
3. The processor has a 24-instruction set and includes registers, an ALU, I/O ports, and prioritized interrupts.
4. The processor code was synthesized on a Spartan 3E FPGA starter board for testing.