swapnilbembde / projects_ee309

A six-staged pipelined RISC processor FPGA implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

processor_design

Project1 contains a 16-bit very simple computer developed for the teaching purpose. The IITB-RISC is an 8-register, 16-bit computer system. The architecture is well optimized for performance.

Project2 contains a 6 stage pipelined processor, IITB-RISC, whose instruction set architecture is provided. IITB-RISC is a 16-bit very simple computer developed for the teaching purpose. The IITB-RISC is an 8-register, 16-bit computer system. It follows the standard 6 stage pipelines (Instruction fetch, instruction decode, register read, execute, memory access, and write back).

About

A six-staged pipelined RISC processor FPGA implementation


Languages

Language:VHDL 94.7%Language:Python 5.3%