Coder Social home page Coder Social logo

Comments (9)

pavelkryukov avatar pavelkryukov commented on May 26, 2024

@ivan23kor

That is a very simple task although important one. You have to replace all memory instructions to non-memory instructions in copy of mem_trans.s (would be code_trans.s).
MIPS instructions https://github.com/MIPT-ILab/mipt-mips/wiki/MIPS-Instruction-Set. However, our simulator does not support all of them, here is the list of all supported instructions: https://github.com/MIPT-ILab/mipt-mips/blob/master/func_sim/func_instr/func_instr.cpp

from mipt-mips.

pavelkryukov avatar pavelkryukov commented on May 26, 2024

@ivan23kor Please share your progress on this.

from mipt-mips.

ivan23kor avatar ivan23kor commented on May 26, 2024

from mipt-mips.

gkorepanov avatar gkorepanov commented on May 26, 2024

I'm sorry for a couple of silly questions:

  1. I'm wondering what are the DCU and ICU?
  2. find haven't gave me any file named mem_trans.s in our repo. Am I missing something?

from mipt-mips.

igorsmir-ilab avatar igorsmir-ilab commented on May 26, 2024

Hello,

  1. DCU stands for "Data Cache Unit", while ICU means "Instruction Cache Unit". They are also called L1D and L1I, where L1 means "level 1" cache. You may find processor terminology e.g. in section 1.2 of Intel cheatsheet.
  2. I believe @pavelkryukov meant our memory test, which is currently located under tests/samples and called memtrace_based.s, not mem_trans.s.

from mipt-mips.

pavelkryukov avatar pavelkryukov commented on May 26, 2024

Yep, sure I meant memtrace_based.s

from mipt-mips.

gkorepanov avatar gkorepanov commented on May 26, 2024

I'm really grateful for your explanations and references. I believe it will help me to proceed.

from mipt-mips.

pavelkryukov avatar pavelkryukov commented on May 26, 2024

@gkorepanov Any progress?

from mipt-mips.

pavelkryukov avatar pavelkryukov commented on May 26, 2024

Kamino closed and cloned this issue to MIPT-ILab/mips-traces

from mipt-mips.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.