source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor/Two_Level_Branch_Predictor/SelfTest/Makefile @ 110

Last change on this file since 110 was 110, checked in by rosiere, 15 years ago

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"

  • Property svn:keywords set to Id
File size: 812 bytes
Line 
1#
2# $Id: Makefile 110 2009-02-19 16:31:47Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8
9#-----[ Directory ]----------------------------------------
10DIR_COMPONENT                   = ../
11include                         $(DIR_COMPONENT)/Makefile.defs
12
13LIBRARY                         = $(Two_Level_Branch_Predictor_LIBRARY)
14
15DIR_LIBRARY                     = $(Two_Level_Branch_Predictor_DIR_LIBRARY)
16
17#-----[ include ]------------------------------------------
18
19all                             :
20                                @$(MAKE) all_selftest
21
22library                         : Two_Level_Branch_Predictor_library
23
24library_clean                   : Two_Level_Branch_Predictor_library_clean
25
26local_clean                     :
27
28include                         $(DIR_COMPONENT)/Makefile.deps
29include                         $(DIR_MORPHEO)/Behavioural/Makefile.flags
30include                         $(DIR_MORPHEO)/Behavioural/Makefile.Common
31include                         $(DIR_MORPHEO)/Behavioural/Makefile.Selftest
32include                         $(DIR_MORPHEO)/Behavioural/Makefile.Synthesis
Note: See TracBrowser for help on using the repository browser.