Altera Nios II C2H Compiler Manuel d'utilisateur Page 72

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 138
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 71
3–32 9.1 Altera Corporation
Nios II C2H Compiler User Guide November 2009
Scheduling
Figure 3–12. Dependency Graph
The C2H Compiler uses the dependency graph to assign each assignment
to a state in the state machine. Figure 3–13 shows how the C2H Compiler
assigns each assignment to a state.
Figure 3–13. Scheduling Assignments in a Dependency Graph
Pointer Aliasing
Aliasing is a situation where it is possible for a change to one variable or
reference to affect another. In the C language, aliasing can occur due to the
indirection introduced by pointers. If the address ranges referenced by
two pointers overlap, the pointers alias. Pointer aliasing is another form
of data dependency that the C2H Compiler must consider. Any read or
write operation with a pointer is dependent on all pointer write-
Vue de la page 71
1 2 ... 67 68 69 70 71 72 73 74 75 76 77 ... 137 138

Commentaires sur ces manuels

Pas de commentaire