Skip to content

This repository contains the implementation of single cycle processor based on RISC-V ISA and implemented on "LOGISIM".

Notifications You must be signed in to change notification settings

arhamhashmi01/RV32I_Single_Cycle

Repository files navigation

RISC-V Single Cycle Processor Implementation.

This repository contains the implementation of a single cycle processor based on the RISC-V ISA. The processor is designed and implemented in two different environments: Logisim and Verilog.

Features

RISC-V ISA: This processor is built to support the RISC-V instruction set architecture, a popular and open standard for instruction set architectures.

Single Cycle Design: The processor follows a single cycle design, making it a simple and educational platform for understanding the principles of processor architecture.

Logisim Implementation: You can explore the processor's functionality and logic in Logisim, a popular educational tool for simulating digital circuits.

Verilog Implementation: For those looking to implement the processor on hardware or in a more realistic setting, a Verilog version is also provided.

Getting Started

To get started with this processor, check out the respective folders for Logisim and Verilog implementations.

Releases

No releases published

Packages

No packages published