Kammann123 / ev21g1

General purpose processor with a RISC architecture and a five stage pipeline, implemented on a Cyclone IV FPGA using a development board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ev21g1

EV21G1 Processor design and implementation in FPGA using Quartus Prime Lite

Project File Structure

ev21g1/ : Top level directory of the Quartus Prime project

  • bdf/ : Block diagram or schematic files (.bdf)
  • hdl/ : Verilog HDL files (.v)
    • generated/ : Verilog files generated by Quartus Prime from a block diagram or schematic file
  • simulation/ : Simulation waveform files for the Simulation Waveform Editor of Quartus Prime (.vwf)
  • symbols/ : Generated symbol files (.bsf)
  • tests/ : Verilog HDL testing or testbench files (.v)
  • waves/ : Waveforms for ModelSim Altera (.do)
  • ev21g1.bdf : Top level block diagram or schematic
  • ev21g1.qpf : Quartus Prime project file
  • ev21g1.qps : Quartus Prime settings file

docs/ : Processor documentation

samples/ : ROM program samples for EV21G1

tools/ : Tools for developing with the EV21G1

target/ : Binary file to be loaded into ROM memory when programming target device

About

General purpose processor with a RISC architecture and a five stage pipeline, implemented on a Cyclone IV FPGA using a development board


Languages

Language:Verilog 87.6%Language:Stata 8.6%Language:Python 3.6%Language:Mathematica 0.2%