Altera Nios II C2H Compiler Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Messgeräte Altera Nios II C2H Compiler herunter. Altera Nios II C2H Compiler User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 138
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
101 Innovation Drive
San Jose, CA 95134
www.altera.com
Nios II C2H Compiler
User Guide
Nios II C2H Compiler Version: 9.1
Document Date: November 2009
Seitenansicht 0
1 2 3 4 5 6 ... 137 138

Inhaltsverzeichnis

Seite 1 - User Guide

101 Innovation Drive San Jose, CA 95134 www.altera.comNios II C2H Compiler User GuideNios II C2H Compiler Version: 9.1Document Date: November 2009

Seite 2 - UG-N2C2HCMPLR-1.6

1–4 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Introductionimplementing entire systems on a chip. As a result, the tools av

Seite 3 - Contents

4–6 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009ResourcesFigure 4–1. Build Report - ResourcesThe resources section contains

Seite 4 - Chapter 6. Pragma Reference

Altera Corporation 9.1 4–7November 2009 Nios II C2H Compiler User GuideUnderstanding the C2H Viewmemory, making it impossible for the accelerator t

Seite 5

4–8 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Resourcesor a write. However, when an Avalon-MM master port is shared among

Seite 6

Altera Corporation 9.1 4–9November 2009 Nios II C2H Compiler User GuideUnderstanding the C2H ViewFigure 4–3. Multiplier Resources1 The resource usa

Seite 7 - 1. Introduction to the

4–10 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009PerformancePerformanceThe performance section of the C2H build report detai

Seite 8 - Introduction

Altera Corporation 9.1 4–11November 2009 Nios II C2H Compiler User GuideUnderstanding the C2H ViewLoop LatencyAs mentioned in Chapter 3, C-to-Hardw

Seite 9

4–12 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009PerformanceFigure 4–4. CPLI ReportThe report identifies two assignments con

Seite 10

Altera Corporation 9.1 4–13November 2009 Nios II C2H Compiler User GuideUnderstanding the C2H ViewFigure 4–5. CRC Dependency GraphSince the critica

Seite 11 - Altera Corporation 9.1 1–5

4–14 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Performancesoon as the previous execution is complete. Not surprisingly, th

Seite 12 - Concepts

Altera Corporation 9.1 4–15November 2009 Nios II C2H Compiler User GuideUnderstanding the C2H ViewScheduling Information Per AssignmentTypically th

Seite 13 - Hardware and Software

Altera Corporation 9.1 1–5November 2009 Nios II C2H Compiler User GuideIntroduction to the C2H CompilerThe Nios II C-to-Hardware Acceleration (C2H)

Seite 14 - C2H Compiler Concepts

4–16 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009PerformanceFigure 4–8. CRC Assignment Sequence Scheduling Information Per S

Seite 15 - System Architecture

Altera Corporation 9.1 4–17November 2009 Nios II C2H Compiler User GuideUnderstanding the C2H ViewThis section shows you the assignments that occur

Seite 16

4–18 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009PerformanceFigure 4–10. Schedule by State(State 0)(State 3)(State 2)(State

Seite 17

Altera Corporation 9.1 4–19November 2009 Nios II C2H Compiler User GuideUnderstanding the C2H ViewIn the case of Example 4–2, a total of 12 states

Seite 18

4–20 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Further Reading

Seite 19 - Acceleration

Altera Corporation 9.1 5–1 November 2009 5. Accelerating Code Using the Nios II Software Build Tools Command LineCreating an Accelerator from th

Seite 20 - Poor Acceleration Candidates

5–2 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009C2H Performance MetricsExample 5–1 shows a typical nios2-c2h-generate-makefi

Seite 21

Altera Corporation 9.1 5–3November 2009 Nios II C2H Compiler User GuideAccelerating Code Using the Nios II Software Build Tools Command LineThe rep

Seite 22 - Next Steps

5–4 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009C2H Performance Metrics

Seite 23 - 2. Getting Started Tutorial

Altera Corporation 9.1 6–1 November 2009 6. Pragma ReferenceIntroductionThe C2H Compiler uses pragmas that allow user control of master-slave conn

Seite 24 - Typical Design

1–6 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009C2H Compiler ConceptsC2H Support in Nios II Tool FlowsThe Nios II IDE is the

Seite 25 - OpenCore Plus Evaluation

6–2 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Connection PragmaReducing Arbitration LogicExample 6–1 illustrates use of th

Seite 26 - Tutorial

Altera Corporation 9.1 6–3November 2009 Nios II C2H Compiler User GuidePragma Referencemaster port when it begins a sequence of transfer requests.

Seite 27 - Getting Started Tutorial

6–4 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Interrupt PragmaInterrupt PragmaTo use a hardware accelerator in interrupt m

Seite 28 - Create the Software Project

Altera Corporation 9.1 6–5November 2009 Nios II C2H Compiler User GuidePragma ReferenceExample 6–4. Interrupt Header File#ifndef ALT_C2H_COPROCESS_

Seite 29 - Altera Corporation 9.1 2–7

6–6 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Unshare Pointer PragmaExample 6–5. Automatically Shared Master Port#pragma a

Seite 30 - 2–8 9.1 Altera Corporation

Altera Corporation 9.1 7–1 November 2009 7. ANSI C Compliance and RestrictionsIntroductionThe Nios II C-to-Hardware Acceleration (C2H) Compiler s

Seite 31 - Altera Corporation 9.1 2–9

7–2 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Language Escape character sequences in character constants are supported if

Seite 32 - Rebuild the Project

Altera Corporation 9.1 7–3November 2009 Nios II C2H Compiler User GuideANSI C Compliance and RestrictionsArray Initialization (Section 6.7.8, Parag

Seite 33

7–4 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009LanguageThe following example, which passes the address of a as the argument

Seite 34

Altera Corporation 9.1 7–5November 2009 Nios II C2H Compiler User GuideANSI C Compliance and RestrictionsFor example, the following code shows two

Seite 35

Altera Corporation 9.1 1–7November 2009 Nios II C2H Compiler User GuideIntroduction to the C2H CompilerC2H Compiler calls other tools in the backgr

Seite 36

7–6 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009LanguageExample 7–1 defines three sub-functions, sub_plus_one(), sub_plus_tw

Seite 37 - Remove the Accelerator

Altera Corporation 9.1 7–7November 2009 Nios II C2H Compiler User GuideANSI C Compliance and RestrictionsFunction Prototypes (Section 6.9.1, Paragr

Seite 38

7–8 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009LanguageExample 7–3. Nonrecursive Implementation of Factorial Functionint fa

Seite 39

Altera Corporation 9.1 7–9November 2009 Nios II C2H Compiler User GuideANSI C Compliance and Restrictions{ char *c1 = "??<"; return

Seite 40

7–10 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Other Restrictions

Seite 41 - Reference

Altera Corporation 9.1 1Nios II C2H CompilerAdditional InformationReferenced DocumentsThis user guide references the following documents: Quartus II

Seite 42 - Assignments

2 9.1 Altera Corporation Nios II C2H Compiler User GuideRevision HistoryRevision HistoryThe table below displays the revision history for the chapte

Seite 43

Altera Corporation 9.1 3Nios II C2H Compiler User GuideAdditional InformationHow to Contact AlteraFor the most up-to-date information about Altera

Seite 44 - <<

4 9.1 Altera Corporation Nios II C2H Compiler User GuideTypographic ConventionscA caution calls attention to a condition or possible situation that

Seite 45 - Iteration Statements

1–8 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009C2H Compiler ConceptsThe C2H Compiler Operates at the Function LevelCode you

Seite 46 - Selection Statements

Altera Corporation 9.1 1–9November 2009 Nios II C2H Compiler User GuideIntroduction to the C2H CompilerSystem ArchitectureFigure 1–1 shows the arch

Seite 47 - Altera Corporation 9.1 3–7

1–10 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009C2H Compiler ConceptsThe accelerator's connections are managed by the

Seite 48 - Conditional Operator ?:

Altera Corporation 9.1 1–11November 2009 Nios II C2H Compiler User GuideIntroduction to the C2H CompilerThe software wrapper, executing on the Nios

Seite 49 - Altera Corporation 9.1 3–9

1–12 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009C2H Compiler Concepts Subfunctions called within an accelerated function a

Seite 50

Altera Corporation 9.1 1–13November 2009 Nios II C2H Compiler User GuideIntroduction to the C2H CompilerC Code Appropriate for Hardware Acceleratio

Seite 51 - Subfunction Calls

Copyright © 2009 Altera Corporation. All rights reserved. Altera, The Programmable Solutions Company, the stylized Altera logo, specific device des-ig

Seite 52

1–14 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009C Code Appropriate for Hardware AccelerationExample 1–1. Checksum Calculati

Seite 53 - Declarations

Altera Corporation 9.1 1–15November 2009 Nios II C2H Compiler User GuideIntroduction to the C2H Compiler If the code contains C syntax not support

Seite 54 - Scalar Variables

1–16 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Next Stepsextent that you analyze the code and understand it. In either cas

Seite 55 - Accesses

Altera Corporation 9.1 2–1 November 2009 2. Getting Started TutorialIntroductionThis chapter describes the design flow for the Nios® II C-to-Har

Seite 56

2–2 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Typical Design FlowTypical Design FlowA typical design flow using the C2H Co

Seite 57

Altera Corporation 9.1 2–3November 2009 Nios II C2H Compiler User GuideGetting Started TutorialDuring the design process with the C2H Compiler, you

Seite 58 - Memory Accesses

2–4 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009TutorialOpenCore Plus hardware evaluation supports the tethered mode of oper

Seite 59 - Volatile Type Qualifier

Altera Corporation 9.1 2–5November 2009 Nios II C2H Compiler User GuideGetting Started Tutorialf You can download dma_c2h_tutorial.c from the Nios

Seite 60

2–6 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Tutorial2. Set up the hardware project directorya. Using a file management t

Seite 61 - Address Computation

Altera Corporation 9.1 2–7November 2009 Nios II C2H Compiler User GuideGetting Started Tutorial3. If the Welcome to the Altera Nios II IDE page dis

Seite 62 - Data Computation

Altera Corporation 9.1 iii ContentsChapter 1. Introduction to the C2H CompilerUser Guide Overview ...

Seite 63 - Master-Slave Connections

2–8 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Tutorial2. Observe the execution time in the Console view. Example 2–1 shows

Seite 64

Altera Corporation 9.1 2–9November 2009 Nios II C2H Compiler User GuideGetting Started Tutorialb. Turn on Build software, generate SOPC Builder sys

Seite 65

2–10 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009TutorialRebuild the ProjectTo rebuild the project, perform the following st

Seite 66 - Array Subscript Operator

Altera Corporation 9.1 2–11November 2009 Nios II C2H Compiler User GuideGetting Started Tutorial1 If you copy or move a C2H project to a different

Seite 67

2–12 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Tutorial4. Expand the Resources section and all subsections, as shown in Fi

Seite 68 - Structure and Union Operators

Altera Corporation 9.1 2–13November 2009 Nios II C2H Compiler User GuideGetting Started Tutorial5. Expand the Performance section and all subsectio

Seite 69

2–14 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Tutorialf For further information on optimizing C2H Compiler results, refer

Seite 70 - Scheduling

Altera Corporation 9.1 2–15November 2009 Nios II C2H Compiler User GuideGetting Started Tutoriala. If the Programmer window is not still open, on t

Seite 71 - Data Dependencies

2–16 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Next Steps2. Rebuild the project in the Nios II IDE. 1 You must rebuild the

Seite 72 - Pointer Aliasing

Altera Corporation 9.1 2–17November 2009 Nios II C2H Compiler User GuideGetting Started Tutorialmore iterations of optimization to produce better r

Seite 73

iv 9.1 Altera Corporation Nios II C2H Compiler User GuideContentsNext Steps ...

Seite 74

2–18 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Next Steps

Seite 75 - my_ptrb[offset_b] = b + 8;

Altera Corporation 9.1 3–1 November 2009 3. C-to-Hardware Mapping ReferenceThis chapter describes how the Nios® II C-to-Hardware Acceleration (C

Seite 76

3–2 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009One-to-One C-to-Hardware MappingTable 3–1 lists the equivalent hardware stru

Seite 77 - Read Operations with Latency

Altera Corporation 9.1 3–3November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceThere are two types of exceptions to this rul

Seite 78

3–4 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009One-to-One C-to-Hardware MappingPipelined Operations and AssignmentsThe C2H

Seite 79 - Stalling

Altera Corporation 9.1 3–5November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceFigure 3–1 shows the hardware that results fr

Seite 80

3–6 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009One-to-One C-to-Hardware MappingThe fundamental iteration statement for the

Seite 81

Altera Corporation 9.1 3–7November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceFigure 3–4. if-else LogicIf the if statement

Seite 82 - Loop Pipelining

3–8 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009One-to-One C-to-Hardware MappingFigure 3–5. if Logic Without elseConditional

Seite 83

Altera Corporation 9.1 3–9November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceFigure 3–6 shows the circuit that results fro

Seite 84 - Loop-Carried Dependencies

Altera Corporation 9.1 vNios II C2H Compiler User GuideContentsConnection Pragma ...

Seite 85

3–10 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009One-to-One C-to-Hardware MappingTable 3–4 shows an example of a switch stat

Seite 86

Altera Corporation 9.1 3–11November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceFigure 3–7. switch LogicSubfunction CallsA s

Seite 87

3–12 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009One-to-One C-to-Hardware MappingTable 3–5 shows an example of a subfunction

Seite 88

Altera Corporation 9.1 3–13November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceThe Nios II C2H Compiler does not perform an

Seite 89 - Subfunction Pipelining

3–14 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Variable DeclarationsScalar VariablesFor local scalar variables, the C2H Co

Seite 90

Altera Corporation 9.1 3–15November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping Reference• Arrays that are initialized• Global variab

Seite 91 - Resource

3–16 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Memory Accessesbehavior of a C function accessing memory is the same, regar

Seite 92 - Resource Sharing

Altera Corporation 9.1 3–17November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceBecause the array subscript operation and th

Seite 93

3–18 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Memory AccessesExample 3–10 shows two dereferences that are identical insid

Seite 94

Altera Corporation 9.1 3–19November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceExample 3–12 demonstrates another case of no

Seite 95 - 4. Understanding the C2H

vi 9.1 Altera Corporation Nios II C2H Compiler User GuideContents

Seite 96 - Configuration Meaning

3–20 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Memory AccessesExample 3–13 demonstrates the use of volatile to guarantee m

Seite 97

Altera Corporation 9.1 3–21November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceEach of these signals is registered at the m

Seite 98

3–22 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Memory Accessesport. After some number of clock cycles determined by the sl

Seite 99 - Altera Corporation 9.1 4–5

Altera Corporation 9.1 3–23November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceThe write-data signal for the Avalon-MM mast

Seite 100 - Resources

3–24 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Memory AccessesSpecifying Master-Slave ConnectionsBy default, the C2H Compi

Seite 101 - Understanding the C2H View

Altera Corporation 9.1 3–25November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceExample 3–15 illustrates usage of the connec

Seite 102 - 4–8 9.1 Altera Corporation

3–26 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Memory AccessesExample 3–17 connects the variable x in function myfunc to t

Seite 103 - Altera Corporation 9.1 4–9

Altera Corporation 9.1 3–27November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceAlthough an array is considered to be a poin

Seite 104 - Performance

3–28 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Memory AccessesStructure and Union OperatorsThe structure and union constru

Seite 105 - Loop Latency

Altera Corporation 9.1 3–29November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceConsider the simple struct declaration shown

Seite 106

Altera Corporation 9.1 1–1 November 2009 1. Introduction to the C2H CompilerThe Nios® II C-to-Hardware Acceleration (C2H) Compiler is a tool tha

Seite 107

3–30 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009SchedulingConsider the simple struct declaration shown in Example 3–25. Exa

Seite 108 - Scheduling Information

Altera Corporation 9.1 3–31November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping Referencehardware. After the C2H Compiler creates the

Seite 109

3–32 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009SchedulingFigure 3–12. Dependency GraphThe C2H Compiler uses the dependency

Seite 110

Altera Corporation 9.1 3–33November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping Referenceoperations that come before it. Because arra

Seite 111

3–34 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Schedulingcompile-time due to the possibility of aliasing. This dependency

Seite 112

Altera Corporation 9.1 3–35November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceFigure 3–15. __restrict__ Pointer Type Break

Seite 113 - Further Reading

3–36 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009SchedulingFigure 3–16. Pointers Always Depend on ThemselvesIn this example,

Seite 114

Altera Corporation 9.1 3–37November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceFigure 3–17. Using Another Pointer to Avoid

Seite 115 - Tools Command Line

3–38 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Schedulingand mitigate the effects of memory latency. Through close integra

Seite 116

Altera Corporation 9.1 3–39November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceFigure 3–18. Early Scheduling of Read Operat

Seite 117 - Altera Corporation 9.1 5–3

1–2 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Target AudienceTarget AudienceThis user guide assumes you have at least a ba

Seite 118 - C2H Performance Metrics

3–40 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009SchedulingFor the purposes of scheduling, the C2H Compiler treats a loop an

Seite 119 - 6. Pragma Reference

Altera Corporation 9.1 3–41November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceIf multiple loops have no interdependencies,

Seite 120 - Reducing Arbitration Logic

3–42 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009SchedulingMemory TransfersAvalon-MM system interconnect fabric manages arbi

Seite 121 - Flow Control

Altera Corporation 9.1 3–43November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceFigure 3–20. Dependency Graph for a Loop Blo

Seite 122 - Interrupt

3–44 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009SchedulingFigure 3–21 illustrates how the C2H Compiler schedules successive

Seite 123 - Unshare Pointer

Altera Corporation 9.1 3–45November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceFigure 3–22 shows the dependency graph for t

Seite 124 - Unshare Pointer Pragma

3–46 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009SchedulingFigure 3–23 illustrates how the C2H Compiler schedules successive

Seite 125 - Restrictions

Altera Corporation 9.1 3–47November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping Referencethat performs Avalon-MM pipelined read trans

Seite 126 - Language

3–48 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009SchedulingState 1 in Figure 3–24 remains empty because list has two cycles

Seite 127 - Expressions

Altera Corporation 9.1 3–49November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceLoop Latency and Cycles per Loop Iteration (

Seite 128 - Functions

Altera Corporation 9.1 1–3November 2009 Nios II C2H Compiler User GuideIntroduction to the C2H Compiler Straightforward C-to-hardware mapping – Th

Seite 129 - Altera Corporation 9.1 7–5

3–50 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009SchedulingExample 3–38. Pipelined Subfunctionint MAX(int a, int b){ return

Seite 130 - 7–6 9.1 Altera Corporation

Altera Corporation 9.1 3–51November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceResource SharingThe C2H Compiler is capable

Seite 131 - Altera Corporation 9.1 7–7

3–52 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Resource SharingThe resource sharing technique used for memory accesses dif

Seite 132 - Goto (Section 6.8.6.1)

Altera Corporation 9.1 3–53November 2009 Nios II C2H Compiler User GuideC-to-Hardware Mapping ReferenceFigure 3–26. Shared And Independent Resource

Seite 133

3–54 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009Resource Sharing

Seite 134 - Other Restrictions

Altera Corporation 9.1 4–1 November 2009 4. Understanding the C2H ViewIntroductionThis chapter discusses the Altera Nios II C-to-Hardware Accele

Seite 135 - Additional Information

4–2 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009OverviewTable 4–1 *summarizes the project build configurations.Table 4–1. Pr

Seite 136 - Revision History

Altera Corporation 9.1 4–3November 2009 Nios II C2H Compiler User GuideUnderstanding the C2H ViewFunction Build ConfigurationsThe function build co

Seite 137 - Conventions

4–4 9.1 Altera Corporation Nios II C2H Compiler User Guide November 2009ResourcesTable 4–2. Function Build ConfigurationsConfiguration MeaningUse ha

Seite 138 - Visual Cue Meaning

Altera Corporation 9.1 4–5November 2009 Nios II C2H Compiler User GuideUnderstanding the C2H ViewExample 4–1. Vector Power Calculation#pragma alter

Kommentare zu diesen Handbüchern

Keine Kommentare