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/IPs/systemC/processor/Morpheo/Documentation/Source/Makefile

    r81 r84  
    291291#--------------------------------------------------------------------------------
    292292view                    : doc
    293                         @                                                                                       \
     293                        @\
    294294                        declare    SELECT_FILE;                                                                 \
    295295                        declare    SELECT_LANG;                                                                 \
     
    372372                        $(ECHO) "Format selected    : $$SELECT_FORMAT";                                         \
    373373                        $(ECHO) "";                                                                             \
    374                                                                                                                 \
    375                                                                                                                 \
    376374                                                                                                                \
    377375                        $$SELECT_VIEWER "$$SELECT_FILE-$$SELECT_LANG.$$SELECT_FORMAT" &                         \
Note: See TracChangeset for help on using the changeset viewer.