source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/data/Two_Level_Branch_Predictor/two_level_branch_predictor-pattern_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: 851 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-pattern_history_table"
10           type="Pattern_History_Table"
11           schema="3" >
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      <port name="branch_complete"
24            localisation="east"
25            direction="in">
26        Interface de mise à jour des branchement                           
27      </port>
28
29   </entity>
30
31   
32
33</description>
Note: See TracBrowser for help on using the repository browser.