Ignore:
Timestamp:
Feb 5, 2008, 5:21:20 PM (16 years ago)
Author:
rosiere
Message:
  • Add two component :
    • network between read unit and execute unit
    • network between execute unit and write unit
  • remove parameters "nb_operation" and "nb_type"
  • in write_queue add the special case : load_speculative
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component.sh

    r76 r77  
    3333function test_usage ()
    3434{
    35     if test ! -d $SOURCE_DIR; then
    36         echo "Source directory \"$SOURCE_DIR\" invalid";
    37         usage;
    38     fi;
    39 
    4035    if test   -d $TMP_DIR; then
    4136        echo "Temporary directory \"$TMP_DIR\" exist already";
     
    6863    fi;
    6964
     65    if test ! -d $SOURCE_DIR; then
     66        echo "Source directory \"$SOURCE_DIR\" invalid";
     67        usage;
     68    fi;
     69
    7070#    if test -d $1/$2; then
    7171#       echo "Component in Directory \"$1/$2\" already exist";
Note: See TracChangeset for help on using the changeset viewer.