Quick Pointers for Mips-It Simulators

How to Start

MipsIt Studio 2000

When you execute Mips.exe, it will give a warning port not found, ignore that warning. Then Open a new project, It gives you the option of c, asm or mixed. Choose assemble type project. Then you can start writing code in a new file. While writing assemble following points may be worth to note down

Pipeline Simulator

Processor Scripts

As mentioned in documentation provided with software, processor pipeline is designed in a Java like language ( it is said so probably because of object oriented nature of the language). For modifying the design, you may need to understand the existing design. Existing design is quite similar to processor model taught in the class, understanding connection will not be so difficult. To help in designing following may be helpful