lukmac
lukmac

Reputation: 4821

Instruction set simulator(SystemC) for MIPS architecture

Does anybody know if there is a open source MIPS instruction set simulator (in C++ or SystemC preferably)?

I googled dozens of links and there is just no open ISS of MIPS cpu. Then only ones I know for now is

So, do you have some experience about this?

Upvotes: 1

Views: 1175

Answers (2)

Richard Pennington
Richard Pennington

Reputation: 19965

Have you looked at QEMU? I use it in my ELLCC project to do both Linux user mode and bare system mode emulation for the Mips.

Upvotes: 2

Yorkwar
Yorkwar

Reputation: 1274

(1) GXemul
(2) OVPsim from OVPworld. It is free for research purpose.

Upvotes: 0

Related Questions