Changes between Version 3 and Version 4 of GettingStarted/WARPv3/IntroToTools


Ignore:
Timestamp:
Aug 8, 2012, 11:20:12 AM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted/WARPv3/IntroToTools

    v3 v4  
    1515= I Want to Study the Physical Layer = #phy
    1616
     17The FPGA on WARP provides the resources to implement a full, real-time physical layer. Typically, a physical layer is implemented as a periphal core (pcore) that attaches to a microprocessor core that executes C-code to control it. This C-code can, for example, implement a wireless MAC. We have provided two exercises that demonstrate how to control WARP from a microprocessor and how export a custom peripheral from Xiling System Generator.
     18
     19 * [wiki:Exercises/HelloWorld]
     20
    1721= I Want to Study the Higher Networking Layer = #mac