-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
29 lines (23 loc) · 1.05 KB
/
README.txt
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
======= networkedlasers ========
Hardware TCP offload subsystem for the 6.111 final project.
Also has lasers.
~ jaytlang and fischerm
REPO GUIDELINES:
-> Don't commit entire vivado projects, or output projects
which are generated by pre-processing scripts, in order
to save on repository size. Add these things to the
.gitignore to be sure you're doing this right.
-> Utilize vivado's write_project_tcl to achieve the above.
This is the deflate operation you should utilize prior
to committing anything new. Inflate by sourcing this
file at Vivado startup.
-> If you want to add new files, make them inside the correct
directory and then import them into Vivado without selecting
"Copy Into Project". Checking the output of write_project_tcl
should help to make sure you've done this correctly.
-> Good commit messages, use signatures to assert who did what,
etc.
THIS BRANCH:
-> This is the master branch. Integrated project products
go here. To work on ethernet or laser-related projects
exclusively, check out the relevant branches.