source: trunk/IPs/systemC/processor/Morpheo/Documentation/Source/Documents/document-viewer-specification/common/syntax.xml @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 805 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<!-- comment -->
4
5<description>
6   <comment>
7      ...
8   </comment>
9   <entity name="..." 
10           type="..." >
11      <generic name="..." 
12               value="..."
13               min="..."
14               max="..."
15               step="..."
16               default="..."
17               level="..." />
18      <port    name="..."
19               localisation="..." />
20   </entity>
21   <architecture>
22      <component name="..."
23                 type="..."
24                 pos_x="..."
25                 size_x="..."
26                 pos_y="..."
27                 size_y="..." />
28         <port_map name="..."
29                   localisation="..."
30                   component="..."
31                   port="..." />
32      </component>
33   </architecture>
34<description>
Note: See TracBrowser for help on using the repository browser.