Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 680 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 680 Bytes

Introduction

This is the final project report of the course Digital Design and Computer Organization. You can just downlaod the pdf to read the report.

Template

The template can be found at https://www.latextemplates.com/cat/laboratory-reports

Abstract

In this project, a simple RISC-V computer system is implemented on Digilent Nexys A7-100T FPGA board. The compter system is composed of: a CPU, a data memory, an instruction memory, a vga screen, a keyboard, and a PWM audio output. The CPU is a 5-stage pipeline processor, which can execute 32-bit RISC-V instructions. The system interface is a terminal, which can execute basic commands and run two software.