Ignore:
Timestamp:
Mar 27, 2008, 11:04:49 AM (16 years ago)
Author:
rosiere
Message:

Add :

  • Execute_loop (must be test systemC)
  • Prediction
    • Direction : predifined scheme
    • Branch Target Buffer
  • iFetch_unit
    • ifetch_queue
    • pc management
  • Decod_unit
    • coming soon : support for custom operation
  • Rename_unit
    • RAT
    • Free_list
    • Dependence RAW check
    • Load store unit pointer
  • New Environnement (hierarchy_memory will remove in a next version)


Modif :

  • Manage Custom Operation
  • All component in execute_loop to use the new statistics management

Not Finish :

  • Return Address Stack
  • Environnement
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Selftest

    r71 r78  
    7272                                        PERIOD[0]=1;                                                                                    \
    7373                                                                                                                                        \
    74                                         while $(READ) line; do                                                                          \
     74                                        while read line; do                                                                             \
    7575                                                LINE=($$line);                                                                          \
    7676                                                                                                                                        \
     
    117117                                export SYSTEMC=$(SYSTEMC_$(SIMULATOR)) ; ./$(DIR_BIN)/$(EXEC).x $(EXEC_PARAMS) $* `$(CAT) $<` &> $@
    118118                                declare -i count=`$(GREP) -ch "Test OK" $@`;            \
     119                                declare    timing=`$(GREP) -h "Timing"  $@`;            \
    119120                                if $(TEST) $$count -ne 0;                               \
    120                                 then echo "                     $* ... OK";             \
    121                                 else echo "                     $* ... KO"; exit 1;     \
     121                                then echo -e "                     $* ... OK\t$$timing";\
     122                                else echo    "                     $* ... KO"; exit 1;     \
    122123                                fi;
    123124
Note: See TracChangeset for help on using the changeset viewer.