MIPS I processor for EEL4713. Implementation relies heavily on templates to create pseudo record types and pseudo enum types in macros. Is that a good idea? Probably not. Is there a better solution? Who knows.
Building the templated files requires Python 3, pyexpander, and GNU make.
# pacman -S python make
# pip3 install pyexpander
Simply run
make
and the compiled templates will be automatically placed into sv/
.
This project is licensed under the MIT License - see the LICENSE.md file for details.