source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/data/Two_Level_Branch_Predictor/two_level_branch_predictor-two_level_branch_predictor_glue.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: 818 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2
3<description>
4
5   <comment>
6     Test composant sans architecture
7   </comment>
8
9   <entity name="two_level_branch_predictor-two_level_branch_predictor_glue"
10           type="Two_Level_Branch_Predictor_Glue"
11           schema="1" >
12
13      <port name="predict"         
14            localisation="west"
15            direction="in">
16        Interface de prediction : demande de la direction pour une adresse
17      </port>
18      <port name="branch_complete"
19            localisation="east"
20            direction="in">
21        Interface de mise à jour des branchement                           
22      </port>
23
24      <port name="interne"
25            localisation="north"
26            direction="in">
27        blabla .............
28      </port>
29
30   </entity>
31
32   
33
34</description>
Note: See TracBrowser for help on using the repository browser.