Team 142875: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
=== Running the Sample Application [] === | === Running the Sample Application [] === | ||
# Copy Sample AE and 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 | '''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. | '''SampleAppVadd''' - contains the application that uses the instruction defined in the CasSample tree. | ||
Line 18: | Line 18: | ||
cp -r /opt/convey/pdk/2010_08_09/pdk_apps/SampleAppVadd pdk_sample | cp -r /opt/convey/pdk/2010_08_09/pdk_apps/SampleAppVadd pdk_sample | ||
# Build the Sample AE and Sample Application | # Build the Sample AE and Sample Application | ||
cd $HOME/pdk_sample/cae_pers_vadd/CaeSim | cd $HOME/pdk_sample/cae_pers_vadd/CaeSim | ||
make | make |
Revision as of 06:44, 1 February 2012
Team members
- Michael Patterson
- Chetan N-Govindaiah
- Jungmin Park
Assignment 1
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.
cd $HOME mkdir pdk_sample cp -r /opt/convey/pdk/2010_08_09/cae_sample_vadd pdk_sample cp -r /opt/convey/pdk/2010_08_09/pdk_apps/SampleAppVadd pdk_sample
- Build the Sample AE and Sample Application
cd $HOME/pdk_sample/cae_pers_vadd/CaeSim make cd ../../SampleAppVadd make ./UserApp.exe