source: trunk/Makefile.tools_path @ 109

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

1) Configuration : instance configuration file : regroup similar instance
2) Configuration : timing default = 0
3) Debug/Commit_unit : Add watch dog timer
4) Issue_queue : Test parameters : add test if type is optionnal
5) Cor_glue : Fix insert index
6) Free_list : remove bank_by_pop (else deadlock)
7) Update Free List : add register to source event

  • Property svn:keywords set to Id
File size: 1.3 KB
Line 
1#
2# $Id: Makefile.tools_path 109 2009-02-16 20:28:31Z 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 ]---------------------------------------------
26ENV                                     = export PATH=$${PATH}:/bin:/usr/bin
27SYSTEMC_systemc                         = /users/outil/systemc/systemc-2.1.v1
28SYSTEMC_systemcass                      = /users/outil/systemc/systemcass/systemcass/latest/i686-Linux.SLA4x
29SYSTEMC_systemcass_deps                 = $(SYSTEMC_systemcass)
30XILINX                                  = /users/chaos/Xilinx92i
31MODELTECH                               = /users/outil/m1archi/M2/modeltech
32MODELTECH_LICENCE                       = /users/soft/mentor/mgls_v8-5_0-5-0.ss5/etc/cust/mgc/license.anacad.2008
33OR1K                                    = /users/cao/kane/Softwares/or32-elf
34NEWLIB                                  =
35QT                                      = /dsk/l1/misc/kane/qt-x11-opensource-4.2.3
36
Note: See TracBrowser for help on using the repository browser.