622 B
622 B
MicSim
Hi! Welcome to MicSim project repo. MicSim is a Mic-1 architecture simulator written in python. It is specially design for studying purpose.
How it works ?
It is simple, you have to:
- Clone the repo
- Execute micsim.py
- Enjoy !
I want to know more about it....
All the architecture components are located in components folder:
- ijvm.py Contains standard IJVM constant
- microprogram.py Contains IJVM implementation that use Mic-1 architecture
- caretaker.py Hold all the Mic-1 architecture components (registers, ram etc..)
- ram.py Contains a simple RAM implementation