Team Slytherin: Difference between revisions

From Cpre584
Jump to navigation Jump to search
Bhavani (talk | contribs)
No edit summary
Chidvila (talk | contribs)
Line 11: Line 11:
#Understand how Vector Adder example works
#Understand how Vector Adder example works
#Implement Vector Adder example  ( SW, ModelSim, HW)
#Implement Vector Adder example  ( SW, ModelSim, HW)
The implementation of the example in Software(host processor), Modelsim(Simulator) or the hardware(Co processor) can be realized by setting the appropriate environmental values for CNY_SIM_THREAD and CNY_CAE_EMULATOR.
Alternatively, running the application using run, runcp, run simulator from the SampleAppVadd also helps realize the same.

Revision as of 16:03, 1 February 2012

Team Members

  • Kevin Townsend
  • Bhavani Satyanarayana Rao
  • Chidvila Gaddam

Assignment1

  1. Review Docs
    1. ConveyPDKReferenceManual
    2. ConveyProgrammersGuide
    3. ConveyReferenceManual
  2. Understand how Vector Adder example works
  3. Implement Vector Adder example ( SW, ModelSim, HW)

The implementation of the example in Software(host processor), Modelsim(Simulator) or the hardware(Co processor) can be realized by setting the appropriate environmental values for CNY_SIM_THREAD and CNY_CAE_EMULATOR.

Alternatively, running the application using run, runcp, run simulator from the SampleAppVadd also helps realize the same.