Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KavinduMethpura authored Dec 29, 2024
1 parent 1fa4c2e commit d50e113
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
___
# DELETE THIS INSTRUCTIONS AND ADD A SHORT INTRODUCTION ABOUT YOUR PROJECT
___
RISC-V Computer Architecture with Pipelined Implementation
This project focuses on implementing a RISC-V computer architecture with a pipelined design. RISC-V is a free and open Instruction Set Architecture (ISA) designed to support a wide range of applications, from microcontrollers to high-performance processors. Its simplicity, modularity, and extensibility make it an ideal platform for both academic and industrial purposes.

## Please refer the instructions in below URL:
In this implementation, we develop a pipelined architecture to enhance instruction throughput by overlapping the execution of multiple instructions. Key components include:

Instruction Fetch (IF): Retrieves instructions from memory.
Instruction Decode (ID): Decodes instructions and reads register data.
Execute (EX): Performs arithmetic, logical, and memory operations.
Memory Access (MEM): Handles data transfer between registers and memory.
Write Back (WB): Updates register values with execution results.

This repository includes the RTL design for core components, the register file, pipeline stages, and testbenches for verification.

https://projects.ce.pdn.ac.lk/docs/how-to-add-a-project

0 comments on commit d50e113

Please sign in to comment.