root/ossiedev/trunk/platform/nodes/default_ml403_node/XilinxFPGA.dpd.xml @ 8919

Revision 8919, 3.1 KB (checked in by mcarrick, 4 years ago)

moving node xml files at an attempt to clarify what profiles are specifying

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<devicepkg id="DCE:00051cbf-54e8-4f21-b8c7-1790d46fe011" version="1,0,0,0" name="ml403">
3    <title>Linux on Xilinx ML403 Platform</title>
4    <author>Matt Carrick</author>
5    <description>Device Package Description for Linux on Xilinx ML403 Platform</description>
6    <hwdeviceregistration id="DCE:496df0a9-832f-4ff4-9ce7-cf7b22c50b4a" version="1,0,0,0" name="virtex4fx12">
7        <propertyfile type="PRF">
8            <localfile name="/XilinxFPGA.prf.xml"/>
9        </propertyfile>
10        <description>Xilinx Virtex 4 FPGA</description>
11        <manufacturer>Xilinx</manufacturer>
12        <modelnumber>XC4VFX12-FF668-10C</modelnumber>
13        <deviceclass>
14            <class>LoadableDevice</class>
15            <class>AggregateDevice</class>
16        </deviceclass>
17        <childhwdevice>
18            <hwdeviceregistration id="DCE:980f8067-47c0-4b2a-a5f8-965a0a840702" version="1,0,0,0" name="powerpc405">
19                <propertyfile type="PRF">
20                    <localfile name="/PowerPC405.prf.xml"/>
21                </propertyfile>
22                <description>PowerPC 405 General Purpose Processor, Embedded in Virtex 4 FX12</description>
23                <manufacturer>Xilinx</manufacturer>
24                <modelnumber>405D5</modelnumber>
25                <deviceclass>
26                    <class>LoadableDevice</class>
27                    <class>ExecutableDevice</class>
28                </deviceclass>
29            </hwdeviceregistration>
30            <devicepkgref type="DPD">
31                <localfile name="/PowerPC405.dpd.xml"/>
32            </devicepkgref>
33        </childhwdevice>
34        <childhwdevice>
35            <hwdeviceregistration id="DCE:15fca8f6-3be2-4e3f-8191-66e05817abbc" version="1,0,0,0" name="uartinterface">
36                <propertyfile type="PRF">
37                    <localfile name="/UARTlite.prf.xml"/>
38                </propertyfile>
39                <description>UART Lite Core Instantiated on FPGA</description>
40                <manufacturer>Xilinx</manufacturer>
41                <modelnumber>XPS_UARTLITE_1.00.a</modelnumber>
42                <deviceclass>
43                    <class>Device</class>
44                </deviceclass>
45            </hwdeviceregistration>
46            <devicepkgref type="DPD">
47                <localfile name="/UARTLite.dpd.xml"/>
48            </devicepkgref>
49        </childhwdevice>
50        <childhwdevice>
51            <hwdeviceregistration id="DCE:2a22c6f5-fd09-4532-ac15-7942a58643e4" version="1,0,0,0" name="ethernetlitemac">
52                <propertyfile type="PRF">
53                    <localfile name="/EthernetLite.prf.xml"/>
54                </propertyfile>
55                <description>Ethernet Lite Core Instantiated on FPGA</description>
56                <manufacturer>Xilinx</manufacturer>
57                <modelnumber>XPS_ETHERNETLITE_2.00.b</modelnumber>
58                <deviceclass>
59                    <class>Device</class>
60                </deviceclass>
61            </hwdeviceregistration>
62            <devicepkgref type="DPD">
63                <localfile name="/EthernetLite.dpd.xml"/>
64            </devicepkgref>
65        </childhwdevice>
66    </hwdeviceregistration>
67</devicepkg>
Note: See TracBrowser for help on using the browser.