Excalibur Solutions Using the Expansion Bus Interface. Introduction. EBI Characteristics

Size: px
Start display at page:

Download "Excalibur Solutions Using the Expansion Bus Interface. Introduction. EBI Characteristics"

Transcription

1 Excalibur Solutions Using the Expansion Bus Interface October 2002, ver. 1.0 Application Note 143 Introduction In the Excalibur family of devices, an ARM922T processor, memory and peripherals are embedded on an FPGA. For designers, this combination of elements provides an easy and flexible way of integrating highly-complex embedded microprocessor designs into a cost-effective and faster time-to-market system-on-a-programmable-chip (SOPC) solution. In addition to the benefits of easy design development, Excalibur devices offer the flexibility of configuration through the expansion bus interface (EBI). The EBI in the Excalibur embedded stripe provides a connection between external peripherals and the system bus. A flash memory connected to the EBI can be used to boot and configure the Excalibur device. In addition, the EBI can also be used to connect slower memorymapped peripherals to the ARM922T processor. EBI Characteristics The EBI is a 16-bit bidirectional interface connecting external memorymapped peripherals to the AHB2 bus on the embedded stripe. The AHB2 slave interface runs synchronously to the AHB2 bus, supporting all transaction types, as defined in the ARM document AMBA Specification, Revision 2.0, and works at a range of frequencies. The EBI manages data packing and unpacking automatically, based on endianness, block configuration, and the size of the transaction selected by the master. It also supports rate adaptation for slow external devices. Four blocks of up to 32 Mbytes of external memory or memory-mapped devices can be connected to the EBI. The base address and size of each block is set in the memory map registers. In boot-from-flash mode, EBI width and voltage standard are selectable by configuration at power-up. The EBI is a slave-only interface, with a fixed programmable access period selectable on a block-by-block basis. A clock can be output for synchronous operation, if required, with a programmable divide from the AHB2 clock frequency. Split responses can be issued to AHB transactions that otherwise tie up the bus for a long period, e.g., a long burst read from a slow 8-bit external device. Altera Corporation 1 A-AN

2 The EBI can be configured to operate in various ways, as follows: Synchronous connection, with variable wait states 8- or 16-bit bus width optionally using byte enables Active-high or active-low chip-select polarity Width and Voltage Operation The EBI can be set up for 8-bit or 16-bit operation, i.e., devices on the EBI can be 8 bits or 16 bits wide, using a 2.5-V, 3.3-V or 1.8-V input supply. Flash memory devices are typically slower than other types of memory, so EBI outputs are usually driven at a slow slew rate by default. However, using the Quartus II MegaWizard Plug-In, designers can optionally choose a fast slew rate or open drain output. EBI Functions This section describes the internal operation of the EBI and the basic functions of all the signals on the EBI, as shown in Figure 1. Figure 1. EBI Internal Block Diagram Interrupt Timer Data (HWDATA) 32 Address (HADDR) 32 Control (HSIZE... ) AHB Slave Interface 72 Transaction FIFO 72 Timeout Start/ Stop EBI_DQ 16 Data (HRDATA) Write Data Control Read Data Read Return FIFO 32 EBI Transaction Sequencer EBI_A 25 EBI_CS 4 EBI_WE_n EBI_OE_n EBI_BE EBI_ACK Control and Status Registers Control EBI_CLK AHB2 Interface EBI Interface 2 Altera Corporation

3 Table 1 lists the EBI interface signals: Table 1. EBI Interface Signals Signal Description EBI_DQ [15:0] 16-bit bidirectional data bus, which carries data between the EBI and the connected peripheral EBI_A [24:0] Unidirectional bus that can be connected to four blocks of 32 Mbytes each EBI_CS [3:0] Chip-select signal for each of the four blocks on the EBI. Individual chip selects correspond to memory map blocks EBI0, EBI1, EBI2, and EBI3. The default polarity of this signal is active-low EBI_WE_n Write-enable signal to the peripheral. EBI_OE_n Read-enable signal to the peripheral EBI_BE Optional byte enables, provided to allow byte writes/reads to a 16-bit bus EBI_ACK Asynchronous acknowledgement input to the EBI from the peripheral to make EBI aware of its ready status. The conventional use of this signal is currently not supported; however, an alternative way of using asynchronous memory is described later in this application note. EBI_CLK Clock output from the EBI EBI Internal Operation As shown in Figure 1 on page 2, the EBI consists of two interfaces, the AHB2 interface and the EBI interface, which communicate by means of the transaction FIFO buffer and the read-return FIFO buffer. The AHB2 interface receives transactions from masters on the AHB2 bus, which it posts to the transaction FIFO buffer. The EBI interface decodes the transactions and drives the appropriate signals from the memory interface based on the settings in the control registers. For read transactions, the EBI interface posts read data to the read-return FIFO buffer. f For more information on the EBI FIFO buffers, refer to the Excalibur Devices Hardware Reference Manual. Altera Corporation 3

4 AHB2 Interface The AHB2 interface consists of the AHB slave interface and control and status registers, as shown in Figure 1 on page 2. AHB Slave Interface The AHB slave interface decodes bus transactions from the AHB2 bus masters and provides a response based on the settings for the EBI block that has been targeted for the transaction. The EBI block settings are maintained in the control registers, which are set up depending on the options you set for the EBI in the Quartus II MegaWizard Plug-In. See Configuring the EBI Using the Quartus II MegaWizard Plug-In on page 6 for details. Control and Status Registers For control and status register read and write operations, the slave interface can operate at the full speed of the AHB2 clock, and wait-states are not required. For writes or reads to an EBI block, the slave interface posts a transaction to the transaction FIFO, and wait-states the AHB2 bus according to the settings for the block. For a non-split read, the slave interface stalls the AHB2 bus until the data from the read is available. 1 Stalling the bus for a slow device can inhibit the performance of the EBI. Split transactions are supported to increase the utilization of the AHB2 bus while interfacing to slow peripherals on the EBI. f For more information on split transactions on the EBI, refer to the Excalibur Devices Hardware Reference Manual. 4 Altera Corporation

5 EBI Interface The EBI interface consists of the timer and the EBI transaction sequencer, which are used in conjunction for interface flexibility. Timer The timer is a binary counter that is used to time asynchronous memory access. In asynchronous operation, the timer counts the number of EBI_CLK cycles taken to receive an acknowledgement from an asynchronous device on the EBI and compares it with the acceptable timeout period, which is programmable via the EBI_CR register. If no acknowledgement is received before the expiration of the time-out period, the timer generates an interrupt to prevent the bus locking. The EBI_INT_ADDRSR register maintains the address and byte access information of the memory location that caused the time-out. Clearing the interrupt from EBI_INT_SR restarts the timer. f For more details about the acknowledgement signal, EBI_ACK, refer to the Excalibur device errata. Transaction Sequencer The transaction sequencer performs the following functions: Runs state machines that perform reads and writes to the EBI blocks Controls all EBI external pins Generates the EBI clock i.e., the EBI_CLK external pin Assembles bytes/half words into words for reads Reformats words into bytes/half words for writes Handles endianness The transaction sequencer controls all of the external pins of the EBI by taking input from the transaction FIFO output and using each entry as an instruction. The transaction sequencer performs a table lookup of the EBI block number to obtain key parameters for the sequence of memory accesses that it needs to make to process the instruction. The EBI block number identifies timing information, such as the polarity of chip-enables and the number of wait states for the memory access. The block number also provides other information, such as whether byte enables are used to access of the external memory. Altera Corporation 5

6 Configuring the EBI Using the Quartus II MegaWizard Plug-In This section explains how to use the Quartus II MegaWizard Plug-In to configure the EBI by setting up the control registers with the memory block characteristics. Reserving Pins for the EBI Figure 2 on page 7 shows how to reserve a bank of pins for the EBI, which is done automatically if you turn on Do you want to boot from FLASH? If you do not want to boot from flash memory, you can still reserve pins for the EBI by turning on EBI (FLASH) under Reserve Pins. Reserving pins for the EBI gives further options for the Inputs and Outputs voltage supplies. One selects the output slew rate, which for the EBI is usually slow; another selects the chip input supply, which is typically 3.3 V, but can be 1.8 V. 6 Altera Corporation

7 Figure 2. MegaWizard Plug-In Manager EBI Block Settings Figure 3 shows how to specify the start address and memory size for each of the blocks in the EBI. When you designate the location of a block, the wizard displays an additional dialog, which is used to specify its particular characteristics. Figure 3 demonstrates how the wizard is used to specify characteristics for EBI block 0. Altera Corporation 7

8 Figure 3. EBI Block Settings In this page of the wizard, you can set the following characteristics for each EBI block: Prefetch To increase bridge throughput, the EBI supports read prefetching. Read pre-fetching occurs in situations where the AHB master interface cannot determine the exact amount of data in a burst (i.e., an unspecified length burst is in progress). The AHB master interface continues to fill the read buffer until it is full, anticipating that the data will be needed. When a new transaction begins, the data is no longer valid. 1 Prefetching should not be used where reads have side effects, i.e., where a read can have the effect of resetting bits. 8 Altera Corporation

9 Byte Enable Devices on the EBI can be 8- or 16-bits wide. Transactions on AHB2 can be 8-, 16-, or 32-bits wide. If the size of the AHB transaction exceeds the EBI device width, the transaction sequencer makes multiple EBI accesses. If the AHB transaction is smaller than the EBI, the transaction sequencer masks the data read or, if appropriate, uses byte enables. Byte enables are also used to allow byte-writes to a 16-bit bus, although this does not work if the connected flash devices do not use byte-enables. EBI_BE0 is used for EBI_DQ [7..0]; EBI_BE1 is used for EBI_DQ [15..8]. Wait Cycles Wait cycles are sometimes required to meet the read/write timing requirement of the connected memory device. Inserting wait cycles prolongs the signals EBI_WE_n and EBI_OE_n by the specified number of wait cycles, where a wait cycle is an EBI_CLK cycle count. CS Polarity Chip-select polarity depends on the specification of the memory connected to the EBI. Flash memory devices typically have an active-low chip select, but this is not always the case. Data Width This is the data width of the memory connected to the EBI. It can be either an 8- or 16-bit flash memory or a memorymapped device. Figure 3 on page 8 shows how each of four EBI blocks is configured for a different 32-Mbyte address space. Each block can have different flash settings. (e.g., EBI0 could be 8-bit wide with an active-low chip select and wait cycles of 0, whereas EBI2 could be a 16-bit wide peripheral with an active-high chip select and wait cycles of 9; similarly, EBI1 and EBI3 could have different individual interface settings). Altera Corporation 9

10 EBI Global Settings The wizard allows you to specify global settings for the EBI, in addition to individual EBI block settings. Figure 3 on page 8 shows the EBI global settings, which are fixed for all the four EBI blocks. The settings are described below: Bus Clock Divide The AHB2 clock is divided by the number specified in this setting, which must be in the range 1 to 16. The resultant clock is EBI_CLK, as shown in Figure 1 on page 2. Timeout This is used for asynchronous connection to flash memory. The count specified here counts a specified number of EBI clocks for a flash memory acknowledge signal. If the acknowledge is not received during the specified time, the time-out condition generates an interrupt. Enable external clock This outputs EBI_CLK as an external clock pin. It can be used for synchronous memory connection. Enable split reads In conditions where the memory connected to the EBI is extremely slow or stalls the bus, e.g., when a long burst is read from a slow 8-bit external device, split reads are beneficial. f For more information about split transactions on the EBI, refer to the Excalibur Devices Hardware Reference Manual. Excalibur EBI Port Figure 4 on page 11 shows a block symbol instance of the EBI instantiated -in the ARM stripe. You use the wizard to set up the EBI port, as explained in Configuring the EBI Using the Quartus II MegaWizard Plug-In on page Altera Corporation

11 Figure 4. EBI Port on ARM Stripe Symbol The external interrupt pin, intextpin, is implemented on the same set of input pins (i.e., the same power bank) as the EBI interface pins. Consequently, this pin is only enabled if the EBI interface is enabled. It is a shared pin, level-triggered and active-low, whereas all other interrupt sources are active-high. intextpin does not affect EBI functioning; it is an input to the embedded stripe interrupt controller. 1 To create this stripe instance, the minimum options in the wizard have been chosen, i.e., the only memory-mapped regions are EBI0, EBI1, EBI2, EBI3 and the general purpose registers. EBI Timing Diagrams Figures 5 and 6, starting on page 12, show the synchronous operation of the EBI interface. Signals are sampled on the rising edge of the EBI clock. For a read operation, when the chip has been selected, data is sampled from memory when EBI_OE_n is low. This occurs at T3 in Figure 5. For write transactions, as shown in Figure 6 on page 13, when the chip has been selected, data is written to memory when EBI_WE_n is low. Altera Corporation 11

12 Figure 5. EBI Synchronous Read (0 Wait States) T1 T2 T3 EBI_CLK EBI_A EBI_CS EBI_DQ EBI_OE_n EBI_WE_n 12 Altera Corporation

13 Figure 6. EBI Synchronous Write (0 Wait States) T1 T2 T3 EBI_CLK EBI_A EBI_CS EBI_DQ EBI_WE_n EBI_OE_n Connecting Flash Memory to the EBI This section outlines how to connect different types of flash memory to the EBI on Excalibur devices, using an Intel 3-V advanced+ boot block 16-bit flash memory (TE28F160C3TC80) as an example. Figure 7 on page 14 shows a block-level schematic of how this device is connected to the EBI. Altera Corporation 13

14 Figure 7. TE28F160C3TC80 Connections to the EBI (2) EBI_CS [x] (1) WP# CE# EBI_WE_n WE# Excalibur Solution EBI_OE_n OE# LH28F160BVE nreset RP# EBI_A[16:1] A15-A0 EBI_DQ[15:0] DQ15-DQ0 (1) Only for EBI_CS[1], EBI_CS[2], EBI_CS[3] (2) If high, lockable blocks are unlocked Flash Memory Timing Requirements The features of the TE28F160C3TC80 include: Zero-latency, flexible block locking 128-bit protection register Simple system implementation for 12-V production programming with 2.7-V, in-field programming Ultra low-power operation at 2.7 V V CCQ input of 1.65 V 2.5 V on all I/Os Minimum 100,000 block erase cycles Common flash interface (CFI) data structure for software query of device specifications and features The TE28F160C3TC80 read and write timing parameters specified below are abstracted from the device datasheet. Refer to the Intel 28F160C3T device datasheet for more specific timings. 14 Altera Corporation

15 Flash Read Timing Requirements The EBI must satisfy the timing requirements given in Table 2 when reading from the TE28F160C3TC80 device. Table 2. TE28F160C3TC80 Read Timing Parameters Parameter Read cycle time Address to output delay OE# to output delay CE# to output delay Value 80 ns (min.) 80 ns (max.) 20 ns (max.) 80 ns (max.) 1 The EBI meets these timing requirements. Refer to the Excalibur Devices Hardware Reference Manual for details of EBI timing. Flash Write Timing Requirements The EBI must satisfy the following timing requirements given in Table 3 when writing to the TE28F160C3TC80 device: Table 3. TE28F160C3TC80 Write Timing Parameters Parameter WE# (CE#) low pulse width Data setup to WE# (CE#) going high Address setup to WE# (CE#) going high WE# (CE#) pulse width high Value 50 ns (min) 40 ns (min.) 50 ns (min.) 30 ns (min.) 1 The EBI meets these timing requirements. Refer to the Excalibur Devices Hardware Reference Manual for details of EBI timing. Altera Corporation 15

16 How EBI Settings Affect the Operation of the EBI This section explains why you must specify the number of wait states and clock cycles on the EBI accurately, using two examples to illustrate why this is important. For the first example, Figure 8 on page 16 shows settings specified for block 0 of the EBI connected to the TE28F160C3TC80. For this example, assume that the AHB2 clock is running at 50 MHz. Because the bus clock divide of AHB2 is specified as 1, the frequency of EBI_CLK is also 50 MHz. The number of wait states is specified as 0 and, since the peripheral is a 16-bit flash memory, the data width selected is 16. The chipselect for this flash memory is active-low. Figure 8. EBI Settings that do not Meet Timing Requirements 16 Altera Corporation

17 The simulation waveform in Figure 9 shows the effect of writing a burst of eight words to the flash memory using these EBI settings. Figure 9. ModelSim Waveform Flash Write Timing Not Met EBI_CLK Chip-enable CE# Write-enable WE# Figure 9 gives the timing values shown in Table 4. Table 4. Simulation Results Parameter WE# (CE#) pulse width Data setup to WE# (CE#) going high Address setup to WE# (CE#) going high Address setup to WE# (CE#) going high Value ns ns ns ns Table 4 shows that the timing requirements of the TE28F160C3TC80 are too low for the Write Pulse Width and the Data Setup to WE going high parameters. This can be avoided by specifying the correct number of wait states in the MegaWizard Plug-In. For the second example, assume that the AHB2 clock is 50 MHz and that the rest of the settings on the EBI block are the same as in the previous example, except that the number of wait states is now specified as 6. Figure 10 shows the simulation waveform of a read and write to the device, demonstrating that all of its timing requirements have been met. Altera Corporation 17

18 Figure 10. ModelSim Waveform Flash Timing Requirements Met Figure 10 gives the timing values listed in Table 5: Table 5. Simulation Results (1) Parameter WE# (CE#) pulse width Data setup to WE# (CE#) going high Address setup to WE# (CE#) going high Address setup to WE# (CE#) going high Value ns ns ns ns Note: (1) Although the above example uses 6 wait states, the EBI would work with this Flash if 2 or more wait states were used. 1 It is very important to understand the timing requirements of the flash memory used on the EBI block and set the EBI parameters in the Quartus II MegaWizard Plug-In accordingly. Connecting to Multiple Memory Blocks on the EBI The EBI can interface to four 32-Mbyte blocks, which means that one flash memory can be connected per block. For example, a designer could connect four TE28F160C3TC80 flash memories to the EBI. When connecting multiple memories on the EBI and using boot-from-flash mode, the chip-selects for blocks other than EBI0 should be pulled to their de-select level at power-up. Figure 11 shows a top-level block diagram of four memories connected to the EBI. 18 Altera Corporation

19 Figure 11. Multiple Blocks on the EBI EBI_CS[3:0] EBI_WE_n EBI_OE_n nreset EBI_A[24:1] EBI_DQ[15:0] CS0# WE# OE# RP# A19-A0 D15-D0 Block 0 Intel 28F160C3 [0:19] Excalibur Device CS1# (1) Block 1 WE1# OE# IDT71V416 EBI_BE[1:0] A17-A0 SRAM D15-D0 EBI_CLK CS2# (1) Block 2 WE2# EBI_ACK (2) OE# Memory-Mapped Device A18-A0 D15-D0 CS3# (1) Block 3 (1) Memories connected to CS1, CS2 and CS3 must be pulled such that the devices are not selected at power-up (2) The signal is not supported in the present version of the silicon WE3# OE# RP# A20-A0 D15-D0 Intel 28F320C3 1 EBI_A [0] is unused, to provide the correct addressing offset for the flash memory connected to the EBI. This is needed to read the correct 16-bit or 8-bit data from the memory. Altera Corporation 19

20 Booting From Flash Memory At power-up, the embedded processor in an Excalibur device selects the memory that is connected to the EBI0 block. Therefore, it is important to deselect other memories on the same data bus as the block 0 memory. Pulling CS1, CS2 and CS3 high or low prevents all memories being simultaneously active. This section describes how to program flash memory connected to the EBI using the Altera-provided programming utility, exc_flash_programmer. This utility runs on a host PC and interfaces to the Excalibur device via JTAG, using either a ByteblasterMV cable connected to a parallel port (LPT1/LPT2) or a MasterBlaster cable via a serial port or USB. exc_flash_programmer can only program flash memory devices that include a CFI data structure. The data structure allows exc_flash_programmer to determine the command interface and obtain nformation about the device. exc_flash_programmer carries out the following procedure to authenticate the connected flash memory: 1. Issues the standard Query Access Command (0x98), allowing read output of the CFI query data structure. 2. Checks for the existence of CFI by comparing the first three data elements with the ASCII string QRY. If this comparison fails, the device does not support CFI and is rejected. 3. Reads in the rest of the CFI data structure and checks that the device interface is 16. If the interface is 8 or 32, the device is rejected. 4. Checks that the primary command-set ID is 3 (Intel boot-block) or 2 (AMD boot-block). If any other code is found, the device is rejected. Either top or bottom boot block is acceptable. 5. Checks that the device supports only two erase regions. Devices with more than two erase regions are rejected. To be programmed by exc_flash_programmer, it is necessary for a flash memory device to meet criteria 1 to Altera Corporation

21 Flash Memory Compatibility with Excalibur Devices Excalibur devices expressly support certain types of flash memory device, although not all. As well as listing the device types, this section explains how to determine whether a flash memory is compatible and can be programmed by exc_flash_programmer utility version 2.1, build 166. Flash Memory Types Supported by Excalibur Devices The following flash memory types can be programmed using the exc_flash_programmer utility version 2.1, build 166: Any 16-bit flash devices compatible with Intel 28FXX0C3 (top or bottom block) advanced boot block flash memories (primary OEM command set to 0003). Any 16-bit flash devices compatible with AMD AM29DL32XD advanced boot block flash memories ( primary OEM command set to 0002). Flash Memory Types Not Supported by Excalibur Devices The following flash memory types are not supported by the exc_flash_programmer version 2.1, build 166: Any 3-V Intel StrataFlash memory (e.g. 28F128J3A, 28F640J3A, 28F320J3A) Intel advanced boot block flash memories with the suffix B (e.g. 28F008/800B3, 28F016/160B3, 28F320B3, 28F640B3) Determining the Compatibility of Flash Memory The best way to determine whether exc_flash_programmer supports a given flash memory is as follows: 1. Ensure that the flash memory supports CFI. 2. Determine whether the CFI query table meets requirements 1 to 5 in Booting From Flash Memory on page To use a flash memory that is not supported by the Excalibur flash programmer, you must create a compatible programming algorithm. 1 Known issues with the EBI are documented in the appropriate Excalibur device errata sheets. Refer to the Altera website at for further details. Altera Corporation 21

22 101 Innovation Drive San Jose, CA (408) Applications Hotline: (800) 800-EPLD Literature Services: Copyright 2002 Altera Corporation. All rights reserved. Altera, The Programmable Solutions Company, the stylized Altera logo, specific device designations, and all other words and logos that are identified as trademarks and/or service marks are, unless noted otherwise, the trademarks and service marks of Altera Corporation in the U.S. and other countries. All other product or service names are the property of their respective holders. Altera products are protected under numerous U.S. and foreign patents and pending applications, mask work rights, and copyrights. Altera warrants performance of its semiconductor products to current specifications in accordance with Altera s standard warranty, but reserves the right to make changes to any products and services at any time without notice. Altera assumes no responsibility or liability arising out of the application or use of any information, product, or service described herein except as expressly agreed to in writing by Altera Corporation. Altera customers are advised to obtain the latest version of device specifications before relying on any published information and before placing orders for products or services. 22 Altera Corporation

Simple Excalibur System

Simple Excalibur System Excalibur Solutions Simple Excalibur System August 2002, ver. 1.0 Application Note 242 Introduction This application note describes a simple Excalibur system design that consists of software running on

More information

White Paper AHB to Avalon & Avalon to AHB Bridges

White Paper AHB to Avalon & Avalon to AHB Bridges White Paper AHB to & to AHB s Introduction For years, system designers have been manually connecting IP peripheral functions to embedded processors, taking anywhere from weeks to months to accomplish.

More information

Excalibur Solutions DPRAM Reference Design

Excalibur Solutions DPRAM Reference Design Excalibur Solutions DPRAM Reference Design August 22, ver. 2.3 Application Note 173 Introduction The Excalibur devices are excellent system development platforms, offering flexibility, performance, and

More information

Nios Soft Core Embedded Processor

Nios Soft Core Embedded Processor Nios Soft Core Embedded Processor June 2000, ver. 1 Data Sheet Features... Preliminary Information Part of Altera s Excalibur TM embedded processor solutions, the Nios TM soft core embedded processor is

More information

White Paper Using the MAX II altufm Megafunction I 2 C Interface

White Paper Using the MAX II altufm Megafunction I 2 C Interface White Paper Using the MAX II altufm Megafunction I 2 C Interface Introduction Inter-Integrated Circuit (I 2 C) is a bidirectional two-wire interface protocol, requiring only two bus lines; a serial data/address

More information

Using MAX II & MAX 3000A Devices as a Microcontroller I/O Expander

Using MAX II & MAX 3000A Devices as a Microcontroller I/O Expander Using MAX II & MAX 3000A Devices as a Microcontroller I/O Expander March 2004, ver 2.0 Application Note 265 Introduction Advantages of Using MAX II & MAX 3000A Devices Many microcontroller and microprocessors

More information

Booting Excalibur Devices

Booting Excalibur Devices Booting Excalibur Devices March 2003, ver. 1.2 Application Note 187 Introduction The Altera Excalibur devices combines an unparalleled degree of integration and programmability on a single chip. The advantages

More information

Enhanced Configuration Devices

Enhanced Configuration Devices Enhanced Configuration Devices October 2007, Version 1.2 Errata Sheet Introduction Intel-Flash- Based EPC Device Protection f This errata sheet provides updated information on enhanced configuration devices

More information

Active Serial Memory Interface

Active Serial Memory Interface Active Serial Memory Interface October 2002, Version 1.0 Data Sheet Introduction Altera Cyclone TM devices can be configured in active serial configuration mode. This mode reads a configuration bitstream

More information

ZBT SRAM Controller Reference Design

ZBT SRAM Controller Reference Design ZBT SRAM Controller Reference Design for APEX II Devices December 2001, ver. 1.0 Application Note 183 Introduction As communication systems require more low-latency, high-bandwidth interfaces for peripheral

More information

December 2002, ver. 1.3 Application Note 191. Six individual interrupts Six-bit priority scheme Five-bit priority scheme plus one individual interrupt

December 2002, ver. 1.3 Application Note 191. Six individual interrupts Six-bit priority scheme Five-bit priority scheme plus one individual interrupt Excalibur Solutions Using the Interrupt Controller December 22, ver..3 Application Note 9 Introduction This document describes the operation of the interrupt controller for the Excalibur devices, particularly

More information

Legacy SDRAM Controller with Avalon Interface

Legacy SDRAM Controller with Avalon Interface Legacy SDRAM Controller with Avalon Interface January 2003, Version 1.0 Data Sheet Introduction PTF Assignments SDRAM is commonly used in cost-sensitive applications requiring large amounts of memory.

More information

Using the Serial FlashLoader With the Quartus II Software

Using the Serial FlashLoader With the Quartus II Software Using the Serial FlashLoader With the Quartus II Software July 2006, ver. 3.0 Application Note 370 Introduction Using the Joint Test Action Group () interface, the Altera Serial FlashLoader (SFL) is the

More information

Toolflow for ARM-Based Embedded Processor PLDs

Toolflow for ARM-Based Embedded Processor PLDs Toolflow for ARM-Based Embedded Processor PLDs December 2000, ver. 1 Application Note Introduction The Excalibur embedded processor devices achieve a new level of system integration from the inclusion

More information

Estimating Nios Resource Usage & Performance

Estimating Nios Resource Usage & Performance Estimating Nios Resource Usage & Performance in Altera Devices September 2001, ver. 1.0 Application Note 178 Introduction The Excalibur Development Kit, featuring the Nios embedded processor, includes

More information

Enhanced Configuration Devices

Enhanced Configuration Devices Enhanced Configuration Devices July 2008, Version 1.3 Errata Sheet Introduction Intel-Flash- Based EPC Device Protection f This errata sheet provides updated information on enhanced configuration devices

More information

AN 547: Putting the MAX II CPLD in Hibernation Mode to Achieve Zero Standby Current

AN 547: Putting the MAX II CPLD in Hibernation Mode to Achieve Zero Standby Current AN 547: Putting the MAX II CPLD in Hibernation Mode to Achieve Zero Standby Current January 2009 AN-547-10 Introduction To save power, the MAX II CPLD can be completely powered down into hibernation mode

More information

Design Verification Using the SignalTap II Embedded

Design Verification Using the SignalTap II Embedded Design Verification Using the SignalTap II Embedded Logic Analyzer January 2003, ver. 1.0 Application Note 280 Introduction The SignalTap II embedded logic analyzer, available exclusively in the Altera

More information

Using MAX 3000A Devices as a Microcontroller I/O Expander

Using MAX 3000A Devices as a Microcontroller I/O Expander Using MAX 3000A Devices as a Microcontroller I/O Expander August 2003, Ver 1.0 Application Note 265 Introduction Advantages of Using MAX 3000A Devices Many microcontrollers and microprocessors limit I/O

More information

Stratix FPGA Family. Table 1 shows these issues and which Stratix devices each issue affects. Table 1. Stratix Family Issues (Part 1 of 2)

Stratix FPGA Family. Table 1 shows these issues and which Stratix devices each issue affects. Table 1. Stratix Family Issues (Part 1 of 2) January 2007, ver. 3.1 Errata Sheet This errata sheet provides updated information on Stratix devices. This document addresses known issues and includes methods to work around the issues. Table 1 shows

More information

Simultaneous Multi-Mastering with the Avalon Bus

Simultaneous Multi-Mastering with the Avalon Bus Simultaneous Multi-Mastering with the Avalon Bus April 2002, ver. 1.1 Application Note 184 Introduction The Excalibur Development Kit, featuring the Nios embedded processor version 2.1 supports an enhanced

More information

DDR & DDR2 SDRAM Controller

DDR & DDR2 SDRAM Controller DDR & DDR2 SDRAM Controller October 2005, Compiler Version 3.3.0 Release Notes These release notes for the DDR and DDR2 SDRAM Controller Compiler version 3.3.0 contain the following information: System

More information

DDR & DDR2 SDRAM Controller

DDR & DDR2 SDRAM Controller DDR & DDR2 SDRAM Controller December 2005, Compiler Version 3.3.1 Release Notes These release notes for the DDR and DDR2 SDRAM Controller Compiler version 3.3.1 contain the following information: System

More information

AIRbus Interface. Features Fixed width (8-, 16-, or 32-bit) data transfers (dependent on the width. Functional Description. General Arrangement

AIRbus Interface. Features Fixed width (8-, 16-, or 32-bit) data transfers (dependent on the width. Functional Description. General Arrangement AIRbus Interface December 22, 2000; ver. 1.00 Functional Specification 9 Features Fixed width (8-, 16-, or 32-bit) data transfers (dependent on the width of the data bus) Read and write access Four-way

More information

Cyclone II FPGA Family

Cyclone II FPGA Family ES-030405-1.3 Errata Sheet Introduction This errata sheet provides updated information on Cyclone II devices. This document addresses known device issues and includes methods to work around the issues.

More information

ByteBlaster II Parallel Port Download Cable

ByteBlaster II Parallel Port Download Cable ByteBlaster II Parallel Port Download Cable December 2002, Version 1.0 Data Sheet Features Allows PC users to perform the following functions: Program MAX 9000, MAX 7000S, MAX 7000AE, MAX 7000B, MAX 3000A,

More information

DDR & DDR2 SDRAM Controller Compiler

DDR & DDR2 SDRAM Controller Compiler DDR & DDR2 SDRAM Controller Compiler May 2006, Compiler Version 3.3.1 Errata Sheet This document addresses known errata and documentation issues for the DDR and DDR2 SDRAM Controller Compiler version 3.3.1.

More information

DDR & DDR2 SDRAM Controller Compiler

DDR & DDR2 SDRAM Controller Compiler DDR & DDR2 SDRAM Controller Compiler march 2007, Compiler Version 7.0 Errata Sheet This document addresses known errata and documentation issues for the DDR and DDR2 SDRAM Controller Compiler version 7.0.

More information

ARM-Based Embedded Processor Device Overview

ARM-Based Embedded Processor Device Overview ARM-Based Embedded Processor Device Overview February 2001, ver. 1.2 Data Sheet Features... Industry-standard ARM922T 32-bit RISC processor core operating at up to 200 MHz, equivalent to 210 Dhrystone

More information

Using the Nios Development Board Configuration Controller Reference Designs

Using the Nios Development Board Configuration Controller Reference Designs Using the Nios Development Board Controller Reference Designs July 2006 - ver 1.1 Application Note 346 Introduction Many modern embedded systems utilize flash memory to store processor configuration information

More information

MAX 10 User Flash Memory User Guide

MAX 10 User Flash Memory User Guide MAX 10 User Flash Memory User Guide Subscribe Last updated for Quartus Prime Design Suite: 16.0 UG-M10UFM 101 Innovation Drive San Jose, CA 95134 www.altera.com TOC-2 Contents MAX 10 User Flash Memory

More information

Implementing LVDS in Cyclone Devices

Implementing LVDS in Cyclone Devices Implementing LVDS in Cyclone Devices March 2003, ver. 1.1 Application Note 254 Introduction Preliminary Information From high-speed backplane applications to high-end switch boxes, LVDS is the technology

More information

Designing with ESBs in APEX II Devices

Designing with ESBs in APEX II Devices Designing with ESBs in APEX II Devices March 2002, ver. 1.0 Application Note 179 Introduction In APEX TM II devices, enhanced embedded system blocks (ESBs) support memory structures, such as single-port

More information

Nios II Embedded Design Suite 6.1 Release Notes

Nios II Embedded Design Suite 6.1 Release Notes December 2006, Version 6.1 Release Notes This document lists the release notes for the Nios II Embedded Design Suite (EDS) version 6.1. Table of Contents: New Features & Enhancements...2 Device & Host

More information

Stratix II FPGA Family

Stratix II FPGA Family October 2008, ver. 2.1 Errata Sheet Introduction This errata sheet provides updated information on Stratix II devices. This document addresses known device issues and includes methods to work around the

More information

Excalibur Device Overview

Excalibur Device Overview May 2002, ver. 2.0 Data Sheet Features... Combination of a world-class RISC processor system with industryleading programmable logic on a single device Industry-standard ARM922T 32-bit RISC processor core

More information

POS-PHY Level 4 MegaCore Function

POS-PHY Level 4 MegaCore Function POS-PHY Level 4 MegaCore Function November 2004, MegaCore Version 2.2.2 Errata Sheet Introduction This document addresses known errata and documentation changes for version v2.2.2 of the POS-PHY Level

More information

DDR & DDR2 SDRAM Controller Compiler

DDR & DDR2 SDRAM Controller Compiler DDR & DDR2 SDRAM Controller Compiler August 2007, Compiler Version 7.1 Errata Sheet This document addresses known errata and documentation issues for the DDR and DDR2 SDRAM Controller Compiler version

More information

DSP Development Kit, Stratix II Edition

DSP Development Kit, Stratix II Edition DSP Development Kit, Stratix II Edition August 2005, Development Kit version 1.1.0 Errata Sheet This document addresses known errata and documentation changes the DSP Development Kit, Stratix II Edition

More information

POS-PHY Level 4 POS-PHY Level 3 Bridge Reference Design

POS-PHY Level 4 POS-PHY Level 3 Bridge Reference Design Level 4 Bridge Reference Design October 2001; ver. 1.02 Application Note 180 General Description This application note describes how the Level 4 Bridge reference design can be used to bridge packet or

More information

DDR and DDR2 SDRAM Controller Compiler User Guide

DDR and DDR2 SDRAM Controller Compiler User Guide DDR and DDR2 SDRAM Controller Compiler User Guide 101 Innovation Drive San Jose, CA 95134 www.altera.com Operations Part Number Compiler Version: 8.1 Document Date: November 2008 Copyright 2008 Altera

More information

Introduction to the Altera SOPC Builder Using Verilog Design

Introduction to the Altera SOPC Builder Using Verilog Design Introduction to the Altera SOPC Builder Using Verilog Design This tutorial presents an introduction to Altera s SOPC Builder software, which is used to implement a system that uses the Nios II processor

More information

DSP Builder. DSP Builder v6.1 Issues. Error When Directory Pathname is a Network UNC Path

DSP Builder. DSP Builder v6.1 Issues. Error When Directory Pathname is a Network UNC Path March 2007, Version 6.1 Errata Sheet This document addresses known errata and documentation changes for DSP Builder version 6.1. Errata are functional defects or errors which may cause DSP Builder to deviate

More information

Nios DMA. General Description. Functional Description

Nios DMA. General Description. Functional Description Nios DMA January 2003, Version 1.1 Data Sheet General Functional The Nios DMA module is an Altera SOPC Builder library component included in the Nios development kit. The DMA module allows for efficient

More information

Matrices in MAX II & MAX 3000A Devices

Matrices in MAX II & MAX 3000A Devices Crosspoint Switch Matrices in MAX II & MAX 3000A Devices March 200, ver. 2.0 Application Note 29 Introduction With a high level of flexibility, performance, and programmability, you can use crosspoint

More information

Nios Embedded Processor Development Board

Nios Embedded Processor Development Board Nios Embedded Processor Development Board July 2003, ver. 2.2 Data Sheet Introduction Development Board Features Functional Overview This data sheet describes the features and functionality of the Nios

More information

Practical Hardware Debugging: Quick Notes On How to Simulate Altera s Nios II Multiprocessor Systems Using Mentor Graphics ModelSim

Practical Hardware Debugging: Quick Notes On How to Simulate Altera s Nios II Multiprocessor Systems Using Mentor Graphics ModelSim Practical Hardware Debugging: Quick Notes On How to Simulate Altera s Nios II Multiprocessor Systems Using Mentor Graphics ModelSim Ray Duran Staff Design Specialist FAE, Altera Corporation 408-544-7937

More information

Error Correction Code (ALTECC_ENCODER and ALTECC_DECODER) Megafunctions User Guide

Error Correction Code (ALTECC_ENCODER and ALTECC_DECODER) Megafunctions User Guide Error Correction Code (ALTECC_ENCODER and ALTECC_DECODER) Megafunctions User Guide 11 Innovation Drive San Jose, CA 95134 www.altera.com Software Version 8. Document Version: 2. Document Date: June 28

More information

Simulating Excalibur Systems

Simulating Excalibur Systems Simulating Excalibur Systems September 2002, ver. 1.0 Application Note 240 Introduction Altera provides users of Excalibur systems with a powerful multilayered simulation environment that can be used to

More information

White Paper Configuring the MicroBlaster Passive Serial Software Driver

White Paper Configuring the MicroBlaster Passive Serial Software Driver White Paper Configuring the MicroBlaster Passive Serial Software Driver Introduction The MicroBlaster TM software driver is designed to configure Altera programmable logic devices (PLDs) through the ByteBlasterMV

More information

3 Volt Intel StrataFlash Memory to Motorola MC68060 CPU Design Guide

3 Volt Intel StrataFlash Memory to Motorola MC68060 CPU Design Guide 3 Volt Intel StrataFlash Memory to Motorola MC68060 CPU Design Guide Application Note 703 April 2000 Document Number: 292251-002 Information in this document is provided in connection with Intel products.

More information

Nios II Embedded Design Suite 7.1 Release Notes

Nios II Embedded Design Suite 7.1 Release Notes Nios II Embedded Design Suite 7.1 Release Notes May 2007, Version 7.1 Release Notes This document contains release notes for the Nios II Embedded Design Suite (EDS) version 7.1. Table of Contents: New

More information

E3 Mapper MegaCore Function (E3MAP)

E3 Mapper MegaCore Function (E3MAP) MegaCore Function (E3MAP) March 9, 2001; ver. 1.0 Data Sheet Features Easy-to-use MegaWizard Plug-In generates MegaCore variants Quartus TM II software and OpenCore TM feature allow place-androute, and

More information

UTOPIA Level 2 Slave MegaCore Function

UTOPIA Level 2 Slave MegaCore Function UTOPIA Level 2 Slave MegaCore Function October 2005, Version 2.5.0 Release Notes These release notes for the UTOPIA Level 2 Slave MegaCore function contain the following information: System Requirements

More information

Exercise 1 In this exercise you will review the DSSS modem design using the Quartus II software.

Exercise 1 In this exercise you will review the DSSS modem design using the Quartus II software. White Paper DSSS Modem Lab Background The direct sequence spread spectrum (DSSS) digital modem reference design is a hardware design that has been optimized for the Altera APEX DSP development board (starter

More information

On-Chip Memory Implementations

On-Chip Memory Implementations On-Chip Memory Implementations Using Cyclone Memory Blocks March 2003, ver. 1.1 Application Note 252 Introduction Cyclone devices feature embedded memory blocks that can be easily configured to support

More information

Introduction. Synchronous vs. Asynchronous Memory. Converting Memory from Asynchronous to Synchronous for Stratix & Stratix GX Designs

Introduction. Synchronous vs. Asynchronous Memory. Converting Memory from Asynchronous to Synchronous for Stratix & Stratix GX Designs Converting from synchronous to Synchronous for Stratix & Stratix GX esigns November 2002, ver. 2.0 pplication Note 210 Introduction The Stratix TM and Stratix GX device families provide a unique memory

More information

Using Flexible-LVDS Circuitry in Mercury Devices

Using Flexible-LVDS Circuitry in Mercury Devices Using Flexible-LVDS Circuitry in Mercury Devices November 2002, ver. 1.1 Application Note 186 Introduction With the ever increasing demand for high bandwidth and low power consumption in the telecommunications

More information

Introduction to the Altera SOPC Builder Using Verilog Designs. 1 Introduction

Introduction to the Altera SOPC Builder Using Verilog Designs. 1 Introduction Introduction to the Altera SOPC Builder Using Verilog Designs 1 Introduction This tutorial presents an introduction to Altera s SOPC Builder software, which is used to implement a system that uses the

More information

Video and Image Processing Suite

Video and Image Processing Suite Video and Image Processing Suite December 2006, Version 7.0 Errata Sheet This document addresses known errata and documentation issues for the MegaCore functions in the Video and Image Processing Suite,

More information

PCI to SH-3 AN Hitachi SH3 to PCI bus

PCI to SH-3 AN Hitachi SH3 to PCI bus PCI to SH-3 AN Hitachi SH3 to PCI bus Version 1.0 Application Note FEATURES GENERAL DESCRIPTION Complete Application Note for designing a PCI adapter or embedded system based on the Hitachi SH-3 including:

More information

Intel MAX 10 User Flash Memory User Guide

Intel MAX 10 User Flash Memory User Guide Intel MAX 10 User Flash Memory User Guide Updated for Intel Quartus Prime Design Suite: 18.0 Subscribe Send Feedback Latest document on the web: PDF HTML Contents Contents 1. Intel MAX 10 User Flash Memory

More information

PCI Express Compiler. System Requirements. New Features & Enhancements

PCI Express Compiler. System Requirements. New Features & Enhancements April 2006, Compiler Version 2.1.0 Release Notes These release notes for the PCI Express Compiler version 2.1.0 contain the following information: System Requirements New Features & Enhancements Errata

More information

PCI Express Multi-Channel DMA Interface

PCI Express Multi-Channel DMA Interface 2014.12.15 UG-01160 Subscribe The PCI Express DMA Multi-Channel Controller Example Design provides multi-channel support for the Stratix V Avalon Memory-Mapped (Avalon-MM) DMA for PCI Express IP Core.

More information

3 Volt Intel StrataFlash Memory to i960 H CPU Design Guide

3 Volt Intel StrataFlash Memory to i960 H CPU Design Guide 3 Volt Intel StrataFlash Memory to i960 H CPU Design Guide Application Note 705 April 2000 Document Number: 292253-002 Information in this document is provided in connection with Intel products. No license,

More information

RLDRAM II Controller MegaCore Function

RLDRAM II Controller MegaCore Function RLDRAM II Controller MegaCore Function November 2006, MegaCore Version 1.0.0 Errata Sheet This document addresses known errata and documentation issues for the RLDRAM II Controller MegaCore function version

More information

Remote Update Intel FPGA IP User Guide

Remote Update Intel FPGA IP User Guide Remote Update Intel FPGA IP User Guide Updated for Intel Quartus Prime Design Suite: 18.0 Subscribe Latest document on the web: PDF HTML Contents Contents 1. Remote Update Intel FPGA IP User Guide... 3

More information

Simulating Nios II Embedded Processor Designs

Simulating Nios II Embedded Processor Designs Simulating Nios II Embedded Processor Designs May 2004, ver.1.0 Application Note 351 Introduction The increasing pressure to deliver robust products to market in a timely manner has amplified the importance

More information

Using Flexible-LVDS I/O Pins in

Using Flexible-LVDS I/O Pins in Using Flexible-LVDS I/O Pins in APEX II Devices August 2002, ver. 1.1 Application Note 167 Introduction Recent expansion in the telecommunications market and growth in Internet use have created a demand

More information

System-on-a-Programmable-Chip (SOPC) Development Board

System-on-a-Programmable-Chip (SOPC) Development Board System-on-a-Programmable-Chip (SOPC) Development Board Solution Brief 47 March 2000, ver. 1 Target Applications: Embedded microprocessor-based solutions Family: APEX TM 20K Ordering Code: SOPC-BOARD/A4E

More information

T3 Framer MegaCore Function (T3FRM)

T3 Framer MegaCore Function (T3FRM) MegaCore Function August 2001; ver. 1.02 Data Sheet Features Achieving optimum performance in the Altera APEX TM 20K device architecture, the multi-featured MegaCore Function meets your innovative design

More information

RapidIO Physical Layer MegaCore Function

RapidIO Physical Layer MegaCore Function RapidIO Physical Layer MegaCore Function April 2005, MegaCore version 2.2.1 Errata Sheet Introduction This document addresses known errata and documentation changes for version 2.2.1 of the RapidIO Physical

More information

Generic Serial Flash Interface Intel FPGA IP Core User Guide

Generic Serial Flash Interface Intel FPGA IP Core User Guide Generic Serial Flash Interface Intel FPGA IP Core User Guide Updated for Intel Quartus Prime Design Suite: 18.0 Subscribe Send Feedback Latest document on the web: PDF HTML Contents Contents 1. Generic

More information

Nios Embedded Processor UART Peripheral

Nios Embedded Processor UART Peripheral Nios Embedded Processor UART Peripheral March 2001, ver. 1.1 Data Sheet General Description The Nios universal asynchronous receiver/transmitter UART implements simple RS-232 asynchronous transmit and

More information

White Paper The Need for a High-Bandwidth Memory Architecture in Programmable Logic Devices

White Paper The Need for a High-Bandwidth Memory Architecture in Programmable Logic Devices Introduction White Paper The Need for a High-Bandwidth Memory Architecture in Programmable Logic Devices One of the challenges faced by engineers designing communications equipment is that memory devices

More information

Figure 1. Device Package Ordering Information for Stratix, Stratix GX, Cyclone, APEX 20KC, APEX II, Mercury & Excalibur Devices EP1S 25 F 780 C 5 N

Figure 1. Device Package Ordering Information for Stratix, Stratix GX, Cyclone, APEX 20KC, APEX II, Mercury & Excalibur Devices EP1S 25 F 780 C 5 N April 2003, ver. 15 Altera Devices Figures 1 and 2 explain the ordering codes for Altera devices. Devices that have multiple pin counts for the same package include the pin count in their ordering codes.

More information

Altera ASMI Parallel II IP Core User Guide

Altera ASMI Parallel II IP Core User Guide Altera ASMI Parallel II IP Core User Guide UG-20068 2017.05.08 Last updated for Intel Quartus Prime Design Suite: 17.0 Subscribe Send Feedback Contents Contents 1... 3 1.1 Ports...4 1.2 Parameters... 5

More information

Configuration via Protocol (CvP) Implementation in Altera FPGAs User Guide

Configuration via Protocol (CvP) Implementation in Altera FPGAs User Guide Configuration via Protocol (CvP) Implementation in Altera FPGAs User Guide Configuration via Protocol (CvP) Implementation in Altera FPGAs User Guide 101 Innovation Drive San Jose, CA 95134 www.altera.com

More information

Quad-Serial Configuration (EPCQ) Devices Datasheet

Quad-Serial Configuration (EPCQ) Devices Datasheet 2016.05.30 CF52012 Subscribe This datasheet describes quad-serial configuration (EPCQ) devices. EPCQ is an in-system programmable NOR flash memory. Supported Devices Table 1: Supported Altera EPCQ Devices

More information

Introduction. Design Hierarchy. FPGA Compiler II BLIS & the Quartus II LogicLock Design Flow

Introduction. Design Hierarchy. FPGA Compiler II BLIS & the Quartus II LogicLock Design Flow FPGA Compiler II BLIS & the Quartus II LogicLock Design Flow February 2002, ver. 2.0 Application Note 171 Introduction To maximize the benefits of the LogicLock TM block-based design methodology in the

More information

Table 1 shows the issues that affect the FIR Compiler, v6.1. Table 1. FIR Compiler, v6.1 Issues.

Table 1 shows the issues that affect the FIR Compiler, v6.1. Table 1. FIR Compiler, v6.1 Issues. December 2006, Version 6.1 Errata Sheet This document addresses known errata and documentation issues for the Altera FIR Compiler, v6.1. Errata are functional defects or errors, which may cause an Altera

More information

Table 1 shows the issues that affect the FIR Compiler v7.1.

Table 1 shows the issues that affect the FIR Compiler v7.1. May 2007, Version 7.1 Errata Sheet This document addresses known errata and documentation issues for the Altera, v7.1. Errata are functional defects or errors, which may cause an Altera MegaCore function

More information

White Paper. Floating-Point FFT Processor (IEEE 754 Single Precision) Radix 2 Core. Introduction. Parameters & Ports

White Paper. Floating-Point FFT Processor (IEEE 754 Single Precision) Radix 2 Core. Introduction. Parameters & Ports White Paper Introduction Floating-Point FFT Processor (IEEE 754 Single Precision) Radix 2 Core The floating-point fast fourier transform (FFT) processor calculates FFTs with IEEE 754 single precision (1

More information

USB BitJetLite Download Cable

USB BitJetLite Download Cable USB BitJetLite Download Cable User Guide, Inc. (USA) 14100 Murphy Avenue San Martin, CA 95046 (408) 852-0067 http://www.slscorp.com Product Version: 1.0 Document Version: 1.0 Document Date: Copyright 2010,.All

More information

Simulating the PCI MegaCore Function Behavioral Models

Simulating the PCI MegaCore Function Behavioral Models Simulating the PCI MegaCore Function Behavioral Models August 2001, ver. 1.0 Application Note 169 Introduction Altera intellectual property (IP) MegaCore functions are developed and pre-tested by Altera,

More information

April 2002, Version 1.1. Component. PTF File. Component. Component GUI Wizards. Generation. System PTF file Files and Libraries.

April 2002, Version 1.1. Component. PTF File. Component. Component GUI Wizards. Generation. System PTF file Files and Libraries. SOPC Builder April 2002, Version 1.1 Data Sheet Introduction SOPC Builder is a tool for composing bus-based systems out of library components such as CPUs, memory interfaces, and peripherals. SOPC Builder

More information

Using DCFIFO for Data Transfer between Asynchronous Clock Domains

Using DCFIFO for Data Transfer between Asynchronous Clock Domains Using DCFIFO for Data Transfer between Asynchronous Clock Domains, version 1.0 Application Note 473 Introduction In the design world, there are very few designs with a single clock domain. With increasingly

More information

AN 610: Implementing Deterministic Latency for CPRI and OBSAI Protocols in Altera Devices

AN 610: Implementing Deterministic Latency for CPRI and OBSAI Protocols in Altera Devices AN 610: Implementing Deterministic Latency for CPRI and OBSAI Protocols in Altera Devices July 2010 AN-610-1.0 This application note describes how to implement deterministic latency for Common Public Radio

More information

Using SOPC Builder. with Excalibur Devices Tutorial. 101 Innovation Drive San Jose, CA (408)

Using SOPC Builder. with Excalibur Devices Tutorial. 101 Innovation Drive San Jose, CA (408) Using SOPC Builder with Excalibur Devices Tutorial 101 Innovation Drive San Jose, CA 95134 (408) 544-7000 http://www.altera.com Document Version: 1.0 Document Date: July 2002 Copyright Excalibur Devices

More information

Implementing Bus LVDS Interface in Cyclone III, Stratix III, and Stratix IV Devices

Implementing Bus LVDS Interface in Cyclone III, Stratix III, and Stratix IV Devices Implementing Bus LVDS Interface in Cyclone III, Stratix III, and Stratix IV Devices November 2008, ver. 1.1 Introduction LVDS is becoming the most popular differential I/O standard for high-speed transmission

More information

Implementing LED Drivers in MAX Devices

Implementing LED Drivers in MAX Devices Implementing LE rivers in MAX evices ecember 2002, ver. 1.0 Application Note 286 Introduction Commercial LE river Chips iscrete light-emitting diode (LE) driver chips are common on many system boards.

More information

QDR II SRAM Board Design Guidelines

QDR II SRAM Board Design Guidelines 8 emi_dg_007 Subscribe The following topics provide guidelines for you to improve your system's signal integrity and layout guidelines to help successfully implement a QDR II or QDR II+ SRAM interface

More information

Conversion Guide (256-Mbit): Numonyx Embedded Flash Memory (J3 v. D, 130 nm) to Numonyx StrataFlash Embedded Memory (J3-65 nm)

Conversion Guide (256-Mbit): Numonyx Embedded Flash Memory (J3 v. D, 130 nm) to Numonyx StrataFlash Embedded Memory (J3-65 nm) Conversion Guide (256-Mbit): Numonyx Embedded Flash Memory (J3 v. D, 130 nm) to Numonyx StrataFlash Embedded Memory (J3-65 nm) Application Note - 308041 December 2008 308041-01 INFORMATION IN THIS DOCUMENT

More information

RapidIO MegaCore Function

RapidIO MegaCore Function March 2007, MegaCore Function Version 3.1.0 Errata Sheet This document addresses known errata and documentation issues for the Altera RapidIO MegaCore function version 3.1.0. Errata are functional defects

More information

4. TriMatrix Embedded Memory Blocks in HardCopy IV Devices

4. TriMatrix Embedded Memory Blocks in HardCopy IV Devices January 2011 HIV51004-2.2 4. TriMatrix Embedded Memory Blocks in HardCopy IV Devices HIV51004-2.2 This chapter describes TriMatrix memory blocks, modes, features, and design considerations in HardCopy

More information

Using the SDRAM on Altera s DE1 Board with Verilog Designs. 1 Introduction. For Quartus II 13.0

Using the SDRAM on Altera s DE1 Board with Verilog Designs. 1 Introduction. For Quartus II 13.0 Using the SDRAM on Altera s DE1 Board with Verilog Designs For Quartus II 13.0 1 Introduction This tutorial explains how the SDRAM chip on Altera s DE1 Development and Education board can be used with

More information

Arria II GX FPGA Development Board

Arria II GX FPGA Development Board Arria II GX FPGA Development Board DDR2 SODIMM Interface 2011 Help Document DDR2 SODIMM Interface Measurements were made on the DDR2 SODIMM interface using the Board Test System user interface. The Address,

More information

Debugging Nios II Systems with the SignalTap II Logic Analyzer

Debugging Nios II Systems with the SignalTap II Logic Analyzer Debugging Nios II Systems with the SignalTap II Logic Analyzer May 2007, ver. 1.0 Application Note 446 Introduction As FPGA system designs become more sophisticated and system focused, with increasing

More information

ALTDQ_DQS2 Megafunction User Guide

ALTDQ_DQS2 Megafunction User Guide ALTDQ_DQS2 Megafunction ALTDQ_DQS2 Megafunction 101 Innovation Drive San Jose, CA 95134 www.altera.com UG-01089-2.2 Feedback Subscribe 2013 Altera Corporation. All rights reserved. ALTERA, ARRIA, CYCLONE,

More information

FPGAs Provide Reconfigurable DSP Solutions

FPGAs Provide Reconfigurable DSP Solutions FPGAs Provide Reconfigurable DSP Solutions Razak Mohammedali Product Marketing Engineer Altera Corporation DSP processors are widely used for implementing many DSP applications. Although DSP processors

More information