Ignore:
Timestamp:
Feb 16, 2010, 1:35:48 PM (14 years ago)
Author:
rosiere
Message:

Various modif (add test, and vhdl)

File:
1 edited

Legend:

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

    r116 r137  
    33#
    44
    5 all: _Generic/Queue/SelfTest _Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Functionnal_unit/SelfTest _Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest _Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Write_queue/SelfTest
     5all: _Generic/Queue/SelfTest _Generic/RegisterFile/RegisterFile_Monolithic/SelfTest _Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest
    66
    77_Generic/Queue/SelfTest:
    8         gmake all -C Generic/Queue/SelfTest
     8        make all -C Generic/Queue/SelfTest
    99
    10 _Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Functionnal_unit/SelfTest:
    11         gmake all -C Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Functionnal_unit/SelfTest
     10_Generic/RegisterFile/RegisterFile_Monolithic/SelfTest:
     11        make all -C Generic/RegisterFile/RegisterFile_Monolithic/SelfTest
    1212
    13 _Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest:
    14         gmake all -C Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest
    15 
    16 _Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Write_queue/SelfTest:
    17         gmake all -C Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Write_queue/SelfTest
     13_Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest:
     14        make all -C Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest
    1815
    1916clean:
    20         gmake clean -C Generic/Queue/SelfTest
    21         gmake clean -C Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Functionnal_unit/SelfTest
    22         gmake clean -C Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest
    23         gmake clean -C Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Write_queue/SelfTest
     17        make clean -C Generic/Queue/SelfTest
     18        make clean -C Generic/RegisterFile/RegisterFile_Monolithic/SelfTest
     19        make clean -C Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest
    2420
    2521re: clean all
    2622
    2723install:
    28         gmake install -C Generic/Queue/SelfTest
    29         gmake install -C Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Functionnal_unit/SelfTest
    30         gmake install -C Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/SelfTest
    31         gmake install -C Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Write_queue/SelfTest
     24        make install -C Generic/Queue/SelfTest
     25        make install -C Generic/RegisterFile/RegisterFile_Monolithic/SelfTest
     26        make install -C Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest
    3227
Note: See TracChangeset for help on using the changeset viewer.