-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathassignment.txt
More file actions
52 lines (47 loc) · 1.61 KB
/
assignment.txt
File metadata and controls
52 lines (47 loc) · 1.61 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
________________________________________________________
VHDL Project
Create a GitHub repo for the professor. Each section to be
created and put onto the GitHub repo which the professor will
link to you.
________________________________________________________
Write the report in double-column, IEEE format
Paper Header
- Name RECO-T (reconfigurable, T=type of computation)
- ie. RECO-ENC => reconfigurable encryption
- Names: name0, name1, name2, ... , Mohamed El-Hadedy
- Email: {email0, email1, email2, ... , mealy@cpp.edu}
Paper Introduction
- Abstract ~200 to 250 words
- Ensure keywords:
- FPGA; LWC; VHDL; ...
- Sections
1. Introduction
2. Body0
3. Body1
4. Body2
5. Conclusions
________________________________________________________
Put Slides into the package
Slide 0 - Introduction
Slide 1 - Motivation for the work
Slide 2 - Innovation in your work
Slide 3 - Conclusion and evaluation
Slide 4 - Ending slides
________________________________________________________
Create poster
- Describe the entire project in a single image
- PDF format
________________________________________________________
Put the project on the GitHub which the professor will link.
Project Format file tree for GitHub:
- doc/
- IEEE_Paper.pdf
- Poster.pdf
- PowerPoint.pptx
- src/
- software/
- hardware/
- README.md
- Write how to run and use your program in markdown format
for fancy text formatting on the GitHub page.
________________________________________________________