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

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
Figure 3–4. if-else Logic
Example 3–3. if Logic Without else
Altera Corporation
November 2009
if (foo > bar)
foo += bar;
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
9.1
C-to-Hardware Mapping Reference
Nios II C2H Compiler User Guide
Example
3–3.
3–7

Related parts for IPT-C2H-NIOS