IPT-DSPBUILDER Altera, IPT-DSPBUILDER Datasheet - Page 151

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 10: Adding a Board Library
Creating a New Board Description
© June 2010 Altera Corporation
1
The component subelements have the following definitions:
For components without an image, you can omit the icon display attribute and
define a visual representation using the plot and fprintf commands. For example:
Example Component Description File
The following code shows an example of a component description file:
direction= Specifies the direction of the signal. It can have the value of Input
or Output. You can omit this attribute for the Selectable Single Bit Type, because it
is set later.
type= Specifies the data type of the signal. The type can be BIT, INT, or UINT.
followed by the size in square brackets. For example, "BIT[1,0]" defines a single
bit while "UINT[12,0]" is a 12-bit unsigned integer.
<documentation> text </documentation> This subelement contains text
describing the component and one of the following variable that define how the
pin name, or list of pin-names appears in the new board library:
<display [attributes]> This subelement has the following attributes:
<component displayname="EVAL IO OUT" direction="Output"
type="BIT[1,0]">
Prototyping Area Pin Single Bit Output
%pinlist%
</component>
%pinname% for single bit type
%pinlist% for selectable single bit type
%indexedpinliat% for fixed size bus type
icon= specifies the image file name for the component
width= specifies the display width for the image file
height= specifies the display height for the image file
<display width="90" height="26">
plot([0 19 20 21 22 21 20 19], [0 0 1 0 0 0 -1 0]);
fprintf('EVAL IO OUT \n%pinname% ');
</display>
<documentation>
</documentation>
<display width="90" height="26">
</display>
plot([0 19 20 21 22 21 20 19],[0 0 1 0 0 0 -1 0]);
fprintf('EVAL IO OUT \n%pinname% ');
Preliminary
DSP Builder Standard Blockset User Guide
10–3

Related parts for IPT-DSPBUILDER