Skip to content

Poulami2515/RISC_V_Single_Cycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V Single Cycle Core

RISC-V RV 32I is an open-source instruction set architecture that follows the principles of reduced instruction set computing (RISC). It's designed to be simple, modular, and extensible. This architecture is based on 32-bits implementation for base integer instruction set (extension I). A single-cycle core refers to a processor design where each instruction takes just one clock cycle to execute.

This core is specifically designed to perform load-word I-type instruction.

  • I-Type instruction implemented : opcode | rs | rd | Immediate (load)


    I-Type

Elements used

  • Pgrogram Counter (PC)
  • PC Adder
  • Sign Extender
  • Instruction Memory
  • Register file
  • Data Memory
  • Control Unit (comprising of main decoder and alu decoder)


    elements

Datapath for load-word


Datapath

ALU Design used


ALU

Simulation Results


Waveform

Resources and Tech Stack

  • lab used for converting assembly language codes to machine language codes : https://venus.cs61c.org/
  • hardware description language used : Verilog
  • simulator used : icarus verilog
  • waveform generator used : GTKWave
  • resources and design reference : merldsu
  • others : " Digital Design and Computer Architecture RISC-V Edition " by Sarah L Harris and David M Harris.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published