Changeset 110 for trunk/Softwares


Ignore:
Timestamp:
Feb 19, 2009, 5:31:47 PM (15 years ago)
Author:
rosiere
Message:

1) OOO_egine : add stat to depiste low perf source
2) Commit : add stat
3) LSU_Pointer : retire - always ack (else combinatory loop). insert - max nb_inst_memory
4) TopLevel? : add debug_idle_time to stop combinatory loop.
5) Issue_queue : add reexecute_queue, new implementation (routage after issue_queue)
6) Decod / Predictor : add "can_continue"

File:
1 edited

Legend:

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

    r101 r110  
    3737_start:
    3838
    39         l.movhi r2,     hi(0x00000002) /* count max */
    40         l.ori   r2, r2, lo(0x00000002)
     39        l.movhi r2,     hi(0x00000010) /* count max */
     40        l.ori   r2, r2, lo(0x00000010)
    4141       
    4242        /**********/
Note: See TracChangeset for help on using the changeset viewer.