-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreference.bib
More file actions
74 lines (60 loc) · 1.95 KB
/
reference.bib
File metadata and controls
74 lines (60 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
@misc{xlnxkernel,
title = { Xilinx Linux Kernel Repository},
howpublished = {\url{https://github.com/Xilinx/linux-xlnx}},
note = {Accessed: 2018-07-04}
}
@misc{xlnxdevicetree,
title = {Xilinx Device Tree Repository},
howpublished = {\url{https://github.com/Xilinx/device-tree-xlnx}},
note = {Accessed: 2018-07-04}
}
@misc{linaro,
title = {Linaro},
howpublished = {\url{https://www.linaro.org/developers/}},
note = {Accessed: 2018-07-04}
}
@misc{concise,
title = {Embedded Linux on Zedboard Repository},
howpublished = {\url{https://github.com/concise/zedboard-hwswcodesign-example}},
note = {Accessed: 2018-07-04}
}
@misc{howtoUIO,
title = {The Userspace I/O HOWTO},
howpublished = {\url{https://www.kernel.org/doc/html/v4.11/driver-api/uio-howto.html}},
note = {Accessed: 2018-07-04}
}
@misc{mainwork,
title = {Linux UIO for AXI DMA},
howpublished = {\url{https://github.com/yllibliu/dma}},
note = {Accessed: 2018-07-04}
}
@misc{axiref,
title = {Xilinx AXI Reference Guide},
howpublished = {\url{https://www.xilinx.com/support/documentation/ip_documentation/axi_ref_guide/latest/ug1037-vivado-axi-reference-guide.pdf}},
note = {Accessed: 2018-07-04}
}
@misc{linarofs,
title = {Linaro File System},
howpublished = {\url{https://releases.linaro.org/ubuntu/images/developer/15.12/linaro-vivid-developer-20151215-714.tar.gz}},
note = {Accessed: 2018-07-04}
}
@misc{intterrupttypes,
title = {Interrupt Wiki},
howpublished = {\url{https://en.wikipedia.org/wiki/Interrupt}},
note = {Accessed: 2018-07-04}
}
@misc{opencores,
title = {OpenCores},
howpublished = {\url{https://opencores.org/}},
note = {Accessed: 2018-07-04}
}
@misc{tinyaes,
title = {AES project on OpenCores},
howpublished = {\url{https://opencores.org/project/tiny_aes}},
note = {Accessed: 2018-07-04}
}
@misc{ezdma,
title = {EZDMA project on Github},
howpublished = {\url{https://github.com/jeremytrimble/ezdma}},
note = {Accessed: 2018-07-04}
}