-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathmetadata.json
402 lines (402 loc) · 22 KB
/
metadata.json
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
{
"metadata": [
{
"title": "Introduction to SoC Design Education Kit",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "EdKit",
"format": ["ppt", "doc", "zip code files"],
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "Gain an introductory knowledge to the basics of SoC design and key skills required to implement a simple SoC on an FPGA, and write embedded programs targeted at the microprocessor to control the peripherals",
"language": ["Verilog", "C", "tcl"],
"source":"",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": ""
},
{
"title": "Introduction to Arm-based SoC Design, Module 1",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "ppt",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "This lecture provides an overview of the Development of the SoC Design Concept. ",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module01_IntroToArmBasedSoCDesign/Lecture01_IntroToArmBasedSoCDesign.pptx"
},
{
"title": "Cortex-M0 Part 1, Module 2",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "ppt",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "An overview of the cortex-m0 processor architecture.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module02_ArmCortexM0ProcessorArchitecturePart01/Lecture02_CortexM0Part1.pptx"
},
{
"title": "Cortex-M0 Part 2, Module 3",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "ppt",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "An overview of the cortex-m0 processor architecture.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module03_ArmCortexM0ProcessorArchitecturePart02/Lecture03_CortexM0Part2.pptxx"
},
{
"title": "AMBA 3 AHB Lite Bus Architecture, Module 4",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "ppt",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "Basic Principles of Buses, main Features of Arm AMBA Bus Families, AMBA 3 AHB-Lite Bus",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module04_AMBA3AHBLiteBusArchitecture/Lecture04_AMBA3AHBLiteBusArchitecture.pptx"
},
{
"title": "Cortex-M0 AHB Lite Implementation, Module 4, Lab 1",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lab",
"format": "doc",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "In this lab, we will begin designing a simple SoC platform that contains a Cortex-M0 microprocessor, an LED peripheral, and an on-chip memory.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module04_AMBA3AHBLiteBusArchitecture/Lab01_CortexM0AHBLiteImplementation/Lab01_CortexM0AHBLiteImplementation.docx"
},
{
"title": "AHB VGA Peripheral, Module 5",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "ppt",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "Principles of VGA Interfaces, design and Implementation of an AHB VGA Peripheral.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module05_AHBVGAPeripheral/Lecture05_AHBVGAPeripheral.pptx"
},
{
"title": "AHB VGA Peripheral, Module 5, Lab 2",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lab",
"format": "doc",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "In this lab, we will implement an AHB VGA peripheral and write simple program for the processor to display images onto a VGA monitor.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module05_AHBVGAPeripheral/Lab02_AHBVGAPeripheral/Lab02_AHBVGAPeripheral.docx"
},
{
"title": "AHB UART Peripheral, Module 6",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "ppt",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "Principles of Serial and Parallel Communication, the UART (Universal Asynchronous Receiver/Transmitter) Protocol, design and Implementation of an AHB UART Peripheral",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module06_AHBUARTPeripheral/Lecture06_AHBUARTPeripheral.pptx"
},
{
"title": "AHB UART Peripheral, Module 6, Lab 3",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lab",
"format": "doc",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "In this lab, we will implement an AHB UART peripheral and write simple program for the processor to communicate with a PC or laptop.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module06_AHBUARTPeripheral/Lab03_AHBUARTPeripheral/Lab03_AHBUARTPeripheral.docx"
},
{
"title": "Timer GPIO and 7-segment Peripheral, Module 7",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "ppt",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "General Architecture and Operation Modes of a Timer Peripheral.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module07_TimerGPIOand7SegmentPeripherals/Lecture07_TimerGPIOand7SegmentPeripherals.pptx"
},
{
"title": "Timer GPIO and 7-segment Peripheral, Module 7, Lab 4",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lab",
"format": "doc",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "In this lab, we implement three AHB peripherals: an internal timer, a general-purpose input output (GPIO), and a 7-segment display. ",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module07_TimerGPIOand7SegmentPeripherals/Lab04_TimerGPIOand7SegmentPeripherals/Lab04_GPIO.docx"
},
{
"title": "Interrupt Mechanisms, Module 8",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "ppt",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "An overview of interrupt mechanisms.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module08_InterruptMechanisms/Lecture08_InterruptMechanisms.pptx"
},
{
"title": "Interrupt Mechanisms, Module 8, Lab 5",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lab",
"format": "doc",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "In this lab, we will implement an interrupt mechanism for the timer and the UART peripherals.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module08_InterruptMechanisms/Lab05_InterruptMechanisms/Lab05_InterruptMechanisms.docx"
},
{
"title": "Programming an SoC using C, Module 9",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "ppt",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "How to program an SoC using the C programming language.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module09_ProgrammingAnSoCUsingC/Lecture09_ProgrammingAnSoCUsingC.pptx"
},
{
"title": "Programming an SoC using C, Module 9, Lab 6",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lab",
"format": "doc",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "How to program an SoC using the C programming language.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module09_ProgrammingAnSoCUsingC/Lab06_ProgrammingAnSoCUsingC/Lab06_ProgrammingAnSoCUsingC.docx"
},
{
"title": "Arm CMSIS and Software Drivers, Module 10",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "ppt",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "Overview of Arm CMSIS",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module10_ArmCMSISandSoftwareDrivers/Lecture10_ArmCMSISandSoftwareDrivers.pptx"
},
{
"title": "Arm CMSIS and Software Drivers, Module 10, Lab 7",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lab",
"format": "doc",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "In this lab, we will introduce Cortex Microcontroller Software Interface Standard (CMSIS), which is an abstraction layer for the microcontroller, and defines generic tool interfaces. It simplifies software reuse.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module10_ArmCMSISandSoftwareDrivers/Lab07_ArmCMSISandSofwareDrivers/Lab07_CMSIS.docx"
},
{
"title": "Application Programming Interface and Final Application, Module 11",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "pptx",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "Design and Implementation of Simple Application Programming Interface (API), final Application to Run on SoC: the Snake Game",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module11_ApplicationProgrammingInterfaceAndFinalApplication/Lecture11_APIandFinalApp.pptx"
},
{
"title": "Applicaiton Programming Interface and Final Application, Module 11, Lab 8",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lab",
"format": "doc",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "In this lab, we will develop an API that has more generic and easy-to-use functions. Then, based on the API, we will develop a final game application: Snake.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module11_ApplicationProgrammingInterfaceAndFinalApplication/Lab09_APIandFinalApp/Lab08_APIandFinalApp.docx"
},
{
"title": "PMOD Expansion Header, Module 12",
"subject": ["arm", "fpga", "cortex-m", "cmsis", "hardware-designs", "amba", "soc", "arm-cortex-m0", "soc-design", "system-on-chip-design", "keil-mdk", "design-start", "system-on-chip"],
"type": "Lecture",
"format": "pptx",
"creator": "Oyinkuro Benafa",
"publisher": "Arm Education",
"created": "1/11/2021",
"description": "In this lab, we will use the Expansion headers of the Basys 3 development board to expand our SoC with additional joystick peripherals and develop the final application further with a new API.",
"language": ["Verilog", "C", "tcl"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "CortexM0_DesignStart/contents/Module12_PMod Expansion Header/Lab/Lab09_PMod Expansion Header.docx"
}
]
}