Changeset 84 for trunk/Makefile.tools


Ignore:
Timestamp:
May 13, 2008, 8:04:50 PM (16 years ago)
Author:
rosiere
Message:

Change Address_manager :

  • before : pc_previous, pc_current, pc_next
  • now : pc_current, pc_next, pc_next_next.

pc_next is send at the prediction_unit, it return the instruction_enable and pc_next_next

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.tools

    r82 r84  
    4949GNUPLOT                                 = gnuplot
    5050# Commands to view the document
    51 VIEWDVI                                 = xdvi
    52 VIEWPS                                  = gv 
    53 VIEWPDF                                 = xpdf
    54 VIEWPDF_FS                              = $(VIEWPDF) -fullscreen
     51VIEWDVI                                 = evince
     52VIEWPS                                  = evince
     53VIEWPDF                                 = evince
     54VIEWPDF_FS                              = $(VIEWPDF) -s
    5555
    5656#----------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.