source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/data/Meta_Predictor/Meta_Predictor_0-two_level_branch_predictor_0-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:keywords set to Id
File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2
3<description>
4
5   <comment>
6        Pattern History Table
7   </comment>
8
9   <entity name="Meta_Predictor_0-two_level_branch_predictor_0-pattern_history_table"
10           type="Pattern_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-pattern_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-pattern_history_table" port="clock"           />
24         <port_map name="nreset" component="Meta_Predictor_0-two_level_branch_predictor_0-pattern_history_table" port="nreset"          />
25         <port_map name="read"   component="Meta_Predictor_0-two_level_branch_predictor_0-pattern_history_table" port="predict"         />
26         <port_map name="write"  component="Meta_Predictor_0-two_level_branch_predictor_0-pattern_history_table-counter" port="count_out" />
27     </component>
28
29     <component name="Meta_Predictor_0-two_level_branch_predictor_0-pattern_history_table-counter"      type="Counter"      pos_x="75" pos_y="50" size_x="10" size_y="10"  >
30         <port_map name="count_in"   component="Meta_Predictor_0-two_level_branch_predictor_0-pattern_history_table" port="branch_complete"         />
31         <port_map name="count_out"  component="Meta_Predictor_0-two_level_branch_predictor_0-pattern_history_table-registerfile"         port="write" />
32     </component>
33
34   </architecture>
35
36</description>
Note: See TracBrowser for help on using the repository browser.