Skip to content

davidli218/basic-rv32i-cpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic RV32I CPU

Some key directories are shown below.

|--rom_src/         ## Assembly source code
|--src/             ## Verilog source code
  |--rom/
    |--program.hex  ## Program to be loaded into the Instruction Memory
|--test/            ## Testbench to run the simulation
|--Makefile         ## Makefile for building and running sim targets

Dependencies

Getting Started

$ git clone https://github.com/davidli218/basic-rv32i-cpu
$ cd basic-rv32i-cpu/
$ make