70 likes | 156 Vues
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.
E N D
Week 9 Team 2 Kevin Mike Dave Alex
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
Testing forwarding _Main: Addi R1, R0, #16 Addi R2, R0, #20 Sub R3, R2, R1 Add R4, R3, R2 .endproc _main
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:
Next steps Finish and celebrate… Individual testing Try to get quicksort to finish completely Get other two test files to work