source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/data/Meta_Predictor/Meta_Predictor_0-two_level_branch_predictor_0-branch_history_table.pos @ 37

Last change on this file since 37 was 37, checked in by rosiere, 17 years ago

Viewer : Test du meta_predicteur

File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2
3<description>
4
5   <comment>
6     Branch History Table
7   </comment>
8
9   <entity name="Meta_Predictor_0-two_level_branch_predictor_0-branch_history_table"
10           type="Branch_History_Table"
11           schema="1" >
12
13      <port name="clock"           localisation="south" direction="in" > Port d'horloge </port>
14      <port name="nreset"          localisation="north" direction="in" > Port de Remise à zéro </port>
15      <port name="predict"         localisation="west"  direction="in" > Interface de prediction : demande de la direction pour une adresse </port>
16      <port name="branch_complete" localisation="east"  direction="out"> Interface de mise à jour des branchement </port>
17
18   </entity>
19
20   <architecture>
21
22     <component name="Meta_Predictor_0-two_level_branch_predictor_0-branch_history_table-registerfile" type="RegisterFile" pos_x="25" pos_y="50" size_x="10" size_y="10"  >
23         <port_map name="clock"  component="Meta_Predictor_0-two_level_branch_predictor_0-branch_history_table" port="clock"           />
24         <port_map name="nreset" component="Meta_Predictor_0-two_level_branch_predictor_0-branch_history_table" port="nreset"          />
25         <port_map name="read"   component="Meta_Predictor_0-two_level_branch_predictor_0-branch_history_table" port="predict"         />
26         <port_map name="write"  component="Meta_Predictor_0-two_level_branch_predictor_0-branch_history_table-shifter" port="shift_out" />
27     </component>
28
29     <component name="Meta_Predictor_0-two_level_branch_predictor_0-branch_history_table-shifter"      type="Shifter"      pos_x="75" pos_y="50" size_x="10" size_y="10"  >
30         <port_map name="shift_in"   component="Meta_Predictor_0-two_level_branch_predictor_0-branch_history_table" port="branch_complete"         />
31         <port_map name="shift_out"  component="Meta_Predictor_0-two_level_branch_predictor_0-branch_history_table-registerfile"         port="write" />
32     </component>
33
34   </architecture>
35
36</description>
Note: See TracBrowser for help on using the repository browser.