]> 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 875f05af0c6cb860fc3f6035e730692cf3790016..4c431de71e2c09320c71bc4d85896f615e39d02b 100644 (file)
@@ -1,9 +1,9 @@
 PROJECT := dhwk
-CLEANFILES := fifo_generator_*
+CLEANFILES := dhwk_fifo* fifo_generator_* param.opt
 
 dhwk_all: ip all
 
-ip: icon.edn ila.edn fifo_generator_v3_2.ngc
+ip: icon.edn ila.edn dhwk_fifo.ngc
 
 icon.edn: icon.arg
        $(CHIPSCOPE)/bin/lin/generate.sh icon -f=$<
@@ -11,7 +11,14 @@ icon.edn: icon.arg
 ila.edn: ila.arg
        $(CHIPSCOPE)/bin/lin/generate.sh ila -f=$<
 
-fifo_generator_v3_2.ngc: fifo.xco
+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