source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Context_State/Makefile.deps @ 111

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

1) Decod_queue : multi implementation (one_fifo, multi_fifo)
2) Issue_queue : multi implementation (in_order, out_of_order)
3) Direction : Add Meta predictor
4) Context_State : re add Branch_complete, More priority to Load miss (is not speculative)
5) Return_Address_Stack : update reg_PREDICT pointer on decod miss prediction
6) UPT : Fix bug in multi event
7) Prediction_glue : in read_stack case, insert in UPT pc_next
8) Rename select : when rob have an event (need flush), read_r{a,b,c} and write_r{d,e} is set at 0

  • Property svn:keywords set to Id
File size: 906 bytes
Line 
1#
2# $Id: Makefile.deps 111 2009-02-27 18:37:40Z rosiere $
3#
4# [ Description ]
5#
6# Makefile
7#
8# DIR_MORPHEO must be defined
9
10Context_State                   = yes
11
12ifndef Behavioural
13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
14endif
15
16#-----[ Directory ]----------------------------------------
17
18Context_State_DIR               =       $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Context_State
19
20#-----[ Library ]------------------------------------------
21
22Context_State_LIBRARY           =       -lContext_State \
23                                        $(Behavioural_LIBRARY) 
24
25Context_State_DIR_LIBRARY       =       -L$(Context_State_DIR)/lib      \
26                                        $(Behavioural_DIR_LIBRARY)
27
28#-----[ Rules ]--------------------------------------------
29
30Context_State_library           :
31                                @\
32                                $(MAKE) Behavioural_library;            \
33                                $(MAKE) --directory=$(Context_State_DIR) --makefile=Makefile;
34
35Context_State_library_clean     :
36                                @\
37                                $(MAKE) Behavioural_library_clean;      \
38                                $(MAKE) --directory=$(Context_State_DIR) --makefile=Makefile clean;
Note: See TracBrowser for help on using the repository browser.