Ignore:
Timestamp:
Dec 6, 2007, 11:03:00 AM (17 years ago)
Author:
rosiere
Message:
  • un pas de plus vers la compatibilite avec systemC
  • modification de l'interface de read_queue : context_id devient context_id, front_end_id et ooo_engine_id
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.mkf

    r62 r66  
    33#
    44
    5 all: _Generic/RegisterFile/RegisterFile_Monolithic/SelfTest _Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest _Generic/Select/Select_Priority_Fixed/SelfTest _Generic/RegisterFile/RegisterFile_Monolithic/SelfTest _Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/SelfTest
     5all: _Generic/RegisterFile/RegisterFile_Monolithic/SelfTest _Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest _Generic/Select/Select_Priority_Fixed/SelfTest _Generic/RegisterFile/RegisterFile_Monolithic/SelfTest _Core/Multi_Execute_loop/Execute_loop/Register_unit/SelfTest _Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/SelfTest
    66
    77_Generic/RegisterFile/RegisterFile_Monolithic/SelfTest:
     
    1414        make all -C Generic/Select/Select_Priority_Fixed/SelfTest
    1515
     16_Core/Multi_Execute_loop/Execute_loop/Register_unit/SelfTest:
     17        make all -C Core/Multi_Execute_loop/Execute_loop/Register_unit/SelfTest
     18
    1619_Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/SelfTest:
    1720        make all -C Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/SelfTest
     
    2124        make clean -C Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest
    2225        make clean -C Generic/Select/Select_Priority_Fixed/SelfTest
     26        make clean -C Core/Multi_Execute_loop/Execute_loop/Register_unit/SelfTest
    2327        make clean -C Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/SelfTest
    2428
     
    2933        make install -C Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest
    3034        make install -C Generic/Select/Select_Priority_Fixed/SelfTest
     35        make install -C Core/Multi_Execute_loop/Execute_loop/Register_unit/SelfTest
    3136        make install -C Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/SelfTest
    3237
Note: See TracChangeset for help on using the changeset viewer.