Team Slytherin: Difference between revisions

From Cpre584
Jump to navigation Jump to search
Chidvila (talk | contribs)
No edit summary
Chidvila (talk | contribs)
No edit summary
Line 5: Line 5:


=== Assignment1 ===
=== Assignment1 ===
{| class="wikitable"
<hr width='100%'>
|-
! Environment Variables
! Software
! Modelsim
! Hardware
|-
| CNY_SIM_THREAD
| libcpSimLib2.so
| libcpSimLib2.so
|
|-
| CNY_CAE_EMULATOR
| <location for CaeSimPers>
| ./run_simulation
|}


Alternatively, running the application using run, runcp, run simulator from the SampleAppVadd also helps realize the same.
 
 
<div>
<ul><li>The runcp script located in the SampleAppVadd can be used to run the application in HW</li>
<li>The run script located in the SampleAppVadd can be used to run the application in SW</li></ul>
</div>
 
 
<table border='1px'>
<tr><th>Environment Variables</th><th>SW</th><th>ModelSim</th><th>HW</th></tr>
<tr><td>CNY_SIM_THREAD</td><td>libcpSimLib2.so</td><td>libcpSimLib2.so</td><td> </td></tr>
<tr><td>CNY_CAE_EMULATOR</td><td><location for CaeSimPers></td><td>./run_simulation</td><td> </td></tr>
</table>

Revision as of 20:50, 1 February 2012

Team Members

  • Kevin Townsend
  • Bhavani Satyanarayana Rao
  • Chidvila Gaddam

Assignment1



  • The runcp script located in the SampleAppVadd can be used to run the application in HW
  • The run script located in the SampleAppVadd can be used to run the application in SW


Environment VariablesSWModelSimHW
CNY_SIM_THREADlibcpSimLib2.solibcpSimLib2.so
CNY_CAE_EMULATOR<location for CaeSimPers>./run_simulation