Skip to content
/ COA Public

Notes, codes and resources for the course Computer Organisation and Architecture, IIT Kharagpur

Notifications You must be signed in to change notification settings

itsShnik/COA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COA

Notes, codes and resources for the course Computer Organisation and Architecture, IIT Kharagpur

MIPS Notes

You can find the MIPS notes in the MIPS folder

Verilog Notes

Check in the Verilog folder. Algorithm and illustration for booth multiplier is added in the Booth Multiplier folder

RISC CPU

The CPU is designed based on a reduced instruction set, programmed using verilog and implemented in single cycle mode. Documentation and notes can be found in the verilog folder.