Project Submission
From Comp519
Projects
Hardware bitfiles and software compiled programs are not required to be submitted. Instead, the instructors will compile your source code (Verilog, C, ...) for grading.
The instructors will directly check your project out of your subversion repository for grading. Please make sure the following tasks are completed:
- Your complete project is actually in your Subversion repository
- The instructors (rixner, shafer, maf1) have read-only access to your repository (by editing rice_config/access_file)
When you are ready to submit your project, email the instructors the exact command you want them to use to obtain your code. For example, to submit the 1379 revision of the project project from the myrepository repository for grading, email the following command:
svn checkout https://svn.rice.edu/r/myrepository/project --revision 1379
This revision number must have been checked in by the project deadline. If it is later than the deadline, please tell if you want to use a Late Day on the project (as specified on the Projects page.) If you don't tell us that you're using a late day, we'll grade the last revision in Subversion before the deadline.
Tip: It would be a good idea to test this command and to recompile your project from scratch to make sure your submission will be successful.
Documentation
To submit documentation, simply place it in the /doc directory of your project, check it in to Subversion, and make a note in your submission email regarding the files to be graded. Documents should be provided in PDF format for portability.
