1 / 9

Thực hành ICT4 MIPSIT

Thực hành ICT4 MIPSIT. Department of Computer Engineering. Instroduce to MIPSIT. MIPSIT : a tool to edit , compile and simulate programs based on Mips instruction set . Literature : MIPS Lab Environment Reference Download Home Assigment (week1-week6), + MIPSIT tool at:

kasia
Download Presentation

Thực hành ICT4 MIPSIT

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Thực hành ICT4MIPSIT Department of Computer Engineering

  2. Instroduce to MIPSIT • MIPSIT: a tool to edit, compile and simulate programs based on Mips instruction set. • Literature: MIPS Lab Environment Reference • Download Home Assigment (week1-week6), + MIPSIT tool at: http://dce.hut.edu.vn/daotao.htm#VIETNHAT

  3. Installation • Extract MipsIt.rar to installed folder, “C:\MipsIt” for example. After this step, MipsIt folder will have following structure: • MipsIt\bin: include execution files, such as • MipsIt.exe: an editor and compiler program • Mips.exe: a simulator program • MipsPipeS.exe: a simple pipeline simulator program • MipsPipeXL.exe: a more complicated pipeline simulator program • … • MipsIt\include: include header files • MipsIt\lib: include library files • …

  4. IDE Basics

  5. IDE Basics • Files list • Editor • Compile, Build • Upload to Simulator

  6. The Simulator • MIPS.exe

  7. The Simulator • CPUView/modify the CPU registers.RAMView/modify memory, also referred to as the MemView. This unit has most functions of all, for a more detailed description see below.ConsoleStandard input/output for programs that use it.I/OSimulates the 8-bit I/O unit, with 8 switches and 8 LEDs.D-Cache/I-CacheViews of the data and instruction caches.InterruptSimulates the interrupt unit, with buttons K1, K2 and the timer.

  8. New project • Add files

  9. Chú ý:lỗi compile • Kiểm tra File/Option • Mục Compiler executable Trỏ đến $Root\MipsIT\bin\xgcc.exe (Không chứa dấu cách)

More Related