Exercise Manual. For. PCI Express Hard IP Quick Start Guide with SOPC Builder

Size: px
Start display at page:

Download "Exercise Manual. For. PCI Express Hard IP Quick Start Guide with SOPC Builder"

Transcription

1 Exercise Manual For PCI Express Hard IP Quick Start Guide with SOPC Builder Software and Hardware Requirements to Complete Exercise Software Requirements: 1) The Quartus II software version 9.0 2) ModelSim -Altera Edition tool version 6.4a OR ModelSim-Altera Starter Edition tool version 6.4a (ModelSim SE is also supported)

2 Exercise PCI Express Hard IP Quick Start Guide with SOPC Builder 2

3 PCI Express Hard IP Quick Start Guide with SOPC Builder Exercise Objectives: Implement a PCI Express system from to design to working model in under 45 minutes using an Arria II GX devices & SOPC Builder Design Details: The SOPC Builder design (shown above) that you will build in this exercise will implement a PCI Express endpoint. It contains the following blocks: The PCI Express MegaCore function implements the protocol layers. It provides communication between the PCI Express link and components connected to the system interconnect fabric. The MegaCore function makes use of the PCI Express Hard IP blocks and the Arria II GX embedded transceivers. The DMA can transfer data between the on-chip memory and the PCI Express MegaCore function. Its control port is mapped into PCI Express memory space so that it can be controlled by the root port to set up and configure data transfers. The On-Chip Memory block is used to store data received from the PCI Express MegaCore function that was received from over the link or data that is to be sent over the link. Like the DMA control port, the on-chip memory is mapped into PCI Express memory space so that it is accessible by the root port. The System Interconnect Fabric is the bus generated by SOPC Builder which connects the components inside the FPGA together and enables transfers between them. You will use 8 simple steps to build this complete system. 3

4 Exercise PCI Express Hard IP Quick Start Guide with SOPC Builder Step 1 (Create Quartus II project) The first step is to create a Quartus II project. A Quartus II project is required in order to open SOPC Builder and begin building an embedded system. 1. Open the Quartus II software. 2. Run the New Project Wizard. From the Quartus II File menu, select New Project Wizard. 3. If the Introduction page appears, click Next to continue. 4. Set the working directory. On Page 1 (Directory, Name, Top-Level Entity) of the Wizard, in the field What is the working directory for this project?, type in or use the browse button to select a directory in which you want to build your design. 5. Specify the top-level enity. In the field What is the name of this project?, type in pcie_top. Notice the wizard assumes that pcie_top is name for the top-level design-entity too. Do not change the name. You will use this name as the name of your SOPC Builder system later as this simplifies the design process. Your wizard window should look simiilar to the above. 6. Click Next to continue to page 2 of the wizard. 4

5 PCI Express Hard IP Quick Start Guide with SOPC Builder 7. On Page 2 (Add Files) of the wizard, you can add design and support files to the project. Since SOPC Builder will be generating all of the necessary design files, you have no files to add at this time. 8. Click Next to continue to page 3 of the wizard. 9. Select the target device family. On Page 3 (Family & Device) of the wizard, in the Device Family section, use the Family: drop-down menu to select the Arria II GX device family. Exercise 10. Use the filters to limit the Available devices list to 1152-pin FPGA devcies in the fastest speed grade. In the Show in Available device list section, use the drop-down menus to select FBGA for Package:, 1152 for Pin Count: and 4 for Speed Grade:. This will limit the Available Devices list to just for 4 part numbers. 11. Select the EP2AGX125EF35C4 from the Available devices list. Your wizard window should look like as above. 12. Finish the wizard. Since you will be using the defaults for the remaining wizard settings, click Finish to complete the wizard. The last two pages of the wizard are the EDA Tools page, which allow you to specify additional 3 rd -party EDA tools for synthesis or simulation, and the Summary page. 5

6 Exercise Step 2 (Start SOPC Builder) PCI Express Hard IP Quick Start Guide with SOPC Builder 1. Open SOPC Builder. From the Quartus II Tools menu, select SOPC Builder, or click on the button in the Quartus II toolbar. SOPC Builder will now open. The Create New System dialog box appears. 2. Name the system pcie_top. In the Create New System dialog box, type pcie_top as the System Name. Remember that pcie_top is the top-level entity of your Quartus II project. 3. Choose a design language. In the Create New System dialog box, choose Verilog as your Target HDL:. SOPC Builder does support both VHDL and Verilog. To simplify the instructions used for this tutorial, you will use Verilog HDL. Your Create New System dialog box should look like the above. 4. Click OK to close the Create New System dialog box. 6

7 PCI Express Hard IP Quick Start Guide with SOPC Builder Exercise Your SOPC Builder window should be open and look like the above. Step 3 (Use PCI Express Compiler to add PCI Express MegaCore block to system) You will now add your first component to your embedded system, the PCI Express MegaCore function, using the PCI Express Compiler opened from within SOPC Builder. 1. Select the PCI Express Compiler from the SOPC Builder Component Library. In SOPC Builder with the System Contents tab selected, go to the Component Library. Expand Interface Protocols and then PCI. Highlight PCI Express Compiler. 7

8 Exercise PCI Express Hard IP Quick Start Guide with SOPC Builder Your SOPC Builder Component Library should look like the above. 2. Click on the Add button to start the PCI Express Compiler. You will now see the pci_compiler_0 module added to your system and the PCI Express Compiler will immediately open starting on the System Settings tab. 3. Configure the general, system-related settings. On the System Settings tab of the PCI Express Compiler, choose the following options. a. Select PCI Express hard IP for the PCIe Core Type. b. Select Arria II GX for the PHY type (the PCIe System Parameters section). c. Select x4 for the number of Lanes. d. Select 1.1 for the PCI Express version. The remainder of the options on this page (e.g. port type, clock rates, application interface) are mandatory when using the PCI Express MegaCore function with SOPC Builder. You also have the option of clicking on the Configure transceiver block button and disabling the receiver channels rate match FIFOs, but for this exercise you will leave them enabled. v 8

9 PCI Express Hard IP Quick Start Guide with SOPC Builder Exercise Your System Settings page should look like the above. 4. Configure the PCIe BARs for this endpoint. Click on the PCI Registers tab of the PCI Express Compiler and choose the following options: a. Click on the BAR Type field for BAR 2 (row 2 in the PCI Base Address Registers section) where it says Select Type to Enter. b. From the drop-down menu that appears, select 32-bit Non-Prefetchable Memory. c. Leave the BAR Size and Avalon Base Address fields set to Auto. These settings control the PCI Express to Avalon-MM translation. The settings you chose mean this endpoint will present 2 address spaces to the PCIe link, a 64- bit memory space and a 32-bit memory space. Choosing Auto lets SOPC Builder decide the size of each BAR and the Avalon-MM base addresses within SOPC Builder system to which the BARs will be translated. Each BAR maps to a specific Avalon-MM address range. You can manually map the BAR/Avalon-MM address 9

10 Exercise PCI Express Hard IP Quick Start Guide with SOPC Builder ranges, but it may require several iterations to eliminate any possible address conflicts. d. Leave the other settings (PCI Read-Only Registers) at their defaults. Your PCI Registers page should look like the above. For the Capabilities, Buffer Setup and Power Management pages of the compiler, you will leave the default settings. 5. Configure the Avalon-MM interface to the embedded system. Click on the Avalon Configuration tab of the PCI Express Compiler. Choose the following options: a. Select Use separate clock for the Avalon Clock Domain. This means the embedded system will run on its own clock, not one generated by the PCIe MegaCore function. b. Select Requester/Completer for the PCIe Peripheral Mode. This creates an additional TX interface for the SOPC Builder system so that internal system masters, like the DMA, can initiate PCIe requests to the PCI link. Otherwise the core could only complete requests received from over the link. c. Select Dynamic translation table for Address Translation Table Configuration. 10

11 PCI Express Hard IP Quick Start Guide with SOPC Builder Exercise d. Select 2 for the Number of address pages (in the Address Translation Table Size section). e. Select 1 MByte 20 bits for the Size of address pages. These settings control the Avalon-MM to PCI Express address translation, meaning how transfers originating inside the SOPC Builder system are converted into PCI Express requests. You have indicated that your DMA will see two 1- MByte address ranges. These addresses start at the base address defined for the Tx_Interface port, shown in the Base address column of the system contents tab of SOPC Builder. That address is currently 0x (as you will see later), so the 2 address ranges are (1) 0x x000FFFFF and (2) 0x x001FFFFF. Since you have chosen dynamic address translation, then the translation of these address ranges into their corresponding PCI Express address ranges is under software control by means of the control register port. Your Avalon Configuration page should look like the above. 6. Click Finish to close the compiler and return to the SOPC Builder system. Your PCI Express MegaCore function is added to SOPC Builder and named pcie_compiler_0. It has two master ports representing the two BARs that you configured. This allows PCIe request transactions from the link to access slaves in 11

12 Exercise PCI Express Hard IP Quick Start Guide with SOPC Builder local address space that you connect to the BAR masters. The Control Register Access slave port provides MegaCore internal register access to other Avalon-MM masters and PCI Express devices. The Tx_Interface allows internal masters to access PCI Express address space. Your SOPC Builder window should appear as above. Do not worry about the error messages. They will disappear as you add other components. Step 4 (Add remaining components to system) You will now add the remaining components, the DMA and on-chip memory, to complete your SOPC Builder-generated PCI Express endpoint. 1. Select the DMA from the SOPC Builder Component Library. In SOPC Builder with the System Contents tab selected, go to the Component Library. Expand Memories and Memory Controllers and then DMA. Highlight DMA Controller. 12

13 PCI Express Hard IP Quick Start Guide with SOPC Builder Exercise Your SOPC Builder Component Library should look like the above. 2. Click on the Add button to start the DMA Controller wizard. Like with the PCI Express Compiler, you will see a DMA component added to your system and then the wizard will open to allow you to configure the component. 3. Configure your DMA controller as follows: a. Choose 13 for the Width of the DMA length register (Transfer Size section). This configures the maximum number of transfers for which you can program the DMA to execute. So, 13 means up to 8191 (2**13 1) transfers. b. Set the Enable burst transfers option under Burst transactions. This allows the DMA to use Avalon-MM bursting transactions to increase system performance. c. Set the Maximum burst size to 1024 words. d. Choose to Construct FIFO from embedded memory blocks (under FIFO Implementation). The settings on the Advanced tab will be left at their defaults. 13

14 Exercise PCI Express Hard IP Quick Start Guide with SOPC Builder Your DMA Controller wizard should look like above. 4. Click Finish to close the DMA Controller wizard. Your DMA is now added to SOPC Builder and named dma_0. It has two master ports to intiate read and write trasnfers within the subsystem. It also has a control port slave to program the DMA. 14

15 PCI Express Hard IP Quick Start Guide with SOPC Builder Exercise Your SOPC Builder window should appear as above. 5. Select the on-chip memory from the SOPC Builder Component Library. In the SOPC Builder Component Library, look under the Memories and Memory Controllers folder and expand On-Chip. Highlight On-Chip Memory (RAM or ROM). 15

16 Exercise PCI Express Hard IP Quick Start Guide with SOPC Builder Your SOPC Builder Component Library should look like the above. 6. Click on the Add button to start the On-Chip Memory wizard. 7. Configure your on-chip memory parameters as follows: a. Under Memory type options, choose RAM (Writable). b. Choose Auto for the Block type. This lets the compiler choose which of the 3 Arra II GX embedded RAM types to use for this memory. c. Choose 64 as the Data width: (Size section). This is done since the PCIe MegaCore uses a 64-bit data bus. d. Select 4096 Bytes as the Total memory size. This creates a 4096 x 64 RAM inside of pcie_top to store data for transfer. The rest of the On-Chip Memory wizard you will leave at their defaults. 16

17 PCI Express Hard IP Quick Start Guide with SOPC Builder Exercise Your On-Chip Memory wizard should look like the above. 8. Click Finish to close the On-Chip Memory wizard. Your RAM block is now added to SOPC Builder and named onchip_memory2_0. It has a single slave port to access its address space. 17

18 Exercise PCI Express Hard IP Quick Start Guide with SOPC Builder Your SOPC Builder system should look like the above. Step 5 (Connect component ports together) In SOPC Builder, you will now use the Connection column on the System Contents tab to connect all of your components together. 1. Connect BAR1_0 Avalon-MM master to onchip_memory2_0. Highlight the bar1_0_prefectable master port of pcie_compiler_0. Follow the blue line for the master port and click on the empty dot for the s1 port of onchip_memory2_0. Your connection panel should look like the above as you connect the two components. 18

19 PCI Express Hard IP Quick Start Guide with SOPC Builder Exercise 2. Use the following table to connect the remaining components: From Module Master Port Module Slave Port pcie_compiler0 bar2_non_prefectable pcie_compiler0 pcie_compiler0 bar2_non_prefectable dma_0 dma_0 read_master onchip_memory2_0 s1 To Control_Register_Acces s control_port_slave dma_0 read_master pcie_compiler0 Tx_Interface dma_0 write_master onchip_memory2_0 s1 dma_0 write_master pcie_compiler0 Tx_Interface When complete, your connection panel should like the above when you move the mouse over the connection panel. Step 6 (Add calibration clock and adjust addresses) Arria II GX devices require use of a separate clock input signal called the calibration clock to drive the calibration block. The calibration block calibrates the values of the on-chip termination resisters, transceiver phase-locked loop (PLLs) settings and output buffer settings. This makes their functionality independent of process, voltage and temperature (PVT) variations. 1. Add a new clock to your system. In the Clock Settings section of the SOPC Builder window (System Contents tab), click on the Add button. A new external clock, clk_1, is added to the list. 2. Change the name of clk_1. In the Clock Settings section, double-click on the name clk_1. Change the name from clk_1 to cal_clk. 3. Change the frequency of cal_clk. In the Clock Settings section, double-click on the 50.0 MHz frequency of cal_clk. Change 50.0 to

20 Exercise PCI Express Hard IP Quick Start Guide with SOPC Builder The calibration clock requires an input frequency of MHz. Since clk_0 is set to 50 MHz, you could just easily have used clk_0 as your calibration clock. But, we wanted you to perform an example of adding a new clock to your system. Your Clock Settings window section should look like the above. 4. Check that the calibration clock is connected to the PCI MegaCore function. In the SOPC Builder window, click on the Filters button. In the Filters window that appears, change the Filter from Default to All. This will display clock interfaces as separate ports in the Connection column. Notice that pcie_compiler_0 now displays 2 clock input ports, avalon_clk and cal_blk_clk. Avalon_clk is driven by clk_0 and controls all pcie_compiler_0 Avalon-MM interfaces. Cal_blk_clk is driven by cal_clk and controls the calibration block logic. This is correct so you will leave the settings as they are. Your pcie_compiler_0 block should be connected like the above. 5. Change the Filter: setting back to Default and close the Filters window. 6. Set the address of the pcie_compiler_0 component s Control Register Access port to 0x On the System Contents tab of SOPC Builder, locate the Base address column. For the pcie_compiler_0 Control_Register_Access port, double-click on the address 0x and change the base address from 0x to 0x

21 PCI Express Hard IP Quick Start Guide with SOPC Builder Exercise 7. Use the following table to change three other base addresses in the system Module Port New Base Address dma_0 control_port_slave 0x onchip_memory2_0 s1 0x When complete, your Base address column should look like the above. So, let s review this system. Looking at these connections, PCI Express requests accessing an address assigned to BAR0/1 will be converted to Avalon-MM read and write transfers sent to onchip_memory2_0. PCI Express requests accessing a BAR2 address will be converted to Avalon-MM read and write transfers sent to the control registers of pcie_compiler_0 and dma_0. BAR0/1 accesses Avalon-MM addresses 0x x80000fff. BAR2 accesses Avalon-MM addresses 0x x80007fff. The dma_0 component can originate Avalon-MM read and write transfers to the Tx_Interface for conversion into PCI Express requests. Step 7 (Generate the SOPC Builder system) You will now use SOPC Builder to generate files needed to continue both hardware and software development. 1. Go the System Generation tab. At the bottom of the SOPC Builder window, click on the Next button to go to the System Generation tab. 2. Enable SOPC Builder to create ModelSim simulation files. In the Options section, click to enable Simulation. Create project simulator files. This tells SOPC Builder to create a testbench to exercise your system, a ModelSim project file (.MPF) and script files to accelerate setting up and running a simulation. 3. Generate the system. At the bottom of the SOPC Builder window, click on the Generate button to generate all files. Click Save to save the system. System generation may take 5-10 minutes. The message System generation was successful will appear when complete. 21

22 Exercise PCI Express Hard IP Quick Start Guide with SOPC Builder Step 8 (Simulate SOPC Builder system in ModelSim tool) For this exercise, you are going to simulate your system in the ModelSim simulation tool using its command line mode. 1. Open a command window. From the Start menu, choose Run. In the Run window, type cmd and click OK (or hit the Enter key). SOPC Builder has automatically created a.do, or ModelSim macro file, called setup_sim.do. This macro file creates aliases that you can use to compile and load your design as well as open the wave or list window with pre-loaded signals you can monitor to verify simulation. 2. Edit the setup_sim.do file generated by SOPC Builder. a. Using a text editor, browse to the directory <sopc_system_directory>/pcie_top_sim and open the file setup_sim.do. b. Go to line 22. c. Type the following on line 22 of the file setup_sim.do IN BETWEEN +nowarntfmpc and -L lpm_ver. (It should all be on a single line.) -L stratixiv_pcie_hip_ver L arriaii_hssi_ver L arriaii_pcie_hip_ver d. Close and save setup_sim.do. Currently, the setup_sim.do file is missing the above library references which accelerate simulation in ModelSim-Altera tools. This behavior will be fixed in the Quartus II software version Change the working directory. In the command window, type cd <sopc_system_directory>\pcie_top_sim at the command prompt and hit the Enter key. Your window should look similar to the above. 4. Start the ModelSim simulation tool in command-line mode. At the command prompt, type vsim c and hit the Enter key. When the ModelSim tool is started in your working directory in command-line mode, the tool automatically reads a modelsim.tcl file that was created and placed in the _sim directory by SOPC Builder. This TCL file loads the setup_sim.do ModelSim macro file. If you were running the GUI, you would load this macro file manually. 22

23 PCI Express Hard IP Quick Start Guide with SOPC Builder Exercise Above is an image of the command window with the macro file loaded. As you can see from the commented section, these defined aliases are s, c, w. l and h. 5. Open and edit the testbench file. a. Using a text editor, browse to the directory <sopc_system_directory>/pcie_compiler_0_examples/sopc/testbench and open the file altpcietb_bfm_driver.v. b. Go to lines 34 & 35. c. Change the parameter setting for RUN_TGT_MEM_TST to 1. d. Change the parameter setting for RUN_DMA_MEM_TST to 1. e. Save the file altpcietb_bfm_driver.v. This enables the testbench bus functional model (BFM) to simulate writing to the target (on-chip) memory and the DMA during the simulation. Remember the BFM represents the other end of the PCI Express link. So, this means that your simulation will show the initiation of the PCI Express link followed by requests that will exercise the DMA. 6. Type s (without the quotes) at the command prompt and hit the Enter key. 23

24 Exercise PCI Express Hard IP Quick Start Guide with SOPC Builder S is an alias defined in the setup_sim.do macro file which causes the ModelSim tool to compile all design files and then load the simulator with the testbench as the toplevel module. 7. Advance simulation. Type run all at the command prompt and hit the Enter key. This command executes simulation until all testbench stimulus is complete. This can take about minutes. To verify correct operation of the PCIe endpoint, check the messages displayed in the command prompt window. You should see messages indicating the following operations. Event Configuring endpoint and reading configuration registers Endpoint MSI capability read Lane width negotiated BAR address assignments BAR0/1 write/read test to on-chip RAM BAR2 write to program DMA to transfer 4 KBytes of data DMA Read/Write test completed 24

25 PCI Express Hard IP Quick Start Guide with SOPC Builder Exercise Summary Use SOPC Builder and PCI Express Compiler to build a PCI Express endpoint in an Arria II GX device, taking advantage of the Arria II GX PCI Express Hard IP bock This design was built in 8 easy steps: 1. Create Quartus II project 2. Start SOPC Builder 3. Use the PCI Express Compiler to add the PCI Express MegaCore function to system 4. Add remaining components (e.g. DMA, on-chip memory) 5. Connect component ports connections 6. Add calibration clock and adjust addresses 7. Generate SOPC Builder system 8. Simulate SOPC Builder system in ModelSim tool END OF EXERCISE 25

Altera Error Message Register Unloader IP Core User Guide

Altera Error Message Register Unloader IP Core User Guide 2015.06.12 Altera Error Message Register Unloader IP Core User Guide UG-01162 Subscribe The Error Message Register (EMR) Unloader IP core (altera unloader) reads and stores data from the hardened error

More information

Lesson 1 - Creating a Project

Lesson 1 - Creating a Project Lesson 1 - Creating a Project The goals for this lesson are: Create a project A project is a collection entity for an HDL design under specification or test. Projects ease interaction with the tool and

More information

Quartus II Software Design Series : Foundation. Digitale Signalverarbeitung mit FPGA. Digitale Signalverarbeitung mit FPGA (DSF) Quartus II 1

Quartus II Software Design Series : Foundation. Digitale Signalverarbeitung mit FPGA. Digitale Signalverarbeitung mit FPGA (DSF) Quartus II 1 (DSF) Quartus II Stand: Mai 2007 Jens Onno Krah Cologne University of Applied Sciences www.fh-koeln.de jens_onno.krah@fh-koeln.de Quartus II 1 Quartus II Software Design Series : Foundation 2007 Altera

More information

Qsys System Design Tutorial

Qsys System Design Tutorial 2015.05.04 TU-01006 Subscribe This tutorial introduces you to the Qsys system integration tool available with the Quartus II software. This tutorial shows you how to design a system that uses various test

More information

ModelSim-Altera Software Simulation User Guide

ModelSim-Altera Software Simulation User Guide ModelSim-Altera Software Simulation User Guide ModelSim-Altera Software Simulation User Guide 101 Innovation Drive San Jose, CA 95134 www.altera.com UG-01102-2.0 Document last updated for Altera Complete

More information

IP Compiler for PCI Express User Guide

IP Compiler for PCI Express User Guide IP Compiler for PCI Express User Guide IP Compiler for PCI Express User Guide 101 Innovation Drive San Jose, CA 95134 www.altera.com UG-PCI10605-2014.08.18 Document publication date: August 2014 2014 Altera

More information

Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah

Digitale Signalverarbeitung mit FPGA (DSF) Soft Core Prozessor NIOS II Stand Mai 2007. Jens Onno Krah (DSF) Soft Core Prozessor NIOS II Stand Mai 2007 Jens Onno Krah Cologne University of Applied Sciences www.fh-koeln.de jens_onno.krah@fh-koeln.de NIOS II 1 1 What is Nios II? Altera s Second Generation

More information

Introduction to the Altera Qsys System Integration Tool. 1 Introduction. For Quartus II 12.0

Introduction to the Altera Qsys System Integration Tool. 1 Introduction. For Quartus II 12.0 Introduction to the Altera Qsys System Integration Tool For Quartus II 12.0 1 Introduction This tutorial presents an introduction to Altera s Qsys system inegration tool, which is used to design digital

More information

Building an Embedded Processor System on a Xilinx Zync FPGA (Profiling): A Tutorial

Building an Embedded Processor System on a Xilinx Zync FPGA (Profiling): A Tutorial Building an Embedded Processor System on a Xilinx Zync FPGA (Profiling): A Tutorial Embedded Processor Hardware Design January 29 th 2015. VIVADO TUTORIAL 1 Table of Contents Requirements... 3 Part 1:

More information

Arria 10 Avalon-MM DMA Interface for PCIe Solutions

Arria 10 Avalon-MM DMA Interface for PCIe Solutions Arria 10 Avalon-MM DMA Interface for PCIe Solutions User Guide Subscribe Last updated for Quartus Prime Design Suite: 16.0 UG-01145_avmm_dma 101 Innovation Drive San Jose, CA 95134 www.altera.com Datasheet

More information

Lab 1: Full Adder 0.0

Lab 1: Full Adder 0.0 Lab 1: Full Adder 0.0 Introduction In this lab you will design a simple digital circuit called a full adder. You will then use logic gates to draw a schematic for the circuit. Finally, you will verify

More information

DE4 NetFPGA Packet Generator Design User Guide

DE4 NetFPGA Packet Generator Design User Guide DE4 NetFPGA Packet Generator Design User Guide Revision History Date Comment Author 01/30/2012 Initial draft Harikrishnan Contents 1. Introduction... 4 2. System Requirements... 4 3. Installing DE4 NetFPGA

More information

Applying the Benefits of Network on a Chip Architecture to FPGA System Design

Applying the Benefits of Network on a Chip Architecture to FPGA System Design Applying the Benefits of on a Chip Architecture to FPGA System Design WP-01149-1.1 White Paper This document describes the advantages of network on a chip (NoC) architecture in Altera FPGA system design.

More information

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7...

JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7... 1 2 Copyright JAVS 1981-2010 Contents Scheduled Publishing... 4 Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7... 12 Copyright JAVS

More information

Configuring Network Load Balancing with Cerberus FTP Server

Configuring Network Load Balancing with Cerberus FTP Server Configuring Network Load Balancing with Cerberus FTP Server May 2016 Version 1.0 1 Introduction Purpose This guide will discuss how to install and configure Network Load Balancing on Windows Server 2012

More information

Implementation of Web-Server Using Altera DE2-70 FPGA Development Kit

Implementation of Web-Server Using Altera DE2-70 FPGA Development Kit 1 Implementation of Web-Server Using Altera DE2-70 FPGA Development Kit A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENT OF FOR THE DEGREE IN Bachelor of Technology In Electronics and Communication

More information

Start Active-HDL by double clicking on the Active-HDL Icon (windows).

Start Active-HDL by double clicking on the Active-HDL Icon (windows). Getting Started Using Aldec s Active-HDL This guide will give you a short tutorial in using the project mode of Active-HDL. This tutorial is broken down into the following sections 1. Part 1: Compiling

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

Xilinx ISE. <Release Version: 10.1i> Tutorial. Department of Electrical and Computer Engineering State University of New York New Paltz

Xilinx ISE. <Release Version: 10.1i> Tutorial. Department of Electrical and Computer Engineering State University of New York New Paltz Xilinx ISE Tutorial Department of Electrical and Computer Engineering State University of New York New Paltz Fall 2010 Baback Izadi Starting the ISE Software Start ISE from the

More information

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com Best Practises for LabVIEW FPGA Design Flow 1 Agenda Overall Application Design Flow Host, Real-Time and FPGA LabVIEW FPGA Architecture Development FPGA Design Flow Common FPGA Architectures Testing and

More information

BioWin Network Installation

BioWin Network Installation BioWin Network Installation Introduction This document outlines the procedures for installing the network version of BioWin. There are three parts to the network version installation: 1. The installation

More information

Software Version 10.0d. 1991-2011 Mentor Graphics Corporation All rights reserved.

Software Version 10.0d. 1991-2011 Mentor Graphics Corporation All rights reserved. ModelSim Tutorial Software Version 10.0d 1991-2011 Mentor Graphics Corporation All rights reserved. This document contains information that is proprietary to Mentor Graphics Corporation. The original recipient

More information

Nios II Development Kit Version 5.1 SP1 Release Notes

Nios II Development Kit Version 5.1 SP1 Release Notes Nios II Development Kit Version 5.1 SP1 Release Notes January 2006 Release Notes Overview This document lists the release notes for the Nios II Development Kit version 5.1 Service Pack 1. Release notes

More information

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files About This Tutorial 1Creating an End-to-End HL7 Over MLLP Application 1.1 About This Tutorial 1.1.1 Tutorial Requirements 1.1.2 Provided Files This tutorial takes you through the steps of creating an end-to-end

More information

AN 588: 10-Gbps Ethernet Hardware Demonstration Reference Designs

AN 588: 10-Gbps Ethernet Hardware Demonstration Reference Designs AN 588: 10-Gbps Ethernet Hardware Demonstration Reference Designs December 2009 AN-588-1.1 The reference designs demonstrate wire-speed operation of the Altera 10-Gbps Ethernet (10GbE) reference design

More information

How To Design A Chip Layout

How To Design A Chip Layout Spezielle Anwendungen des VLSI Entwurfs Applied VLSI design (IEF170) Course and contest Intermediate meeting 3 Prof. Dirk Timmermann, Claas Cornelius, Hagen Sämrow, Andreas Tockhorn, Philipp Gorski, Martin

More information

Creating a Project with PSoC Designer

Creating a Project with PSoC Designer Creating a Project with PSoC Designer PSoC Designer is two tools in one. It combines a full featured integrated development environment (IDE) with a powerful visual programming interface. The two tools

More information

Installing S500 Power Monitor Software and LabVIEW Run-time Engine

Installing S500 Power Monitor Software and LabVIEW Run-time Engine EigenLight S500 Power Monitor Software Manual Software Installation... 1 Installing S500 Power Monitor Software and LabVIEW Run-time Engine... 1 Install Drivers for Windows XP... 4 Install VISA run-time...

More information

Installing the Microsoft Network Driver Interface

Installing the Microsoft Network Driver Interface Installing the Microsoft Network Driver Interface Overview This guide explains how to install the PictureTel Live200 Microsoft Network Driver Interface (NDIS) software you have downloaded from PictureTel's

More information

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher OPERATION MANUAL MV-410RGB Layout Editor Version 2.1- higher Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410RGB Layout

More information

Nios II System Architect Design Tutorial

Nios II System Architect Design Tutorial Nios II System Architect Design Nios II System Architect Design 101 Innovation Drive San Jose, CA 95134 www.altera.com TU-01004-2.0 Document last updated for Altera Complete Design Suite version: Document

More information

15. Introduction to ALTMEMPHY IP

15. Introduction to ALTMEMPHY IP 15. Introduction to ALTMEMPHY IP Noember 2012 EMI_RM_013-1.2 EMI_RM_013-1.2 The Altera DDR,, and DDR3 SDRAM Controllers with ALTMEMPHY IP proide simplified interfaces to industry-standard DDR,, and DDR3

More information

SA-9600 Surface Area Software Manual

SA-9600 Surface Area Software Manual SA-9600 Surface Area Software Manual Version 4.0 Introduction The operation and data Presentation of the SA-9600 Surface Area analyzer is performed using a Microsoft Windows based software package. The

More information

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED www.analog.com www.hittite.com THIS PAGE INTENTIONALLY LEFT BLANK PLL & PLL with Integrated VCO Evaluation

More information

Install MS SQL Server 2012 Express Edition

Install MS SQL Server 2012 Express Edition Install MS SQL Server 2012 Express Edition Sohodox now works with SQL Server Express Edition. Earlier versions of Sohodox created and used a MS Access based database for storing indexing data and other

More information

CSE467: Project Phase 1 - Building the Framebuffer, Z-buffer, and Display Interfaces

CSE467: Project Phase 1 - Building the Framebuffer, Z-buffer, and Display Interfaces CSE467: Project Phase 1 - Building the Framebuffer, Z-buffer, and Display Interfaces Vincent Lee, Mark Wyse, Mark Oskin Winter 2015 Design Doc Due Saturday Jan. 24 @ 11:59pm Design Review Due Tuesday Jan.

More information

ChipScope Pro Tutorial

ChipScope Pro Tutorial ChipScope Pro Tutorial Using an IBERT Core with ChipScope Pro Analyzer Xilinx is disclosing this user guide, manual, release note, and/or specification (the Documentation ) to you solely for use in the

More information

10/100/1000Mbps Ethernet MAC with Protocol Acceleration MAC-NET Core with Avalon Interface

10/100/1000Mbps Ethernet MAC with Protocol Acceleration MAC-NET Core with Avalon Interface 1 Introduction Ethernet is available in different speeds (10/100/1000 and 10000Mbps) and provides connectivity to meet a wide range of needs from desktop to switches. MorethanIP IP solutions provide a

More information

13. Publishing Component Information to Embedded Software

13. Publishing Component Information to Embedded Software February 2011 NII52018-10.1.0 13. Publishing Component Information to Embedded Software NII52018-10.1.0 This document describes how to publish SOPC Builder component information for embedded software tools.

More information

LogiCORE IP AXI Performance Monitor v2.00.a

LogiCORE IP AXI Performance Monitor v2.00.a LogiCORE IP AXI Performance Monitor v2.00.a Product Guide Table of Contents IP Facts Chapter 1: Overview Target Technology................................................................. 9 Applications......................................................................

More information

PCB Project (*.PrjPcb)

PCB Project (*.PrjPcb) Project Essentials Summary The basis of every design captured in Altium Designer is the project. This application note outlines the different kinds of projects, techniques for working on projects and how

More information

Quartus II Introduction Using VHDL Design

Quartus II Introduction Using VHDL Design Quartus II Introduction Using VHDL Design This tutorial presents an introduction to the Quartus R II CAD system. It gives a general overview of a typical CAD flow for designing circuits that are implemented

More information

ENABLE LOGON/LOGOFF AUDITING

ENABLE LOGON/LOGOFF AUDITING Lepide Software LepideAuditor Suite ENABLE LOGON/LOGOFF AUDITING This document explains the steps required to enable the auditing of logon and logoff events for a domain. Table of Contents 1. Introduction...

More information

How to configure the DBxtra Report Web Service on IIS (Internet Information Server)

How to configure the DBxtra Report Web Service on IIS (Internet Information Server) How to configure the DBxtra Report Web Service on IIS (Internet Information Server) Table of Contents Install the DBxtra Report Web Service automatically... 2 Access the Report Web Service... 4 Verify

More information

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical These instructions describe the process for configuring a SAS Metadata server to work with JMP Clinical. Before You Configure

More information

Qsys and IP Core Integration

Qsys and IP Core Integration Qsys and IP Core Integration Prof. David Lariviere Columbia University Spring 2014 Overview What are IP Cores? Altera Design Tools for using and integrating IP Cores Overview of various IP Core Interconnect

More information

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0 T-BOXN12R You can make it wireless First steps with T-BOXN12R Date: 2004-07-16 Version 1.0 Content 1. Purpose of this document... 3 2. T-BoxN12R overview... 4 3. First step... 5 3.1. Preparing your workshop

More information

GUARD1 PLUS SE Administrator's Manual

GUARD1 PLUS SE Administrator's Manual GUARD1 PLUS SE Administrator's Manual Version 4.4 30700 Bainbridge Road Solon, Ohio 44139 Phone 216-595-0890 Fax 216-595-0991 info@guard1.com www.guard1.com i 2010 TimeKeeping Systems, Inc. GUARD1 PLUS

More information

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc.

SKP16C62P Tutorial 1 Software Development Process using HEW. Renesas Technology America Inc. SKP16C62P Tutorial 1 Software Development Process using HEW Renesas Technology America Inc. 1 Overview The following tutorial is a brief introduction on how to develop and debug programs using HEW (Highperformance

More information

Download the Design Files

Download the Design Files Design Example Using the altlvds Megafunction & the External PLL Option in Stratix II Devices March 2006, ver. 1.0 Application Note 409 Introduction The altlvds megafunction allows you to instantiate an

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

Vivado Design Suite Tutorial

Vivado Design Suite Tutorial Vivado Design Suite Tutorial High-Level Synthesis UG871 (v2012.2) August 20, 2012 Notice of Disclaimer The information disclosed to you hereunder (the Materials ) is provided solely for the selection and

More information

DIGICLIENT 8.0 Remote Agent Software

DIGICLIENT 8.0 Remote Agent Software DIGICLIENT 8.0 Remote Agent Software MODEL: D17800 Series Instruction Manual English Version 1.0 Copyright 2007 Digimerge Technologies Inc Table of Contents Table of Contents About the DigiClient 8.0...

More information

Work with Arduino Hardware

Work with Arduino Hardware 1 Work with Arduino Hardware Install Support for Arduino Hardware on page 1-2 Open Block Libraries for Arduino Hardware on page 1-9 Run Model on Arduino Hardware on page 1-12 Tune and Monitor Models Running

More information

Jianjian Song LogicWorks 4 Tutorials (5/15/03) Page 1 of 14

Jianjian Song LogicWorks 4 Tutorials (5/15/03) Page 1 of 14 LogicWorks 4 Tutorials Jianjian Song Department of Electrical and Computer Engineering Rose-Hulman Institute of Technology March 23 Table of Contents LogicWorks 4 Installation and update...2 2 Tutorial

More information

Getting Started using the SQuirreL SQL Client

Getting Started using the SQuirreL SQL Client Getting Started using the SQuirreL SQL Client The SQuirreL SQL Client is a graphical program written in the Java programming language that will allow you to view the structure of a JDBC-compliant database,

More information

Low Profile Ultra ATA-133 RAID PCI Host

Low Profile Ultra ATA-133 RAID PCI Host Low Profile Ultra ATA-133 RAID PCI Host User Manual English LINDY No. 70642 www.lindy.com LINDY ELECTRONICS LIMITED & LINDY-ELEKTRONIK GMBH - FIRST EDITION (November 2004) 1. Introduction This Low Profile

More information

DP-313 Wireless Print Server

DP-313 Wireless Print Server DP-313 Wireless Print Server Quick Installation Guide TCP/IP Printing (LPR for Windows 95/98/Me/2000) Rev. 03 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may

More information

LINDY ELECTRONICS LIMITED & LINDY-ELEKTRONIK GMBH - SECOND EDITION

LINDY ELECTRONICS LIMITED & LINDY-ELEKTRONIK GMBH - SECOND EDITION RS-422/485 PCI Card User Manual English No. 51200 (2 Port) No. 51202 (4 Port) No. 51204 (8 Port) www.lindy.com LINDY ELECTRONICS LIMITED & LINDY-ELEKTRONIK GMBH - SECOND EDITION (Nov 2005) 1.0 Introduction

More information

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE A5 Programming the CPU 314C-2DP

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE A5 Programming the CPU 314C-2DP Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE T I A Training Document Page 1 of 25 Module This document has been written by Siemens AG for training

More information

Lesson 10: Video-Out Interface

Lesson 10: Video-Out Interface Lesson 10: Video-Out Interface 1. Introduction The Altera University Program provides a number of hardware controllers, called cores, to control the Video Graphics Array (VGA) Digital-to-Analog Converter

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

Setting up an MS SQL Server for IGSS

Setting up an MS SQL Server for IGSS Setting up an MS SQL Server for IGSS Table of Contents Table of Contents...1 Introduction... 2 The Microsoft SQL Server database...2 Setting up an MS SQL Server...3 Installing the MS SQL Server software...3

More information

Quick Start Using DASYLab with your Measurement Computing USB device

Quick Start Using DASYLab with your Measurement Computing USB device Quick Start Using DASYLab with your Measurement Computing USB device Thank you for purchasing a USB data acquisition device from Measurement Computing Corporation (MCC). This Quick Start document contains

More information

PCI Express High Performance Reference Design

PCI Express High Performance Reference Design 2015.10.13 AN-456-2.4 Subscribe The PCI Express High-Performance Reference Design highlights the performance of the Altera s PCI Express products. The design includes a high-performance chaining direct

More information

9/14/2011 14.9.2011 8:38

9/14/2011 14.9.2011 8:38 Algorithms and Implementation Platforms for Wireless Communications TLT-9706/ TKT-9636 (Seminar Course) BASICS OF FIELD PROGRAMMABLE GATE ARRAYS Waqar Hussain firstname.lastname@tut.fi Department of Computer

More information

DsPIC HOW-TO GUIDE Creating & Debugging a Project in MPLAB

DsPIC HOW-TO GUIDE Creating & Debugging a Project in MPLAB DsPIC HOW-TO GUIDE Creating & Debugging a Project in MPLAB Contents at a Glance 1. Introduction of MPLAB... 4 2. Development Tools... 5 3. Getting Started... 6 3.1. Create a Project... 8 3.2. Start MPLAB...

More information

Short Manual Intellect v.4.7.6 SP2 module Unipos Contents:

Short Manual Intellect v.4.7.6 SP2 module Unipos Contents: Short Manual Intellect v.4.7.6 SP2 module Unipos Contents: 1. Software Installation... 2 2. Hardware Configuration... 12 3. System Dispatching... 14 3.1. Create dispatching objects... 14 3.2. Graphical

More information

Pcounter Web Administrator User Guide - v2014-09-08. Pcounter Web Administrator User Guide Version 1.0

Pcounter Web Administrator User Guide - v2014-09-08. Pcounter Web Administrator User Guide Version 1.0 Pcounter Web Administrator User Guide - v2014-09-08 Pcounter Web Administrator User Guide Version 1.0 Table of Contents Table of Contents... 2 Overview... 3 Installation Prerequisites and Requirements...

More information

Chapter 2 Installation

Chapter 2 Installation Installation Chapter 2 Installation This chapter will guide you through the installation of the Quartet Serial PCI. There are no jumpers or switches to set for this PCI Plug-n-Play board. 2-1 Hardware

More information

Moxa Device Manager 2.3 User s Manual

Moxa Device Manager 2.3 User s Manual User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Serial ATA 2 Ports PCI Host

Serial ATA 2 Ports PCI Host Serial ATA 2 Ports PCI Host This Manual is for the various Model of 2ports SATA HBA: Model A: Low Profile Serial ATA Internal 2 Ports Model B: Low Profile External 1 Port + Internal 1 Port Model C: Low

More information

Design and Verification of Nine port Network Router

Design and Verification of Nine port Network Router Design and Verification of Nine port Network Router G. Sri Lakshmi 1, A Ganga Mani 2 1 Assistant Professor, Department of Electronics and Communication Engineering, Pragathi Engineering College, Andhra

More information

OrgPublisher EChart Server Setup Guide

OrgPublisher EChart Server Setup Guide Table of Contents Table of Contents Introduction... 3 Role Requirements for Installation... 3 Prerequisites for Installation... 3 About OrgPublisher ECharts... 3 About EChart Rich Client Publishing...

More information

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected (

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected ( Avaya one X Portal 1.1.3 Lightweight Directory Access Protocol (LDAP) over Secure Socket Layer (SSL) Configuration This document provides configuration steps for Avaya one X Portal s 1.1.3 communication

More information

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips June 5, 2007 This document applies to these Xerox products: X WC Pro 232/238/245/ 255/265/275 for the user Xerox Network Scanning HTTP/HTTPS Configuration using

More information

WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit. Scheduler Quick Start Guide

WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit. Scheduler Quick Start Guide WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit Scheduler Quick Start Guide 2 INTRODUCTION 5 CHAPTER I : INSTALLATION 7 CHAPTER II : SET UP YOUR FIRST SCHEDULED

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

Lab 1: Introduction to Xilinx ISE Tutorial

Lab 1: Introduction to Xilinx ISE Tutorial Lab 1: Introduction to Xilinx ISE Tutorial This tutorial will introduce the reader to the Xilinx ISE software. Stepby-step instructions will be given to guide the reader through generating a project, creating

More information

LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001)

LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001) LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide Rev. 03 (November, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any

More information

Win8 Networking FinishLynx with Meet Management Technical Support Guide

Win8 Networking FinishLynx with Meet Management Technical Support Guide FINISHLYNX NETWORKING WIN 8 LYNX SYSTEM DEVELOPERS, INC. Win8 Networking FinishLynx with Meet Management Technical Support Guide Sections 1 and 2 should be completed on both FinishLynx and Meet Management

More information

Fastest Path to Your Design. Quartus Prime Software Key Benefits

Fastest Path to Your Design. Quartus Prime Software Key Benefits Q UA R T U S P R I M E D E S I G N S O F T WA R E Fastest Path to Your Design Quartus Prime software is number one in performance and productivity for FPGA, CPLD, and SoC designs, providing the fastest

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

USB GSM 3G modem RMS-U-GSM-3G. Manual (PDF) Version 1.0, 2014.8.1

USB GSM 3G modem RMS-U-GSM-3G. Manual (PDF) Version 1.0, 2014.8.1 USB GSM 3G modem RMS-U-GSM-3G Manual (PDF) Version 1.0, 2014.8.1 2014 CONTEG, spol. s r.o. All rights reserved. No part of this publication may be used, reproduced, photocopied, transmitted or stored in

More information

14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë

14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë 14.1 bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë bî~äì~íáåö=oéñäéåíáçå=ñçê=emi=rkfui=~åç=lééåsjp=eçëíë This guide walks you quickly through key Reflection features. It covers: Getting Connected

More information

Embed-It! Integrator Online Release E-2011.03 March 2011

Embed-It! Integrator Online Release E-2011.03 March 2011 USER MANUAL Embed-It! Integrator Online Release E-2011.03 March 2011 (c) 1998-2011 Virage Logic Corporation, All Rights Reserved (copyright notice reflects distribution which may not necessarily be a publication).

More information

TECHNICAL SUPPORT GUIDE

TECHNICAL SUPPORT GUIDE TECHNICAL SUPPORT GUIDE LYNX SYSTEM DEVELOPERS, INC. Win7 Networking FinishLynx with Meet Management Sections 1 and 2 should be completed on both FinishLynx and Meet Management computer. 1. Set Static

More information

USING SSL/TLS WITH TERMINAL EMULATION

USING SSL/TLS WITH TERMINAL EMULATION USING SSL/TLS WITH TERMINAL EMULATION This document describes how to install and configure SSL or TLS support and verification certificates for the Wavelink Terminal Emulation (TE) Client. SSL/TLS support

More information

Module 1: Getting Started With Altium Designer

Module 1: Getting Started With Altium Designer Module 1: Getting Started With Altium Designer Module 1: Getting Started With Altium Designer 1.1 Introduction to Altium Designer... 1-1 1.1.1 The Altium Designer Integration Platform...1-1 1.2 The Altium

More information

Altera Advanced SEU Detection IP Core User Guide

Altera Advanced SEU Detection IP Core User Guide 2015.05.04 ALTADVSEU Subscribe The Altera Advanced SEU Detection IP core contains the following features: Hierarchy tagging Enables tagging of logical hierarchies and specifying their criticality relative

More information

Using an Automatic Back Up for Outlook 2003 and Outlook 2007 Personal Folders

Using an Automatic Back Up for Outlook 2003 and Outlook 2007 Personal Folders Using an Automatic Back Up for Outlook 2003 and Outlook 2007 Personal Folders Part 1 Install the Personal Folder Backup Utility Note: You should close Outlook and any other applications before installing

More information

Page 1 S5.5 Monitoring Software Manual Rev 1.2 for Software Ver 1.0

Page 1 S5.5 Monitoring Software Manual Rev 1.2 for Software Ver 1.0 Trantec S5.5 Monitoring Software Manual Initial Setup Minimum PC Requirements 1.6 GHz CPU, 256 MB Memory, 1 available USB port, Windows XP Recommended PC >2.0 GHz CPU, 512 MB (XP) 1 GB (Vista) memory,

More information

White Paper Streaming Multichannel Uncompressed Video in the Broadcast Environment

White Paper Streaming Multichannel Uncompressed Video in the Broadcast Environment White Paper Multichannel Uncompressed in the Broadcast Environment Designing video equipment for streaming multiple uncompressed video signals is a new challenge, especially with the demand for high-definition

More information

Software User Guide UG-461

Software User Guide UG-461 Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment

More information

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Getting Started Using Mentor Graphic s ModelSim

Getting Started Using Mentor Graphic s ModelSim Getting Started Using Mentor Graphic s ModelSim There are two modes in which to compile designs in ModelSim, classic/traditional mode and project mode. This guide will give you a short tutorial in using

More information

Tutorial for MPLAB Starter Kit for PIC18F

Tutorial for MPLAB Starter Kit for PIC18F Tutorial for MPLAB Starter Kit for PIC18F 2006 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to the tutorial for the MPLAB Starter Kit for PIC18F. My name is

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: April 26, 2013 Active Directory Management Deployment Guide i Contents System Requirements... 1 Hardware Requirements... 2 Agent

More information

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features 1.0 Key Features Addonics T E C H N O L O G I E S NAS Adapter Model: NASU2 User Manual Convert any USB 2.0 / 1.1 mass storage device into a Network Attached Storage device Great for adding Addonics Storage

More information