Team Gryffindor: Difference between revisions

From Cpre584
Jump to navigation Jump to search
No edit summary
 
(89 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== Team Members ===
{{Infobox team
* Chad Nelson - cnel711
  |teamname = Team Gryffindor
* Mihir  Awatramani - mihir
  |image = gryffindor.png
* Mengduo Ma -  
  |caption = Gryffindor Team Logo
* Kuan-Hsing Ho -  
  |member1 = Chad Nelson - cnel711
  |member2 = Mihir  Awatramani - mihir
  |member3 = Mengduo Ma - marinama
  |member4 = Kuan-Hsing Ho - pm429015
}}


=== Connecting to the Convey HC-1 Machine ===
== Subversion ==
# Download and install [http://www.nomachine.com/download.php NX Client].
You can checkout the source for our projects using the subversion repository below.  Use your ISU NetID as both your username and password:
# Connect to convey-1.ece.iastate.edu using your ISU NetID and the password netid@123.
svn co http://svn.chaddington.com/cpre584
# Change your password by opening a terminal window and running the '''passwd''' command.


=== Jone's E-mail ===
== Updating the UserApp for Sobel ==
Once you log into the convey machine a few documents you will want to start looking through are bellow.  Note, there is a lot of detail to learn about the Convey system.  I would first suggest boweing through the document below to get a feel for the type of information they contain.  I’ve try to highlight some of the sections that will be useful to you and you are getting up to speed with the example application.
[[Team Gryffindor - Sobel Source Code]]
1) /opt/convey/pdk/2010_08_09/doc/ConveyPDKReferenceManual.pdf
This document gives information about how to go about developing your own HW/SW designs on the convey system.
a) Start with section 10.5 to quickly start playing with the system.  Then use the rest of Section 10 to help you understand the example C code.
b) You will need to read through of other sections of this document to understand how the overall system works.
2) /opt/convey/doc/ConveyProgrammersGuide.pdf
a) Sections 8.1 and 8.2 gives more details on how to run an application (in SW, Simulation, or Hardware)
b) Section 10.2, give more details on the assembly portions of the sample application from the PDK manual.
c) Chapter 1 and 2 give overview info
d) Chapter 12 talks about Environmental flags
e) Chapter 14 talks about the Personality naming conventions.
3)  /opt/convey/doc/ConveyReferenceManual.pdf
a) Chapters 1 and 2: Basic Overview
b) Chapter 11: Details on personality structure.
 
[[Media:Convey PDK Training.pdf | Convey PDK (.pdf)]]

Latest revision as of 17:45, 27 February 2012

Team Gryffindor
Error creating thumbnail: File missing
Gryffindor Team Logo
Team Members
Chad Nelson - cnel711
Mihir Awatramani - mihir
Mengduo Ma - marinama
Kuan-Hsing Ho - pm429015

Subversion

You can checkout the source for our projects using the subversion repository below. Use your ISU NetID as both your username and password:

svn co http://svn.chaddington.com/cpre584

Updating the UserApp for Sobel

Team Gryffindor - Sobel Source Code