theSeafarer / simply-awful

A really crappy 6-bit processor in VHDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simply-awful

A simple 6-bit processor I made in a hurry for a university project. Don't you dare look inside. But if you're really keen to do so, make sure you're on a POSIX-y platform and have ghdl and ghc installed; then:

make assemble
make simulate

About

A really crappy 6-bit processor in VHDL

License:MIT License


Languages

Language:VHDL 65.1%Language:Haskell 30.0%Language:Makefile 4.1%Language:Assembly 0.8%