Skip to content

Verilog program for FPGA for 8bit computer inspired from RISC-V architecture

Notifications You must be signed in to change notification settings

erwinschrodinger1/risc-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

risc-me

For tb generator

iverilog -o ./tb/alu_tb ./src/alu.v ./test/alu_tb.v -I ./src 

For vcd generator

vvp ./tb/alu_tb -o ./vcd

About

Verilog program for FPGA for 8bit computer inspired from RISC-V architecture

Topics

Resources

Stars

Watchers

Forks