From 585b2505404e340f4c0adf4b9ffef25feaa35ab5 Mon Sep 17 00:00:00 2001 From: cborrelli Date: Tue, 5 Nov 2002 23:27:08 +0000 Subject: [PATCH] added v2pro description; added include/ dir description --- src/arch/FILES | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/arch/FILES b/src/arch/FILES index 7c6fd55b..138c88f6 100644 --- a/src/arch/FILES +++ b/src/arch/FILES @@ -5,6 +5,10 @@ rtxc/ - Architectural files for the RTXC operating system. unix/ - Architectural files for testing on unix-like systems (assuming gcc and pthreads). +v2pro/ - Architectural files for the Xilinx Virtex-II PRO device with + embedded PowerPC 405 Processor. Supports lwIP Raw API only. + (requires V2PDK - http://www.xilinx.com/ise/vii_pro/kit.htm) + Each subdirectory (may) also include: perf.c - Optional file that should be implemented when running @@ -12,4 +16,7 @@ perf.c - Optional file that should be implemented when running sys.c - Implementation of the operating system emulation layer. -netif/ - Architectural specific network interfaces. +include/ - Architectural specific header files. + +netif/ - Architectural specific network interfaces. +