Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Memory Starting Addresses in Project I #2

Open
mehmetakifkoz opened this issue Aug 30, 2023 · 0 comments
Open

Incorrect Memory Starting Addresses in Project I #2

mehmetakifkoz opened this issue Aug 30, 2023 · 0 comments

Comments

@mehmetakifkoz
Copy link
Owner

Problem:
In Project I, the data memory (DM) and instruction memory (IM) currently start from 0x00000000, which does not match the required memory layout of the MIPS architecture.

Action Needed:
To ensure proper alignment with the MIPS architecture, it's necessary to modify the starting addresses of both DM and IM.

Steps to Resolve:

  1. Adjust the data memory (DM) starting address to 0x10010000.
  2. Modify the instruction memory (IM) starting address to 0x00400000.

By implementing these changes, the project will accurately reflect the memory organization specified by the MIPS architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant