Changes between Version 4 and Version 5 of Xilkernel Demo


Ignore:
Timestamp:
Mar 14, 2007, 12:20:20 AM (17 years ago)
Author:
snovich
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xilkernel Demo

    v4 v5  
    1 This project is a modified Xilinx-created project intended to demonstrate some of the functionality of the xilkernel. It has been modified to operate on the TAP FPGA Boards versions 1.0 and 1.1. The project demonstrates features such as: dynamic memory allocation, multi-threaded operations, and software timers. This project serves as the basis for the current [wiki:"ACKMAC"]. A more detailed list of xilkernel features sits [http://warp.rice.edu/trac/wiki/ppc_prog_overview/xilkernel#XilkernelSupportandProgramming here].
     1''Update/Note (03.14.2007):'' Google has been ranking this page as the Number 1 hit for "xilkernel". This page is slightly outdated. An up-to-date set of our xilkernel reference designs and demos may be found [http://warp.rice.edu/trac/wiki/xilkernel_ref here].
     2
     3We also have a xilkernel overview which can be found [http://warp.rice.edu/trac/wiki/ppc_prog_overview/xilkernel#XilkernelSupportandProgramming here].
     4
     5This project is a modified Xilinx-created project intended to demonstrate some of the functionality of the xilkernel. It has been modified to operate on the TAP FPGA Boards versions 1.0 and 1.1. The project demonstrates features such as: dynamic memory allocation, multi-threaded operations, and software timers. This project serves as the basis for the current [wiki:"ACKMAC"].