https://github.com/weimingtom/wmt_simulator_study
My favorite simulator study
https://github.com/weimingtom/wmt_simulator_study
Last synced: about 1 month ago
JSON representation
My favorite simulator study
- Host: GitHub
- URL: https://github.com/weimingtom/wmt_simulator_study
- Owner: weimingtom
- Created: 2023-01-31T00:57:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T23:47:19.000Z (over 1 year ago)
- Last Synced: 2025-04-15T02:48:27.003Z (about 1 month ago)
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wmt_simulator_study
My favorite simulator study (not for game !!!)## jaty68k, in Java
* https://github.com/alexwinston/Jaty68k
* running m68k uclinux rom (linux source build not tested, only rom file)## gxemul, in C
* for MIPS and ARM
* http://gavare.se/gxemul/## sysmips, in Java (need JDK8)
* https://github.com/alexyz/sysmips
* running MIPS 4kc malta linux rom (linux source build not tested, only rom file)## QtSpim, in C
* open source on sourceforge code
* https://spimsimulator.sourceforge.net
* https://pages.cs.wisc.edu/~larus/spim.html
* https://sourceforge.net/p/spimsimulator/code/HEAD/tree/## MipsSimulator, MipsSimulatorMod, in Java
* for MIPS and Topsy OS
* https://github.com/pahihu/MipsSimulator## Cfern, mipsem, busybox-mips, elf (busybox) loader, in Java
* https://github.com/alexyz/mipsem
search baidupan, mipsem_v1.7z
https://github.com/alexyz/mipsem/blob/master/src/cfern/Driver.java
use -w
* https://busybox.net/downloads/binaries/
* https://busybox.net/downloads/binaries/1.16.1/busybox-mips
not busybox-mipsel## ememu, in Java
* https://github.com/katsuster/ememu
* https://github.com/katsuster/crosstool-builder
* http://www.katsuster.net/contents/java/ememu/ememu_applet.html
* http://www.katsuster.net/contents/java/ememu/ememu.html## qemu
* https://github.com/newluhux/qemu-mt7628
* https://github.com/newluhux/qemu-f1c100s## SimIt-ARM, with C++, ARM7, provide sa1100 and colibri linux images in sourceforge, like skyeye
* https://sourceforge.net/projects/simit-arm/
* https://github.com/dmlockhart/simit-arm