a CPU written in Chisel(Constructing Hardware in a Scala Embedded Language)
Initially it is the course requirement completed by a team of four.
To get started:
$ sbt
Test single instruction file:
> test:runMain PipeLine.TopTest
Test all instruction files:
> test:runMain PipeLine.PipelineTopTests