Altera Nios II C2H Compiler User Manual

Browse online or download User Manual for Measuring instruments Altera Nios II C2H Compiler. Altera Nios II C2H Compiler User Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 138
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 0
1 2 3 4 5 6 ... 137 138

Summary of Contents

Page 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

Page 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

Page 3 - Contents

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

Page 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

Page 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

Page 6

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

Page 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

Page 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

Page 9

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

Page 10

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

Page 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

Page 12 - Concepts

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

Page 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)

Page 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

Page 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

Page 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

Page 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

Page 18

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

Page 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

Page 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

Page 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

Page 22 - Next Steps

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

Page 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

Page 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

Page 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

Page 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.

Page 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

Page 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_

Page 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

Page 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

Page 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

Page 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

Page 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

Page 34

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

Page 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

Page 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

Page 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

Page 38

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

Page 39

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

Page 40

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

Page 41 - Reference

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

Page 42 - Assignments

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

Page 43

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

Page 44 - <<

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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 50

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

Page 51 - Subfunction Calls

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

Page 52

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

Page 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

Page 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

Page 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

Page 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

Page 57

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

Page 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

Page 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

Page 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

Page 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

Page 62 - Data Computation

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

Page 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

Page 64

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

Page 65

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

Page 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

Page 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

Page 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

Page 69

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

Page 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

Page 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

Page 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

Page 73

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

Page 74

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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 84 - Loop-Carried Dependencies

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

Page 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

Page 86

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

Page 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

Page 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

Page 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

Page 90

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

Page 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

Page 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

Page 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

Page 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

Page 95 - 4. Understanding the C2H

vi 9.1 Altera Corporation Nios II C2H Compiler User GuideContents

Page 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

Page 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

Page 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

Page 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

Page 100 - Resources

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

Page 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

Page 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

Page 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

Page 104 - Performance

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

Page 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

Page 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

Page 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

Page 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

Page 109

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

Page 110

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

Page 111

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

Page 112

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

Page 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,

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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,

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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 (

Page 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

Page 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

Page 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

Page 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

Page 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

Page 133

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

Page 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

Page 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

Page 136 - Revision History

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

Page 137 - Conventions

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

Page 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

Comments to this Manuals

No comments