This repository has been archived on 2024-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
PlutoISA/README.md

9 lines
296 B
Markdown
Raw Normal View History

2024-08-22 14:49:23 +02:00
# PlutoISA
2024-08-22 16:51:09 +02:00
This is an emulator for the custom made PlutoISA.
2024-08-23 10:43:05 +02:00
To use, you need use a Unix-like environment with gcc and make.
To compile, simply run "make", which will then create a bin subfolder with the executable.
To remove, run "make clean" to remove the the executable and the bin folder.