Ignore:
Timestamp:
May 9, 2008, 8:00:21 PM (16 years ago)
Author:
rosiere
Message:

Add component : Context_State (manage miss prediction, exception , decod_enable, synchronisation instruction ...)

File:
1 edited

Legend:

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

    r82 r83  
    5050                                done;                                                   \
    5151                                if $(TEST) $$all_ok -eq 1;                              \
    52                                 then echo "-------------------| Test OK"; exit 0;       \
    53                                 else echo "-------------------| Test KO"; exit 1;       \
     52                                then $(ECHO) "-------------------| Test OK"; exit 0;    \
     53                                else $(ECHO) "-------------------| Test KO"; exit 1;    \
    5454                                fi;
    5555
Note: See TracChangeset for help on using the changeset viewer.