Altera Nios II C2H Compiler Manuel d'utilisateur Page 47

  • 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 46
Altera Corporation 9.1 3–7
November 2009 Nios II C2H Compiler User Guide
C-to-Hardware Mapping Reference
Figure 3–4. if-else Logic
If the if statement has only a then or only an else block, the resulting
logic is a simplification of the if-else case. The multiplexer selects
whether to propagate the result of the if block or the initial values from
before the if statement.
Figure 3–5 shows the circuit that results from the code in Example 3–3.
Example 3–3. if Logic Without else
if (foo > bar)
foo += bar;
Vue de la page 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 ... 137 138

Commentaires sur ces manuels

Pas de commentaire