- Timestamp:
- Jul 5, 2007, 5:50:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Synthesis
r40 r42 69 69 @$(ECHO) "VHDL's Simulation : $*" 70 70 @$(MODELTECH_VSIM) "$(DIR_WORK).`$(BASENAME) $* |$(UPPERtoLOWER)`" &> $@ 71 declare -i count=`$(GREP) -ch "Test KO" $@`; \72 if $(TEST) $$count - eq0; \71 declare -i count=`$(GREP) -ch "Test OK" $@`; \ 72 if $(TEST) $$count -ne 0; \ 73 73 then echo " $* ... OK"; \ 74 74 else echo " $* ... KO"; exit 1; \
Note: See TracChangeset
for help on using the changeset viewer.