Skip to content

kevinfs/CPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU

A 16 bit processor written in VHDL during a university course

Compile

make

Run the CPU simulation

make run

Output VCD file will be at vcd/cpu_utest.vcd You can analyse it with gtkwave by doing gtkwave vcd/cpu_utest.vcd

Run the complete test suite

make test

Output VCD files will be inside vcd/ You can analyse those with gtkwave by doing gtkwave vcd/generic_alu_utest.vcd for example

Note

It was developped in two evenings, so currently incomplete. A list of --TODO is available in the code.

About

A 16 bit processor in VHDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published