Last change
on this file since 111 was
111,
checked in by rosiere, 16 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:
1.3 KB
|
Line | |
---|
1 | # |
---|
2 | # $Id: Makefile.tools_path 111 2009-02-27 18:37:40Z rosiere $ |
---|
3 | # |
---|
4 | # [ Description ] |
---|
5 | # |
---|
6 | # Makefile path's tools |
---|
7 | # |
---|
8 | |
---|
9 | #---------------------------------------------------------- |
---|
10 | # HOME |
---|
11 | #-----[ path ]--------------------------------------------- |
---|
12 | #ENV = export PATH=$$PATH:/bin:/usr/bin |
---|
13 | #SYSTEMC_systemc = /home/data/Tools/systemc-2.2.0 |
---|
14 | #SYSTEMC_systemcass = /home/data/Tools/systemcass |
---|
15 | #SYSTEMC_systemcass_deps = $(SYSTEMC_systemcass) |
---|
16 | #XILINX = /home/data/Tools/Xilinx91i |
---|
17 | #MODELTECH = /home/data/Tools/modelsim/modeltech-6.2b |
---|
18 | #MODELTECH_LICENCE = /home/data/Tools/modelsim/license/license_modelsim-SE-6.2b |
---|
19 | #OR1K = /home/data/Tools/or32-elf |
---|
20 | #NEWLIB = |
---|
21 | #QT = |
---|
22 | |
---|
23 | #---------------------------------------------------------- |
---|
24 | # LABS |
---|
25 | #-----[ path ]--------------------------------------------- |
---|
26 | ENV = export PATH=$${PATH}:/bin:/usr/bin |
---|
27 | SYSTEMC_systemc = /users/outil/systemc/systemc-2.1.v1 |
---|
28 | SYSTEMC_systemcass = /users/outil/systemc/systemcass/systemcass/latest/i686-Linux.SLA4x |
---|
29 | SYSTEMC_systemcass_deps = $(SYSTEMC_systemcass) |
---|
30 | XILINX = /users/chaos/Xilinx92i |
---|
31 | MODELTECH = /users/outil/m1archi/M2/modeltech |
---|
32 | MODELTECH_LICENCE = /users/soft/mentor/mgls_v8-5_0-5-0.ss5/etc/cust/mgc/license.anacad.2008 |
---|
33 | OR1K = /users/cao/kane/Softwares/or32-elf |
---|
34 | NEWLIB = /users/cao/kane/Softwares/newlib/or32-elf |
---|
35 | QT = /dsk/l1/misc/kane/qt-x11-opensource-4.2.3 |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.