X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/86bcba6a4f4ed00d398a16bcce8dd4eb9abf0712..e687cadb7cace489b9920e045cd19ceb2ae8b01d:/dhwk/Makefile diff --git a/dhwk/Makefile b/dhwk/Makefile index d64b672..4c431de 100644 --- a/dhwk/Makefile +++ b/dhwk/Makefile @@ -1,5 +1,5 @@ PROJECT := dhwk -CLEANFILES := dhwk_fifo_* +CLEANFILES := dhwk_fifo* fifo_generator_* param.opt dhwk_all: ip all @@ -13,6 +13,12 @@ ila.edn: ila.arg dhwk_fifo.ngc: fifo.xco coregen -b $< - -rmdir -p tmp + -rmdir -p tmp/_cg + +test: + dd if=/dev/urandom of=/tmp/in bs=1024 count=1024 + dd if=/dev/dhwk of=/tmp/out bs=1024 count=1024& + dd if=/tmp/in of=/dev/dhwk bs=1024 count=1024 + md5sum /tmp/in /tmp/out include ../common/Makefile.common