Skip to content

cyrillaCCH/Computer-Organization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer-Organization

Use icarus-Verilog (iVerilog) to compile

  • Install icarus-Verilog and gtkwave
cd <dir>
iverilog -o <filename>.vvp <modualA>.v <moduleB>.v ... <testbench>.v
vvp <filename>.vvp
gtkwave <filename>.vcd (or double click <filename>.vcd directly)

About

A simple pipelined MIPS CPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors