]> git.zerfleddert.de Git - raggedstone/blobdiff - dhwk/Makefile
perl -p -i -e "s/PCI_CLOCK'event and PCI_CLOCK = '1'/rising_edge(PCI_CLOCK)/" *.vhd
[raggedstone] / dhwk / Makefile
index 5f836c9275c90d03a779651fd1c45a31a65cee6c..4c431de71e2c09320c71bc4d85896f615e39d02b 100644 (file)
@@ -1,5 +1,5 @@
 PROJECT := dhwk
-CLEANFILES := dhwk_fifo_*
+CLEANFILES := dhwk_fifo* fifo_generator_* param.opt
 
 dhwk_all: ip all
 
@@ -15,4 +15,10 @@ dhwk_fifo.ngc: fifo.xco
        coregen -b $<
        -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
Impressum, Datenschutz