The factory design – Altera Stratix II EP2S180 DSP Development Board User Manual

Page 15

Advertising
background image

Altera Corporation

Core Version a.b.c variable

2–7

Stratix II EP2S180 DSP Development Board Reference Manual

Board Components & Interfaces

Move a copy of the flash programming SOF file to your project
directory. The flash programming SOF file is in the location:

<2S60_DevKit_Install_Directory>\Examples\HW\NiosII
\altera_dsp_dev_board_stratix_2s180
\altera_dsp_dev_board_stratix_2s180.sof

3.

Run the Nios II Flash Programmer (nios2-flash-programmer) utility:

$ nios2-flash-programmer --base=0x01000000
--input=<project_name>.flash
--sof=altera_dsp_dev_board_stratix_2s180.sof
--device=1

f

For more information on programming the flash memory or loading
SOF files into the on-board flash memory, refer to the Nios II Flash
Programmer User Guide
.

The Factory Design

When the Stratix II device is programmed with the factory design, LEDs
D5 through D8 behave as a binary counter that counts down to zero. This
is a power-up indication that the board is functional and the device was
successfully programmed with the factory design.

Along with the LED counter, the factory design includes two blocks of IP
generated by the Altera NCO Compiler. One of these oscillators is
running at 10 times the frequency of the other, but both of them have the
same amplitude, covering 13 bits of dynamic range. Two sine waves
generated by these blocks are added together and the output is converted
from a 2's complement representation into unsigned integer format. This
combined sine wave signal with 14-bit dynamic range is sent to a 14-bit
D/A converter.

When the analog output of the D/A converter is connected, via the
included SMA cable, with the analog input of one of the 12-bit A/D
converters, the A/D converter’s digital output is looped back to the
Stratix II device. The design converts this loopback input from 2's
complement format to unsigned integer format. The converted loopback
data is captured by an instance of the SignalTap

®

II logic analyzer in the

design for display and analysis.

f

For step-by-step instructions on how to use the factory design to test the
functionality of the board, refer to the DSP Development Kit, Stratix II
Professional Edition Getting Started User Guide
.

Advertising