IPT-C2H-NIOS Altera, IPT-C2H-NIOS Datasheet - Page 75

no-image

IPT-C2H-NIOS

Manufacturer Part Number
IPT-C2H-NIOS
Description
C2H COMPILER FOR NIOS II
Manufacturer
Altera
Series
Nios®IIr
Type
Nios IIr
Datasheet

Specifications of IPT-C2H-NIOS

Function
C to Hardware Compiler
License
Initial License
Software Application
IP CORE, NIOS Processor And Functions
Core Architecture
FPGA
Core Sub-architecture
Cyclone
Rohs Compliant
NA
Lead Free Status / RoHS Status
Not applicable / Not applicable
Example 3–30. Pointers Always Depend on Themselves
void foo(int * _ _ restrict_ _ my_ptr,
{
}
Altera Corporation
November 2009
int a, b;
a
my_ptr[offset_a] = a + 7;
b
my_ptrb[offset_b] = b + 8;
int offset_a,
int offset_b)
= my_ptr[offset_a];
= my_ptr[offset_b];
Figure 3–15. _ _ restrict_ _ Pointer Type Breaks Dependencies
Although a pointer qualified with __restrict__ creates no
dependencies with other pointers, it can create dependencies with itself.
Figure 3–16
shows the dependency graph for
9.1
C-to-Hardware Mapping Reference
Nios II C2H Compiler User Guide
Example
3–30.
3–35

Related parts for IPT-C2H-NIOS