source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/data/Two_Level_Branch_Predictor/two_level_branch_predictor-branch_history_table.pos @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2
3<description>
4
5   <comment>
6     Ce composant décrit la table d'historique de branchement à deux niveaux
7   </comment>
8
9   <entity name="two_level_branch_predictor-branch_history_table"
10           type="Branch_History_Table"
11           schema="2" >
12
13      <port name="clock"           
14            localisation="west"
15            direction="in">
16        Port d'horloge                                                   
17      </port>
18      <port name="predict"         
19            localisation="west"
20            direction="in">
21        Interface de prediction : demande de la direction pour une adresse
22      </port>
23
24      <port name="interne"
25            localisation="south"
26            direction="out">
27        blabla .............
28      </port>
29
30      <port name="branch_complete"
31            localisation="east"
32            direction="in">
33        Interface de mise à jour des branchement                           
34      </port>
35
36   </entity>
37
38   <architecture>
39
40      <component name="two_level_branch_predictor-branch_history_table-meta_predictor"
41                 type="Meta_Predictor"
42                 size_x="10"
43                 pos_x="50"
44                 size_y="10"
45                 pos_y="20" >
46
47         <port_map name="clock"       
48                   component="two_level_branch_predictor-branch_history_table"
49                   port="clock" />
50         <port_map name="predict"
51                   component="two_level_branch_predictor-branch_history_table"
52                   port="predict"/>
53         <port_map name="branch_complete"
54                   component="two_level_branch_predictor-branch_history_table"
55                   port="branch_complete" />
56
57      </component>
58   </architecture>
59
60</description>
Note: See TracBrowser for help on using the repository browser.