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

Last change on this file 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:keywords set to Id
File size: 874 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2
3<description>
4
5   <comment>     Test composant sans architecture   </comment>
6
7   <entity name="two_level_branch_predictor-branch_history_table-meta_predictor-meta_register_1"
8           type="Meta_Register"
9           schema="1" >
10
11      <port name="clock"           
12            localisation="west"
13            direction="in">
14        Port d'horloge                                                   
15      </port>
16      <port name="predict"         
17            localisation="west"
18            direction="in">
19        Interface de prediction : demande de la direction pour une adresse
20      </port>
21      <port name="branch_complete"
22            localisation="east"
23            direction="inout">
24        Interface de mise à jour des branchement                           
25      </port>
26
27   </entity>
28
29   
30
31</description>
Note: See TracBrowser for help on using the repository browser.