Team 142875: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
Review Convey System | Review Convey System | ||
* Minimum | * Minimum | ||
** Review architecture documentation | |||
** Understand how Vector Adder example works | |||
** Implement Vector Adder example (SW, Modelsim, HW) | |||
* Extra 1: Own simple personality (min: simple mod to Adder) | |||
* Extra 2: Explore other features | |||
** e.g: using gdb (Gnu Debugger) | |||
** e.g: SPAT (Simulator Performance Analysis Tool) | |||
=== Running the Sample Application [] === | === Running the Sample Application [] === | ||
# Copy Sample AE and Sample Application | # Copy Sample AE and Sample Application |
Revision as of 06:32, 1 February 2012
Team members
- Michael Patterson
- Chetan N-Govindaiah
- Jungmin Park
Assignment 1
Review Convey System
- Minimum
- Review architecture documentation
- Understand how Vector Adder example works
- Implement Vector Adder example (SW, Modelsim, HW)
- Extra 1: Own simple personality (min: simple mod to Adder)
- Extra 2: Explore other features
- e.g: using gdb (Gnu Debugger)
- e.g: SPAT (Simulator Performance Analysis Tool)
Running the Sample Application []
- Copy Sample AE and Sample Application
- The Vadd sample personality and application is installed with the PDK RPM in /opt/convey/pdk/2010_08_09/.
- The sample is made up of two components:
cae_pers_vadd - contains the sample custom personality, including the software model which emulates the Application Engine FPGA
SampleAppVadd - contains the application that uses the instruction defined in the CasSample tree.