Changes between Version 9 and Version 10 of SoclibCourseTp2
- Timestamp:
- Sep 6, 2009, 5:58:02 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoclibCourseTp2
v9 v10 117 117 }}} 118 118 119 Cette archive contient les fichiers généraux suivants :119 Cette archive contient les fichiers généraux suivants, extraits de la plate-forme SoCLib : 120 120 * ''vci_param.h'' : definition des paramètres VCI 121 121 * ''vci_signals.h'' : definition d'un canal VCI 122 * ''vci_ target.h'' : définition d'un port VCI initiateur123 * ''vci_ initiator.h'' : définition d'un port VCI cible122 * ''vci_initiator.h'' : définition d'un port VCI initiateur 123 * ''vci_target.h'' : définition d'un port VCI cible 124 124 * ''int_tab.h'' : définition des index composites 125 125 * ''segment.h'' : définition d'un segment de l'espace adressable … … 128 128 * ''mapping_table.cpp'' : implémentation des méthodes de la mapping table 129 129 * ''address_decoding_table.h'' 130 * ''address_decoding_table.cpp'' 130 131 131 132 == 5.1 Composant ''!VciLcdCoprocessor ==