]> git.zerfleddert.de Git - raggedstone/blame_incremental - dhwk/Makefile
rename ports
[raggedstone] / dhwk / Makefile
... / ...
CommitLineData
1PROJECT := dhwk
2CLEANFILES := dhwk_fifo* fifo_generator_* param.opt
3
4dhwk_all: ip all
5
6ip: icon.edn ila.edn dhwk_fifo.ngc
7
8icon.edn: icon.arg
9 $(CHIPSCOPE)/bin/lin/generate.sh icon -f=$<
10
11ila.edn: ila.arg
12 $(CHIPSCOPE)/bin/lin/generate.sh ila -f=$<
13
14dhwk_fifo.ngc: fifo.xco
15 coregen -b $<
16 -rmdir -p tmp/_cg
17
18test:
19 grep -q dhwk /proc/modules || (cd driver; ./build; sudo insmod dhwk.ko)
20 dd if=/dev/urandom of=/tmp/in bs=1024 count=1024
21 dd if=/dev/dhwk of=/tmp/out bs=1024 count=1024&
22 dd if=/tmp/in of=/dev/dhwk bs=1024 count=1024
23 sleep 1
24 md5sum /tmp/in /tmp/out
25
26include ../common/Makefile.common
Impressum, Datenschutz