1 / 7

Enhancements and Fixes for Memory Errors in Testing Stage

This week, the team of Kevin, Mike, Dave, and Alex successfully tested forwarding units, resolved memory errors, converted test files for design implementation, and utilized WinDLX for testing procedures. They also improved sign extender placement and enhanced testing for quicksort implementation.

Télécharger la présentation

Enhancements and Fixes for Memory Errors in Testing Stage

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. Week 9 Team 2 Kevin Mike Dave Alex

  2. TESTING! • Tested forwarding Unit • MEM stage problems • Fixed memory errors • Converted test files, ready to be put in design • Continued to use WinDLX to test • Fixed sign extender placement • Needed it in an earlier stage

  3. Testing forwarding _Main: Addi R1, R0, #16 Addi R2, R0, #20 Sub R3, R2, R1 Add R4, R3, R2 .endproc _main

  4. Forwarding

  5. Initialize values and then jump and link to part (tests jump and link) _main: Addi R1, R0, 0x1000 Addi R29, R0, 0x1000 JAL _jumploc Nop _jumploc:

  6. Jump - Trace

  7. Next steps Finish and celebrate… Individual testing Try to get quicksort to finish completely Get other two test files to work

More Related