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 11: Line 11:
<div>
<div>
<ul><li>The runcp script located in the SampleAppVadd can be used to run the application in HW</li>
<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>
 
    export CNY_PDK_PROJ = ~/pdk_sample/cae_pers_vadd
    ./runcp
 
<li>The run script located in the SampleAppVadd can be used to run the application in SW</li>
<li>The scripts above can be used to run the application on Simulator using the "-vsim" option which sets the environment variable CNY_CAE_EMULATOR to ./run_simulation</li>
 
  ./runcp -vsim
  ./run -sim
</ul>
</div>
</div>




<table border='1px'>
<table border='1px'>
<tr><th>Environment Variables</th><th>SW</th><th>ModelSim</th><th>HW</th></tr>
<tr><th>Environment Variables</th><th>Software</th><th>ModelSim</th><th>Hardware</th></tr>
<tr><td>CNY_SIM_THREAD</td><td>libcpSimLib2.so</td><td>libcpSimLib2.so</td><td> </td></tr>
<tr><td>CNY_SIM_THREAD</td><td>libcpSimLib2.so</td><td>libcpSimLib2.so</td><td>''unset''</td></tr>
<tr><td>CNY_CAE_EMULATOR</td><td><location for CaeSimPers></td><td>./run_simulation</td><td> </td></tr>
<tr><td>CNY_CAE_EMULATOR</td><td><location for CaeSimPers></td><td>./run_simulation</td><td>''unset''</td></tr>
</table>
</table>

Revision as of 21:06, 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
  • export CNY_PDK_PROJ = ~/pdk_sample/cae_pers_vadd ./runcp
  • The run script located in the SampleAppVadd can be used to run the application in SW
  • The scripts above can be used to run the application on Simulator using the "-vsim" option which sets the environment variable CNY_CAE_EMULATOR to ./run_simulation
  • ./runcp -vsim ./run -sim


Environment VariablesSoftwareModelSimHardware
CNY_SIM_THREADlibcpSimLib2.solibcpSimLib2.sounset
CNY_CAE_EMULATOR<location for CaeSimPers>./run_simulationunset