IPT-DSPBUILDER Altera, IPT-DSPBUILDER Datasheet - Page 159

DSP BUILDER SOFTWARE

IPT-DSPBUILDER

Manufacturer Part Number
IPT-DSPBUILDER
Description
DSP BUILDER SOFTWARE
Manufacturer
Altera
Type
DSPr
Datasheet

Specifications of IPT-DSPBUILDER

Function
DSP Builder
License
Initial License
Software Application
IP CORE, DSP BUILDER
Core Architecture
FPGA
Core Sub-architecture
Arria, Cyclone, Stratix
Supported Families
Arria GX, Arria II GX, Cyclone, Stratix
Rohs Compliant
NA
Lead Free Status / RoHS Status
Not applicable / Not applicable
Chapter 11: Using the State Machine Library
Using the State Machine Table Block
© June 2010 Altera Corporation
Table 11–2. Comparison Operators Supported in Conditional Expressions
Table 11–3. Idle State Condition Priority
1. Use the Move Up and Move Down buttons to change the order of the conditional
Table 11–4. Idle State Condition Priority (Reordered)
- (unary)
(...)
=
!=
>
>=
<
<=
&
|
idle
idle
idle
idle
idle
idle
idle
idle
If the conditions contain multiple operators, they are evaluated in the order that
you list them in the conditional statements table.
Table 11–3
The condition (pop=1)&(count_in=0) is higher in the table than the condition
(push=1)&(count_in=250), therefore it has higher priority.
The condition (pop=1)&(count_in!=0) has the next highest priority and the
condition (push=1)&(count_in=250) has the lowest priority.
statements
Operator
Current State
Current State
shows the conditional statements when the current state is idle.
(Table
Negative
Brackets
Numeric equality
Not equal to
Greater than
Greater than or equal to
Less than
Less than or equal to
AND
OR
11–4).
(pop=1)&(count_in=0)
push=1
(pop=1)&(count_in!=0)
(push=1)&(count_in=250)
(pop=1)&(count_in=0)
(push=1)&(count_in=250)
(pop=1)&(count_in!=0)
push=1
Description
Preliminary
Condition
Condition
1
1
2
2
2
2
2
2
2
2
Priority
DSP Builder Standard Blockset User Guide
empty
push_not_full
pop_not_empty
full
empty
full
pop_not_empty
push_not_full
-1
(1)
in1=5
in1!=5
in1>in2
in1>=in2
in1<in2
in1<=in2
(in1=in2)&(in3>=4)
(in1=in2)|(in1>in2)
Next State
Next State
Example
11–5

Related parts for IPT-DSPBUILDER