Ignore:
Timestamp:
Jul 5, 2007, 5:50:19 PM (17 years ago)
Author:
rosiere
Message:

Modification des classes d'encapsulation des interfaces :

  • gère les signaux à écrire dans le vhdl
  • les traces pour le testbench
  • la génération des vhdl structurelles

-> test sur la Pattern History Table

File:
1 edited

Legend:

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

    r40 r42  
    6969                                @$(ECHO) "VHDL's Simulation  : $*"
    7070                                @$(MODELTECH_VSIM) "$(DIR_WORK).`$(BASENAME) $* |$(UPPERtoLOWER)`" &> $@
    71                                 declare -i count=`$(GREP) -ch "Test KO" $@`;            \
    72                                 if $(TEST) $$count -eq 0;                               \
     71                                declare -i count=`$(GREP) -ch "Test OK" $@`;            \
     72                                if $(TEST) $$count -ne 0;                               \
    7373                                then echo "                     $* ... OK";             \
    7474                                else echo "                     $* ... KO"; exit 1;     \
Note: See TracChangeset for help on using the changeset viewer.