processor-creative-kit

a creation kit for instruction sets and cpu simulators and development tools

https://github.com/takenobu-hs/processor-creative-kit

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Takenobu Tani
Maintained by [email protected]

You can create your processors with your own instruction set and cpu simulator and development tools.

Feature:

  • easy try, easy modify

  • a purely functional CPU core (without IO) (you can embed it anywhere)

  • including a very simple prototype assembler

  • including a very simple prototype debugger

  • including a very simple prototype profiler