Simple addition using 7 series Gen2 integrated block for PCIe for ZYNQ7000

Hi,
I have been trying to perform a simple addition program using 7 Series Gen2 Integrated block for PCIe 3.0.
Due to some issue in the design i am unable to proceed. Can anyone help me out  on how the interface has to be done what are the necessary IPcores needed and the necessary driver to execute on the host machine.
Tool : Vivado 2014.4
Regards
Heramban

Hi,
Satish I have refered this document long time back. The issue is that this mode is making the FPGA standalone and its more complex. Am asking for a simple design where in i use 7 series integrated block and connect it to a custom IP core where it performs only addition. Generate bit stream, use a driver program (CPP file ). Execute in the host system. The CPP file will have the data to be executed. the FPGA reads the data from the HOST Machine (CPP file), executes and gives back the result in the terminal window (Host machine).
Regards
Heramban

Similar Messages

  • 1310 with integrated antenna for 100M client conneciton

    I would like to use as a AP to connect from my laptop which 100M away. Is it possible to use aironet 1310 with integrated antenna for this approach? Any experience?

    Yes, You can use the 1310 device and configure it as a AP and connect it to your Wireless laptop. The Cisco Aironet 1300 Series Outdoor Access Point/Bridge is a flexible platform with the capability of access point, bridge, and workgroup bridge functionality.

  • Integration Kit for BOE XI 3.1 - unsupported.aix.release

    Team,
    We have installed BOE XI 3.1 SP2. Now we are insalling BOE SAP Integration kit (for XI 3.1)
    The OS Version is AIX 6.1
    The system is throwing following error during installation of integration kit
    <.........>/patches/patchlevel.sh: invalid patch name: unsupported.aix.release
    AIX: Your system is missing required components (STU00120):
    <.........>/setup/patches/patchlevel.sh: invalid patch name: unsupported.aix.release
    If you continue your installation may not work correctly. (STU00109)
    Can you please let me know if Integration Kit 3.1 is not supported for AIX 6.1 OR
    Is it recommended to use another version of Integration Kit for AIX 6.1 ?
    Thanks.
    Regards,
    Vidyut Kichambare

    Thanks  Ingo,
    I did comment on "oscheck.$distrOS.sh" from install.sh and could finish the integration kit installation successfully (with BOE XI 3.1 SP2 aleady installed)
    Is it ok to keep this installation ? Will SAP be able to support this in future if required?
    Regards,
    Vidyut Kichambare

  • Need help on how to create the simple mapping using ORACLE DATA INTEGRATOR

    Hi guys,
    am new to learn odi.. please share me or steps how to develop the simple mapping using ODI...

    Hi,
    I am a newbie to Oracle Data Integrator as well. You should have a look here first; http://www.business-intelligence-quotient.com/?p=379
    Try to play around with ODI and then come back if you have specific questions. You should better move to this ODI-forum; Data Integrator
    Good Luck,
    Daan Bakboord
    http://obibb.wordpress.com

  • How to create a feedback control system in labview with an integration block?

    Hallo,
    I design a model of a simple mechanic system composed by one damper, one mass and one spring.
    I would simulate a free response of this mechanic system, but I don't be able to integrate the mechanic state in Labview.
    Seeming that the integration block in LabView produce a wrong answer.
    I've attached this model create in Labview 8.2.1.
    Thanks in Advance
    Michele
    Attachments:
    Sistema dinamico6.vi ‏462 KB

    Michele,
    First of all, when you are trying to develop a Dynamic Simulation, I strongly recommend that you use the LabVIEW Control Design and Simulation Module (http://sine.ni.com/nips/cds/view/p/lang/en/nid/203826), or, for LabVIEW 8.2.1, the LabVIEW Simulation Module. They allow you to develop your dynamic simulation natively in LabVIEW, specially in the case that you have feedback loop in your code (which is your case).
    Now, looking at your program, I have several recommendations that would help you to better control your simulation. First, avoid using the Dynamic Datatype (Blue wire) in you simulation. For example, you are generating a Waveform inside the loop and you are just getting one element of the first batch. Probably, you want to generate only one element per iteration of the while loop and apply that to your equation. If that is the case, you should remove the "Simulation Signal" express VI and use the Point-by-point VI (located at Signal Processing Pallette). There you can also find an integration VI that allow you to define the sampling time for your application.
    Also, the feedback node that you are using will introduce one sampling time to your simulation, which mean that, if your simulation and equations are not correctly setup to take that into account, your simulation will be incorrect. If you were using the Simulation Module, it would take care for your to do the correct integration, additional to allow using different solvers (like RK 4-5) to reduce the error on the integration.
    Hope this helps. Let me know if you have more questions.
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments

  • How to read ZIP files(having PDFs,Image) using MQ Series link for R/3

    Hi,
    1)Is it possible to transfer a zip file (having an image or pdf) using IDocs in SAP 4.6C using MQ Series link for R/?
    Scenario: "MQ Series link for R/3" converts Business-Reports from a third-party software,into SAP IDocs.Each Business-Report contains one XML file and one ZIP file.
    2)Being on ABAP side,do I have to worry about how the zip file would be converted into IDocs?
    Detailed descrption:
    This scenario requires integration of a non-SAP software which talks in XML with SAP R/3(4.6C).The customer has decided to go with 'MQ Series link for R/3' (which integrates any non-SAP application running on IBM MQ Series to R/3,by converting data(in any format) into IDocs).He is not ready to go for XI.
    The Problem area is a functionality which requires the non-SAP software to send XML file along with an attached Zip file.So,XML document,basically,has a 'zippedFile' XML element having actual file in XML keyword 'file'.
    This XML document ideally, should be converted by the subsystem(MQSeries link for R/3) into IDocs i.e. into a stream which could be stored in a table on R/3 side and later, sent back to the non-SAP software through MQ Series link to be converted into zip-file again with corresponding pdfs,images.I want someone who has worked in a similar scenario to confirm this.

    Hi,
    I have a feeling I have posted this question in the wrong forum or maybe I will let you decide this.Any help would be appreciated (even the right forum name).
    My scenario requires integration of a non-SAP software which talks in XML with SAP R/3(4.6C).The customer has decided to go with 'MQ Series link for R/3' (which integrates any non-SAP application running on IBM MQ Series to R/3,by converting data(in any format) into IDocs).He is not ready to go for XI.
    The Problem area is a functionality which requires the non-SAP software to send XML file along with an attached Zip file.So,XML document,basically,has a 'zippedFile' XML element having actual file in XML keyword 'file'.
    This XML document ideally, should be converted by the subsystem(MQSeries link for R/3) into IDocs i.e. into a stream which could be stored in a table on R/3 side and later, sent back to the non-SAP software through MQ Series link to be converted into zip-file again with corresponding pdfs,images.I wanted someone who has worked in a similar scenario to confirm this.

  • Using select query in Subprogram block

    Hello
    Generally confusion arises at my work place on topic that whether to use cursor or anonymous block for the SELECT statement which mostly is going to return single row. In below example we can see the following statement may be returning a single:
    "SELECT ename INTO v_ename FROM emp WHERE ID = P_ID; "
    What approach you will use and why?
    I always prefer to use Cursor in any case.
    Thanks in advance,

    In this simple case, the simplest solution, and where you have most control as a programmer is to use an explicit cursor (yes, there would be those who argue that in recent versions of Oracle your performance would be best with an implicit cursor, but in practice this will probably make no difference). Here is how I would write:
    FUNCTION Get_Ename(p_Id   emp.ID%TYPE) return emp.ename%TYPE IS
      CURSOR C1 IS
      SELECT ename
      FROM   emp
      WHERE ID = P_ID;
      v_Ret_Val emp.ename%TYPE;
    BEGIN
      OPEN C1;
      FETCH C1 INTO v_Ret_Val;
      CLOSE C1;
      RETURN v_Ret_Val;
    END;Notice, no exception handling needed, not even if there is going to be no matches and even if there are multiple rows for the ID (which I doubt you would have if the ID is the primary key).
    Packaging as a function, gives you something you can reuse and modify if needed later, without modifying all places where you perform this select.
    Hope this helps,
    Thomas

  • What are the simple to use COM library in your java code

    Hi,
    what are the simple to use COM library in your java code

    PhHein wrote:
    [javax/comm|http://java.sun.com/products/javacomm/reference/api/javax/comm/package-summary.html]
    No, he wants to use Windows COM objects!
    @OP
    It's not easy. You can try j-integra or ezjcom, which I tried years ago and was not too happy, but maybe
    they improved or they are just fine for your needs. $$$ involved!
    If you want to do it by yourself, it won't be easy at all, I promise, but it can be done with JNI or JNA.
    If your interactions are very few and simple, maybe some workarounds could be found.

  • Calculator for addition using module pool

    Hai all,
       I going to create a calculator for addition using module pool .
       i have set a screen 9001 and i placed a box and inside that i 
      placed 9 push buttons with the naming of 1,2,...9 as same as the normal calulator
      then i have a "PLUS" push button which is used to add the 2 numbers and i have a "SUM" push button in 9001.
      when i click the SUM push button it will call screen 9002 which have the input box for the result purpose.
    can i do this or not??
    i know it is little complicated but i need ur help..and also tell me can push button hold value or not??
                                  thanks and regards,
                                      pradeep.
    Moderator Message: try it and find out for yourself.
    Edited by: kishan P on Jan 19, 2011 4:18 PM

    Hai maha,
      Using i/o is very simpler one that i know but i need to create by using 9 push buttons.
                                                                             thanks,
                                                                             pradeep

  • Do I need extra logic circuit for quadrature encoder using M-series DAQ PCI-6221?

    Hi,
    I understand that extra logic circuit, say quadrature clock converter LS7083/7084, is needed to enchance the reliability or integrity of the data for E-series board DAQ in accordance to application note: AN084.
    This is due to the vibration/jitter of the motor during running.
    Currently, I'm using M-series PCI-6221.
    Is it this new model itself can eliminate to construct this extra circuit?
    Coz I observed error is accumulating after motor rotating certain period of time. It defintely affect the control performance.
    Other than using hardware, can we use software to eliminate/mitigate the error?
    Please enlighten me. Thanks.
    Best regards,
    IANES

    Hello,
    The ap note you are referring to discusses circuitry that conditions the quadrature encoder signals before they get to the DAQ device to eliminate 'false' signals being sent to the DAQ device. The same system would apply to an M Series Device. I am not aware of any way to achieve this functionality in software. FYI, there is some good documentation for counters and counter applications for M Series. Take a look at the attached M Series help file. Hope this helps some.
    -Alan A.
    Attachments:
    M_Series_Help.zip ‏1145 KB

  • Use M-Series cards with DAQmx in Matlab!

    Hi DAQers!
    Who is this message for?
    For all people wanting to use their M-Series cards (and/or NI_CAQmx drivers) with Matlab.
    Content:
    Basic introduction into importing DAQmx into Matlab. Simple AI (analog input), advanced AI (synchronous)
    and simple AO solutions are displayed with Matlab source code.
    Motivation:
    There's probably little disagreement that the new M-Series cards are superior to the old E-Series cards.
    However, Matlab does (as of February 2005) not support either directly.
    By buying the Data Acquisition Toolbox you can access most of the E-Series' functions from within Matlab.
    But this will not help you with your new M-Series card! But it is possible to use M-Series cards with Matlab.
    First step
    Start by loading the NI dll:
    funclist = loadlibrary('nicaiu.dll','nidaqmx.h','alias','myni')
    (You can choose any alias as long as it is a legal variable name.)
    If your version of Matlab is too old to provide the "loadlibrary" function directly, download it here:
    http://www.codeproject.com/dll/MatlabGenericDll.asp?df=100&forumid=26247&exp=0&select=972623
    After importing, you see the list of available functions.
    You can also display them by
    libfunctionsview('myni')
    That's basically it. By using the National Instruments NI-DAQmx C Reference manual and libfunctionsview('myni')
    you have access to those functions. One special thing you need to keep in mind is the fact that pointers
    work differently in Matlab than in C. This problem can be solved by using the Matlab function "libpointer".
    Sometimes Matlab does not require a pointer when C would. But I found that it does not hurt to
    specify a pointer in this case. Whether Matlab expects a pointer can be seen in the output
    created by libfunctionsview('myni')
    The general syntax for calling DAQmx functions is:
    [outputarguments]=calllib(alias,NIDAQmx_functionname,inputarguments)
    My next message will show a function I wrote that enables basic and advanced analoginput.
    Jens

    Hi!
    As promised, my Matlab function to use the M-Series card with Matlab.
    I have the bad habit of programming in German and English at the same time.
    I tried to correct that for this posting. I hope I succeeded!
    I wrote this function to suit my needs -which it does.
    Feel free to modify it to suit yours.
    Jens
    Edit: I just saw that my m-File is longer than 5000 characters! #duh#
    Sorry!
    I'll see if I can get a download up!
    Here's the abbreviated m-file without synchronous AI:
    function messmatrix=NImess(synchron,trigger,numofchans,samprate,samptime)
    funclist = loadlibrary('nicaiu.dll','nidaqmx.h','alias','myni');
    disp('NI: Create Tasks')
    taskh1=uint32(1);
    [a,b,taskh1] = calllib('myni','DAQmxCreateTask','master',taskh1)
    taskchans1=['Dev1/ai0:' num2str(numofchans-1)];
    [a,b,c,d] = calllib('myni','DAQmxCreateAIVoltageChan',uint32(taskh1),taskchans1,'',-1,-10,10,DAQmx_Val_Volts,'')
    nsample=samprate*samptime; %
    disp('NI: Config Sample Clock')
    [a,b]=calllib('myni','DAQmxCfgSampClkTiming',taskh1,'',samprate,DAQmx_Val_Rising,...
    DAQmx_Val_FiniteSamps,nsample)
    disp('NI: Config Digital edge start trigger')
    if trigger==1
    [a,b]=calllib('myni','DAQmxCfgDigEdgeStartTrig',taskh1,'/Dev1/PFI0',DAQmx_Val_Rising );
    else
    [a]=calllib('myni','DAQmxDisableStartTrig',taskh1)
    end
    disp('NI: Start task(s)')
    [a]=calllib('myni','DAQmxStartTask',taskh1)
    DAQmx_Val_GroupByScanNumber = 1;
    readarray1=ones(numofchans,nsample);
    readarray1_ptr=libpointer('doublePtr',readarray1);
    sampread=0;
    sampread_ptr=libpointer('int32Ptr',sampread);
    empty=[];
    empty_ptr=libpointer('uint32Ptr',empty);
    arraylength=nsample*numofchans; % more like "buffersize",
    disp('NI: Reading Data!')
    [a,readarray1,sampread,empty]=calllib('myni','DAQmxReadAnalogF64',taskh1,-1,-1,...
    DAQmx_Val_GroupByScanNumber,readarray1_ptr,arraylength,sampread_ptr,empty_ptr);
    disp('NI: Stop task')
    [a] = calllib('myni','DAQmxStopTask',taskh1);
    disp('NI: Clear task(s)')
    [a] = calllib('myni','DAQmxClearTask',taskh1);
    messmatrix=[readarray1'];
    disp('NImess finished')

  • Macbook pro. app tries to use flash player and get " Blocked plugin" how to uninstall and reinstall flash player. update does nothing ?

    Wife has an older MacBook Pro. when an app uses flash player "Blocked plugin" comes up. I don't know much about mac, tried to update flash player and get newer version already installed, and update and still get same message. How do I uninstall flash player and reinstall?

    Sounds like it is blocked for the website you are at. Check with this:
    You can quickly test whether a recently added plug-in is causing problems by blocking it.
    Choose Safari > Preferences, click Security, then click Website Settings next to Allow Plug-ins.
    Select the plug-in you want to disable on the far left, then click each pop-up menu on the right and choose Block.For some plug-ins, you see pop-up menus for different websites, and you can choose to block each one individually. Use the “When visiting other websites” pop-up menu to block all other websites that don’t have individual settings.

  • How to create a simple app using the MVC approach?

    Hello gurus i'm trying to learn the SAPUI5 and i'm trying to create a simple app using the MVC i created the app and trying to add a lable to the view but there is nothing appear when i run it the code for the HTML page
    <!DOCTYPE HTML>
    <html>
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
      <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m"
      data-sap-ui-theme="sap_bluecrystal">
      </script>
      <!-- only load the mobile lib "sap.m" and the "sap_mvi" theme -->
      <script>
      sap.ui.localResources("mytestapp");
      var view = sap.ui.view({id:"idshell1", viewName:"mytestapp.shell", type:sap.ui.core.mvc.ViewType.JS});
      view.placeAt("content");
      </script>
      </head>
      <body class="sapUiBody" role="application">
      <div id="content"></div>
      </body>
    </html>
    the code for the view
    sap.ui.jsview("mytestapp.shell", {
      /** Specifies the Controller belonging to this View.
      * In the case that it is not implemented, or that "null" is returned, this View does not have a Controller.
      * @memberOf mytestapp.shell
      getControllerName : function() {
      return "mytestapp.shell";
      /** Is initially called once after the Controller has been instantiated. It is the place where the UI is constructed.
      * Since the Controller is given to this method, its event handlers can be attached right away.
      * @memberOf mytestapp.shell
      createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      oLabel.placeAt("content");
    i dont know what is wrong or if i should use a container to display my controls
    any help will be appreciated
    thanks in advance

    Hi,
    Instead of   oLabel.placeAt("content"); use return oLabel;
    so it will as below,
    createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      return oLable;
    Regards,
    Chandra

  • I have used the "description" spot in iPhoto for in-depth additional information for photos of my ancestors. Now I am wanting to know if there is a way to print the photos along with the descriptions; either photo by photo, or maybe more than one per page

    I have used the "description" spot in iPhoto for in-depth additional information for photos of my ancestors. Now I am wanting to know if there is a way to print the photos along with the descriptions; either photo by photo, or maybe more than one per page, or possibly in some sort of booklet format. Thank you very much.

    You can make a Book and have a photo on one side and your text description on the other.

  • Unable to deploy a simple servlet using WAR file on Oracle9iAS v9.0.3

    Hi All,
    I am facing problem while deploying a simple servlet using WAR file on Oracle 9i App Server.
    I have installed Oracle9iAS J2EE and Web Cache v9.0.3 on Windows 2000 server.
    It includes:
         - Oracle HTTP Server
         - Oracle9iAS Containers for J2EE
         - Oracle9iAS Web Cache
         - Oracle Enterprise Manager
    The release of installed Oracle9iAS is Release 2 (9.0.3)      
    I referred following link to Deploy Applications Using WAR file:
         http://otn.oracle.com/products/ias/daily/sept12.html
    As mentioned in this documentation I have followed following steps to deploy WAR file:
    1] I have created a war file by name SimpleServlet.war. In SimpleServlet.war, there is a servlet by name Simple which prints time at which servlet was accessed.
    2] I have modified <ora9ias_home>\j2ee\home\config\application.xml and added following web module entry:
         <web-module id="SimpleServlet" path="../../home/applications/SimpleServlet.war" />
    3] To make this module accessible from over the web, I have modified file
         <ora9ias_home>\j2ee\home\config\default-web-site.xml and added following entry:
         <web-app application="SimpleServlet" name="SimpleServlet" root="/SimpleServlet"/>
    4] I saved both the files and started Oracle HTTP Server and accessed page as below:
              http://<server>:7777/SimpleServlet/Simple
    where Simple is servlet in SimpleServlet.war file.          
    In the browser, The page cannot be found is shown to user. I have verified that SimpleServlet.war is extracted to SimpleServlet folder under <ora9ias_home>\j2ee\home\applications folder. I found that Simple.class is stored under WEB-INF/classes folder and web.xml contains correct entry for url pattern for servlet Simple.
    What else could be the problem? Am I placing the war file in wrong place or modifying application.xml or default-web-site.xml in a wrong directory?
    This is very urgent. Please help me with your valuable comments on this.
    Thanks in advance.
    Regards,
    Sandesh

    Hi All,
    I am facing problem while deploying a simple servlet
    using WAR file on Oracle 9i App Server.
    I have installed Oracle9iAS J2EE and Web Cache v9.0.3
    on Windows 2000 server.
    It includes:
         - Oracle HTTP Server
         - Oracle9iAS Containers for J2EE
         - Oracle9iAS Web Cache
         - Oracle Enterprise Manager
    The release of installed Oracle9iAS is Release 2
    (9.0.3)      
    I referred following link to Deploy Applications
    Using WAR file:
         http://otn.oracle.com/products/ias/daily/sept12.html
    As mentioned in this documentation I have followed
    following steps to deploy WAR file:
    1] I have created a war file by name
    SimpleServlet.war. In SimpleServlet.war, there is a
    servlet by name Simple which prints time at which
    servlet was accessed.
    2] I have modified
    <ora9ias_home>\j2ee\home\config\application.xml and
    added following web module entry:
    <web-module id="SimpleServlet"
    path="../../home/applications/SimpleServlet.war" />
    3] To make this module accessible from over the web,
    I have modified file
    <ora9ias_home>\j2ee\home\config\default-web-site.xml
    and added following entry:
    <web-app application="SimpleServlet"
    name="SimpleServlet" root="/SimpleServlet"/>
    4] I saved both the files and started Oracle HTTP
    Server and accessed page as below:
              http://<server>:7777/SimpleServlet/Simple
    where Simple is servlet in SimpleServlet.war file.          
    In the browser, The page cannot be found is shown to
    user. I have verified that SimpleServlet.war is
    extracted to SimpleServlet folder under
    <ora9ias_home>\j2ee\home\applications folder. I found
    that Simple.class is stored under WEB-INF/classes
    folder and web.xml contains correct entry for url
    pattern for servlet Simple.
    What else could be the problem? Am I placing the war
    file in wrong place or modifying application.xml or
    default-web-site.xml in a wrong directory?
    This is very urgent. Please help me with your
    valuable comments on this.
    Thanks in advance.
    Regards,
    SandeshHave you restarted you http server and then tried to load it again? Are you using the right port; maybe you have to use port 7778? Check you server settings in the http server instance. Also check your url binding of you application at Farm > Application Server: infrastructurehost > OC4J_instance > Application: appname > Web Module: modulename
    Good luck!
    rgds Thomas

Maybe you are looking for

  • IPhoto asks for an upgrade of Aperture and otherwise won't open

    After upgrade to Maverick, iPhoto asks for an upgrade of Aperture (which I don't have and never had), and otherwise won't open. If I click "ok",  the Applications store opens and asks me to BUY Aperture (69,99 EUR). There must be a bug in iPhoto 11 a

  • How do I transfer my e-mail account to another computer

    My wife and I both have separate e-mail accounts on Thunderbird, which are on her laptop. I wish to transfer only my account to a new desktop computer I recently bought, and remove it from her laptop so I won't have to delete e-mails from both comput

  • Visual fortran calling a c function in visual studio

    Hi, I am running Windows 8.1 with Visual Studio Prof. 2012. I have installed Visual Fortran also. Now I wanted to make a solution with two projects one for Visual Fortran and one for C, and be able to call a C function from within the Fortran.  Can s

  • Calling SOA composite from ADF BC web application by cretaing Data Control

    Hi , I have deployed my SOA composite on a stand alone server .I have a ADF web application and I hace created a WS data control using the URL of WSDL of the SCA (got it from EM Test page).I have created a jsf page and have created input/output param

  • IPhone photo question

    With an iPhone can you send a photo to a picture capable phone? If so, how?