Ignore:
Timestamp:
Feb 9, 2009, 11:55:26 PM (15 years ago)
Author:
rosiere
Message:

1) RAT : Fix bug when update and event in same cycle
2) Context State : Compute depth
3) Load Store Unit : In check logic, translate all access in little endian. More easy to check
4) UFPT : End Event

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/Test/Test_046/src/sys/crt0.s

    r102 r106  
    3939        l.ori   r1, r1, lo(_stack)
    4040
    41         l.movhi r2,     hi(0x00000010) /* iteration */
    42         l.ori   r2, r2, lo(0x00000010)
     41        l.movhi r2,     hi(0x0000002) /* iteration */
     42        l.ori   r2, r2, lo(0x0000002)
    4343
    4444        l.movhi r3,     hi(0xdeadbeef) /* data */
Note: See TracChangeset for help on using the changeset viewer.