Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KavinduMethpura committed Dec 29, 2024
2 parents e4f0c0f + a004d9a commit c3d034c
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
___
# DELETE THIS INSTRUCTIONS AND ADD A SHORT INTRODUCTION ABOUT YOUR PROJECT
___
#RISC-V Computer Architecture with Pipelined Implementation

## Please refer the instructions in below URL:
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.

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 c3d034c

Please sign in to comment.