]> git.zerfleddert.de Git - raggedstone/blame - dhwk/Makefile
hack to let the ethernet project build again. timing is broken now...
[raggedstone] / dhwk / Makefile
CommitLineData
62946980 1PROJECT := dhwk
f5e6af20 2CLEANFILES := dhwk_fifo* fifo_generator_* param.opt icon.* icon_flist.txt icon_readme.txt icon_xmdf.tcl ila.* ila_flist.txt ila_readme.txt ila_xmdf.tcl vio.* vio_flist.txt vio_readme.txt vio_xmdf.tcl
377c0242 3
12bc1626 4dhwk_all: ip all
5
40a64bf1 6ip: icon.ngc ila.ngc vio.ngc dhwk_fifo.ngc
12bc1626 7
f5e6af20 8icon.ngc: icon_core.xco
40a64bf1
MG
9 coregen -b $<
10 -rmdir -p tmp/_cg
12bc1626 11
f5e6af20 12ila.ngc: ila_core.xco
40a64bf1
MG
13 coregen -b $<
14 -rmdir -p tmp/_cg
12bc1626 15
f5e6af20 16vio.ngc: vio_core.xco
40a64bf1
MG
17 coregen -b $<
18 -rmdir -p tmp/_cg
cf1ee28a 19
078adaa6 20dhwk_fifo.ngc: fifo.xco
12bc1626 21 coregen -b $<
48eafd87 22 -rmdir -p tmp/_cg
12bc1626 23
71031cf5 24test:
c1756d1c 25 grep -q dhwk /proc/modules || (cd driver; ./build; sudo insmod dhwk.ko; sudo mknod -m 666 /dev/dhwk c 42 0)
71031cf5 26 dd if=/dev/urandom of=/tmp/in bs=1024 count=1024
da252321 27 (dd if=/dev/dhwk of=/tmp/out bs=1024 count=1024; md5sum /tmp/in /tmp/out)&
71031cf5 28 dd if=/tmp/in of=/dev/dhwk bs=1024 count=1024
71031cf5 29
377c0242 30include ../common/Makefile.common
Impressum, Datenschutz