This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
refs.bib
207 lines (180 loc) · 7.17 KB
/
refs.bib
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
@misc{vexriscv:2018:Online,
title = {VexRiscv: A FPGA friendly 32 bit RISC-V CPU implementation},
author = {Papon, Charles and et al.},
year = {2018 r. (dostęp 28 marca, 2022 r.)},
howpublished = "\url{https://github.com/SpinalHDL/VexRiscv}"
}
@techreport{Waterman:EECS-2014-54,
Author = {Waterman, Andrew and Lee, Yunsup and Patterson, David A. and Asanović, Krste},
Title = {The RISC-V Instruction Set Manual, Volume I: User-Level ISA, Version 2.0},
Institution = {EECS Department, University of California, Berkeley},
Year = {2014 r.},
Month = {May},
URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/2014/EECS-2014-54.html},
Number = {UCB/EECS-2014-54}
}
@misc{amba-axi:2021:Online,
title = {AMBA AXI and ACE Protocol Specification},
author = {Arm Limited},
year = {2021 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://developer.arm.com/documentation/ihi0022/latest/}"
}
@misc{avalon:2005:Online,
title = {Avalon Memory-Mapped Interface Specification},
author = {Altera Corporation},
year = {2005 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{http://www.cs.columbia.edu/~sedwards/classes/2008/4840/mnl_avalon_spec.pdf}"
}
@misc{wishbone:2019:Online,
title = {WISHBONE System-on-Chip (SoC) Interconnection Architecture for Portable IP Cores},
author = {Free and Open Silicon Foundation},
year = {2019 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://wishbone-interconnect.readthedocs.io/}"
}
@software{https://doi.org/10.48550/arxiv.2005.02506,
doi = {10.48550/ARXIV.2005.02506},
url = {https://arxiv.org/abs/2005.02506},
author = {Kermarrec, Florent and Bourdeauducq, Sébastien and Lann, Jean-Christophe Le and Badier, Hannah},
keywords = {Hardware Architecture (cs.AR), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {LiteX: an open-source SoC builder and library based on Migen Python DSL},
publisher = {arXiv},
year = {2020 r.},
copyright = {Creative Commons Attribution Non Commercial Share Alike 4.0 International}
}
@software{cocotb:2022:Online,
title = {cocotb: a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python},
year = {2022 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://github.com/cocotb/cocotb}"
}
@software{cocotbext-wishbone:2022:Online,
title = {cocotbext-wishbone},
year = {2022 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://github.com/wallento/cocotbext-wishbone}"
}
@software{migen:2016:Online,
title = {Migen},
author = {Bourdeauducq, Sébastien},
year = {2016 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{http://https://github.com/m-labs/migen}"
}
@software{verilator:2016:Online,
title = {Verilator - Verilog HDL simulator},
author = {Snyder, Wilson},
year = {21 września, 2016 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://www.veripool.org/verilator/}"
}
@book{10.5555/1593511,
author = {Van Rossum, Guido and Drake, Fred L.},
title = {Python 3 Reference Manual},
year = {2009},
isbn = {1441412697},
publisher = {CreateSpace},
address = {Scotts Valley, CA}
}
@article{Ariza_2021,
doi = {10.1002/cae.22439},
url = {https://doi.org/10.1002%2Fcae.22439},
year = {czerwiec, 2021 r. (dostęp 12 września, 2022 r.)},
publisher = {Wiley},
author = {Jonathan {\'{A}}. Ariza and Heyson Baez},
title = {Understanding the role of single-board computers in engineering and computer science education: A systematic literature review},
journal = {Computer Applications in Engineering Education}
}
@software{pytest6.2,
title = {pytest 6.2},
author = {Krekel, Holger and Oliveira, Bruno and Pfannschmidt, Ronny and Bruynooghe, Floris and Laugher, Brianna and Bruhin, Florian},
year = {2004},
howpublished = "\url{https://github.com/pytest-dev/pytest}"
}
@software{cocotb-test,
title = {cocotb-test},
author = {Hemperek, Tomasz},
year = {2019},
howpublished = "\url{https://github.com/themperek/cocotb-test}",
}
@misc{digilent-arty-a7,
title = {Arty A7 Reference Manual},
author = {Digilent Inc.},
year = {2018 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://digilent.com/reference/programmable-logic/arty-a7/reference-manual}"
}
@software{vivado2019.1,
title = {Vivado Design Suite User Guide: High-Level Synthesis},
author = {Xilinx Inc.},
year = {2019 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://docs.xilinx.com/v/u/2019.1-English/ug902-vivado-high-level-synthesis}",
}
@software{f4pga,
title = {FOSS Flows For FPGA},
author = {CHIPS Alliance},
year = {2019 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://github.com/chipsalliance/f4pga}",
}
@software{debian11,
title = {Debian 11 (bullseye) Release Notes},
author = {Debian Project contributors},
year = {14 sierpnia, 2021 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://www.debian.org/releases/bullseye/releasenotes}",
}
@article{ibmpc1981,
year = {13 sierpnia, 1981 r. (dostęp 12 września, 2022 r.)},
publisher = {New York Times},
author = {Andrew Pollack},
title = {Big I.B.M.'s little computer},
howpublished = "\url{https://www.nytimes.com/1981/08/13/business/big-ibm-s-little-computer.html}",
}
@misc{rpi1bplus,
year = {(dostęp 12 września, 2022 r.)},
publisher = {Raspberry Pi Ltd.},
title = {Raspberry Pi 1 Model B+},
howpublished = "\url{https://www.raspberrypi.com/products/raspberry-pi-1-model-b-plus/}",
}
@misc{beagleboard,
year = {20 października, 2016 r. (dostęp 12 września, 2022 r.)},
publisher = {BeagleBoard.org Foundation},
title = {BeagleBoard},
howpublished = "\url{https://beagleboard.org/beagleboard}",
}
@misc{udoobolt,
year = {2020 r. (dostęp 12 września, 2022 r.)},
publisher = {SECO S.P.A.},
title = {Discover the UDOO Bolt},
howpublished = "\url{https://www.udoo.org/discover-the-udoo-bolt/}",
}
@misc{vortex86ex2,
year = {2019 r. (dostęp 12 września, 2022 r.)},
publisher = {DM\&P Electronics Inc.},
title = {Vortex86EX2 Overview},
howpublished = "\url{https://www.vortex86.com/products/Vortex86EX2}",
}
@misc{omap3530,
year = {2008 r. (dostęp 12 września, 2022 r.)},
publisher = {Texas Instruments},
title = {OMAP3530},
howpublished = "\url{https://www.ti.com/product/OMAP3530}",
}
@article{jh7110,
year = {29 września, 2022 r. (dostęp 12 września, 2022 r.)},
publisher = {CNXSoft},
author = {Aufranc, Jean-Luc},
title = {StarFive JH7110 RISC-V processor specifications released},
howpublished = "\url{https://www.cnx-software.com/2022/08/29/starfive-jh7110-risc-v-processor-specifications/}",
}
@software{picorv32,
title = {"YosysHQ/picorv32"},
author = {Wolf, Claire},
year = {2 marca, 2019 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://github.com/YosysHQ/picorv32}",
}
@software{ibex,
title = {"lowRISC/ibex"},
author = {lowRISC C.I.C. and ETH Zurich},
year = {2017 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://github.com/lowRISC/ibex}",
}
@software{openxuantie,
title = {OpenXuantie},
author = {T-Head Semiconductor},
year = {19 października, 2021 r. (dostęp 12 września, 2022 r.)},
howpublished = "\url{https://github.com/T-head-Semi}",
}