OpenCores
URL https://opencores.org/ocsvn/socgen/socgen/trunk

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Makefile] - Diff between revs 82 and 83

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 82 Rev 83
Line 10... Line 10...
 
 
 
 
.PHONY build_soc:
.PHONY build_soc:
build_soc:
build_soc:
        (\
        (\
        rm -r work/*  ;\
        rm -f -r work/*  ;\
        find . | grep "~" | xargs rm $1 ;\
        find . | grep "~" | xargs rm -f  $1 ;\
        ${home}/tools/bin/soc_link   ;\
        ${home}/tools/bin/soc_link   ;\
         )
         )
 
 
 
 
.PHONY build_hw:
.PHONY build_hw:
Line 73... Line 73...
        echo " Code Coverage";\
        echo " Code Coverage";\
        echo " number of warnings";\
        echo " number of warnings";\
        find ./work/$$COMP  | grep _cov.log | xargs grep WARNING $1  ;\
        find ./work/$$COMP  | grep _cov.log | xargs grep WARNING $1  ;\
        echo " number of errors";\
        echo " number of errors";\
        find ./work/$$COMP  | grep _cov.log | xargs grep ERROR $1    ;\
        find ./work/$$COMP  | grep _cov.log | xargs grep ERROR $1    ;\
        done; \
        echo " Lint Coverage";\
 
        echo " number of errors";\
 
        find ./work/$$COMP  | grep lint.log | xargs grep Error $1  ;\
 
        done;
 
 
 
 
 
 
 
 
.PHONY check_fpgas:
.PHONY check_fpgas:
check_fpgas:
check_fpgas:
        (\
        (\

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.