- Timestamp:
- Dec 12, 2007, 5:02:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.mkf
r67 r69 3 3 # 4 4 5 all: _ Generic/Queue/SelfTest _Generic/RegisterFile/RegisterFile_Monolithic/SelfTest _Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest _Generic/Select/Select_Priority_Fixed/SelfTest _Core/Multi_Execute_loop/Execute_loop/Register_unit/SelfTest _Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/SelfTest5 all: _Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station/SelfTest 6 6 7 _Generic/Queue/SelfTest: 8 make all -C Generic/Queue/SelfTest 9 10 _Generic/RegisterFile/RegisterFile_Monolithic/SelfTest: 11 make all -C Generic/RegisterFile/RegisterFile_Monolithic/SelfTest 12 13 _Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest: 14 make all -C Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest 15 16 _Generic/Select/Select_Priority_Fixed/SelfTest: 17 make all -C Generic/Select/Select_Priority_Fixed/SelfTest 18 19 _Core/Multi_Execute_loop/Execute_loop/Register_unit/SelfTest: 20 make all -C Core/Multi_Execute_loop/Execute_loop/Register_unit/SelfTest 21 22 _Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/SelfTest: 23 make all -C Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/SelfTest 7 _Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station/SelfTest: 8 make all -C Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station/SelfTest 24 9 25 10 clean: 26 make clean -C Generic/Queue/SelfTest 27 make clean -C Generic/RegisterFile/RegisterFile_Monolithic/SelfTest 28 make clean -C Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest 29 make clean -C Generic/Select/Select_Priority_Fixed/SelfTest 30 make clean -C Core/Multi_Execute_loop/Execute_loop/Register_unit/SelfTest 31 make clean -C Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/SelfTest 11 make clean -C Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station/SelfTest 32 12 33 13 re: clean all 34 14 35 15 install: 36 make install -C Generic/Queue/SelfTest 37 make install -C Generic/RegisterFile/RegisterFile_Monolithic/SelfTest 38 make install -C Generic/RegisterFile/RegisterFile_Multi_Banked/SelfTest 39 make install -C Generic/Select/Select_Priority_Fixed/SelfTest 40 make install -C Core/Multi_Execute_loop/Execute_loop/Register_unit/SelfTest 41 make install -C Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/SelfTest 16 make install -C Core/Multi_Execute_loop/Execute_loop/Multi_Read_unit/Read_unit/Reservation_station/SelfTest 42 17
Note: See TracChangeset
for help on using the changeset viewer.