Changes between Initial Version and Version 1 of ppc_prog_overview/ref_des


Ignore:
Timestamp:
Aug 3, 2006, 1:01:52 AM (18 years ago)
Author:
snovich
Comment:

added ref designs sec

Legend:

Unmodified
Added
Removed
Modified
  • ppc_prog_overview/ref_des

    v1 v1  
     1= Available WARP Reference Designs  =
     2
     3The [http://warp.rice.edu/trac WARP website] provides a myriad of reference designs geared towards getting the user better integrated with WARP’s hardware, software, and xilkernel. At the time of writing this document, the following reference designs are available:
     4
     5 1. [wiki:peripheral_test Peripheral Test]: This reference design walks the user through using APIs to test WARP’s hardware and set up interrupts. This reference design uses the Xilinx standalone operating system.
     6 1. [http://warp.rice.edu/trac/browser/RefDesigns/WARP_v_1_1/WARP_Reconfig_Demo.zip SystemACE Reconfiguration Test]: This reference design teaches the user how to reconfigure the FPGA on WARP over software, by loading designs off of a compact flash card.
     7 1. [http://warp.rice.edu/trac/wiki/Radio%20Self%20Test Warp Radio Built in Self Test (BIST)]: a loopback test for the radio daughter-card to ensure it is functioning properly.
     8 1. [http://warp.rice.edu/trac/browser/RefDesigns/WARP_v_1_1/Xilkernel_Xilinx_Demo_for_WARP_v_1_1_XPS_8.zip Xilinx Xilkernel Demo Ported for WARP v. 1.1]: A demo made by Xilinx that showcases most of xilkernels functionality.
     9 1. [http://warp.rice.edu/trac/browser/RefDesigns/WARP_v_1_1/Xilkernel_pthreads_PRIO_ex_for_WARP_v_1_1_XPS8.zip Xilkernel: Priority Scheduling pthreads Demo]: A demo to help introduce the user to threading and priority-based scheduling
     10 1. [http://warp.rice.edu/trac/browser/RefDesigns/WARP_v_1_1/Xilkernel_pthreads_RR_ex_for_WARP_v_1_1_XPS8.zip Xilkernel: Round Robin Scheduling pthreads Demo]: A demo to help introduce the user to threading and round-robin-based scheduling
     11 1. [http://warp.rice.edu/trac/browser/RefDesigns/WARP_v_1_1/Xilkernel_semaphores_ex_for_WARP_v_1_1_XPS8.zip Xilkernel: Semaphores Demo]: A demo to help introduce the user to semaphores.
     12 1. [http://warp.rice.edu/trac/browser/RefDesigns/WARP_v_1_1/Xilkernel_mutex_ex_for_WARP_v_1_1_XPS8.zip Xilkernel: Mutex Demo]: A demo to help introduce the user to mutecies.
     13 1. [http://warp.rice.edu/trac/browser/RefDesigns/WARP_v_1_1/Xilkernel_shmem_ex_for_WARP_v_1_1_XPS8.zip Xilkernel: Shared Memory]: a demo to help introduce the user to shared memory functionality
     14 1. [http://warp.rice.edu/trac/browser/RefDesigns/WARP_v_1_1/Xilkernel_dynmem_ex_for_WARP_v_1_1_XPS8.zip Xilkernel: Dynamic Memory]: a demo to help introduce the user to dynamic memory creation and allocation
     15 1. [http://warp.rice.edu/trac/browser/RefDesigns/WARP_v_1_1/Xilkernel_msg_queue_ex_for_WARP_v_1_1_XPS8.zip Xilkernel: Message Queues]: a demo to help introduce the user to messaging.
     16 1. [http://warp.rice.edu/trac/browser/RefDesigns/WARP_v_1_1/Xilkernel_timer_interrupt_ex_for_WARP_v_1_1_XPS8.zip Xilkernel: Timer Interrupts]: a demo to help introduce the user to setting up interrupts for xilkernel.
     17[[BR]]
     18[wiki:ppc_prog_overview/PPC_target PREV: Methods of Targeting the PowerPC] ||| [wiki:ppc_prog_overview HOME] ||| [wiki:ppc_prog_overview/ref_res NEXT: Compiled References and Resources]