PROJECT := dhwk
-CLEANFILES := dhwk_fifo_*
+CLEANFILES := dhwk_fifo* fifo_generator_* param.opt
dhwk_all: ip all
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