ImplementationOpt Design[Opt 31-67] Problem for AXI bus between data mover ip and axi interconnect

I'm using vivado 2014.4 and win7 64bit for my zynq design.  Previously, the design is good. I made some revisions. Then I came across the problem.
If the synthesis strategies option is flow_runtime_optimatized(Vivadio synthesis 2014), everything works
If the synthesis  strategies option is default options (the synthesis settings are shown in the picture), Synthesis is still fine, but the implementation failed. Some of the errror msg is shown below.
The error message shows there are unconnected pins on axi_interconnect_1. The connections between AXI master from my own IP(it is the axi port from a DataMover IP) and axi_interconnected is shown in the attached picture.
The synthesis schematic is also checked. The connections of the axi_interconnect have some pins unconnected as shown in the picture (interconnect_schematic_synth.PNG). The connections of my IP are good, but it misses some pins (like _arready, _rvalid, _ruser, _bid...).  The master AXI port in my port is from the data mover IP. By default, the data mover IP doesn't have these missed pins. The AXI port on my IP declares these missed pins, but actually they are not connected to any inside my IP. 
Btw, previously, the project works well in my design. But now it doesn't.
 I also check the connections of the axi_interconnect when synthesis strategies option is flow_runtime_optimatized, the schematic show all pins are connected. 
Please help. Thx.
Sam
ImplementationOpt Design[Opt 31-67] Problem: A LUT1 cell in the design is missing a connection on input pin I0, which is used by the LUT equation. This pin has either been left unconnected in the design or the connection was removed due to the trimming of unused logic. The LUT cell name is: design_top_level_i/Zynq_Processing_System/axi_interconnect_1/s00_couplers/auto_pc/inst/gen_axi4_axi3.axi3_conv_inst/USE_READ.USE_SPLIT_R.read_addr_inst/size_mask_q[3]_i_1__0.
[Opt 31-67] Problem: A LUT2 cell in the design is missing a connection on input pin I0, which is used by the LUT equation. This pin has either been left unconnected in the design or the connection was removed due to the trimming of unused logic. The LUT cell name is: design_top_level_i/Zynq_Processing_System/axi_interconnect_1/s00_couplers/auto_pc/inst/gen_axi4_axi3.axi3_conv_inst/USE_READ.USE_SPLIT_R.read_addr_inst/access_is_incr_q_i_1__0.
[Opt 31-67] Problem: A LUT2 cell in the design is missing a connection on input pin I1, which is used by the LUT equation. This pin has either been left unconnected in the design or the connection was removed due to the trimming of unused logic. The LUT cell name is: design_top_level_i/Zynq_Processing_System/axi_interconnect_1/s00_couplers/auto_pc/inst/gen_axi4_axi3.axi3_conv_inst/USE_READ.USE_SPLIT_R.read_addr_inst/access_is_incr_q_i_1__0.
[Opt 31-67] Problem: A LUT2 cell in the design is missing a connection on input pin I0, which is used by the LUT equation. This pin has either been left unconnected in the design or the connection was removed due to the trimming of unused logic. The LUT cell name is: design_top_level_i/Zynq_Processing_System/axi_interconnect_1/s00_couplers/auto_pc/inst/gen_axi4_axi3.axi3_conv_inst/USE_READ.USE_SPLIT_R.read_addr_inst/command_ongoing_i_2__0.
[Opt 31-67] Problem: A LUT2 cell in the design is missing a connection on input pin I0, which is used by the LUT equation. This pin has either been left unconnected in the design or the connection was removed due to the trimming of unused logic. The LUT cell name is: design_top_level_i/Zynq_Processing_System/axi_interconnect_1/s00_couplers/auto_pc/inst/gen_axi4_axi3.axi3_conv_inst/USE_READ.USE_SPLIT_R.read_addr_inst/size_mask_q[1]_i_1__0.
[Opt 31-67] Problem:

 
Hi Muzaffer
THx for your reply. 
I tried implementation with opt_design option -directive Explore, it didn't work.
Aslo I disabled the opt_design and enabled phys_opt_design, it still has the same error in the implementation.
I would try to delete the pins related  _AR_(like _arready, etc. ) and _R_ (like _rdata, _rid, etc.) pins in the AXI4 port in my IP. The data mover ip doesn't contains thes pins. I want  to see whether it works this way.
Hopefully, the new vivado version will help. 

Similar Messages

  • Problem for synchronizing calendars between my iPOD 30GB and OUTLOOK 2003

    Hello,
    I arrive to synchronize my contacts between my iPOD and OUTLOOK 2003 via iTunes, but not the calendars.
    Thank you for your help

    If you have EVER sync'd Outlook 2003 with a PDA then iTunes will throw an error when trying to sync Calendars.
    THE FIX:
    Delete all calendar entries
    (an easy way to do this is in Calendar select VIEW > Arrange By > Current View > Events)
    Then Delete all entries by highlighting them all right click and select delete!
    NOTE: You may have to repeat VIEW > ARRANGE By > Current View > {other categories in list i.e. "Category" and/or "Annual Events" and/or "Recurring Appointments"} To find all the entries that need to be deleted.
    Once all of the calendar data is deleted you can re-input the data, but you can never sync it with a PDA otherwise you will develop the original problem again.
    WHY DOES THIS WORK? Simply when a PDA syncs with Outlook it places a unique hidden identifer on each entry which screws up iTunes ability to sync with your calendars.
    Hope this is clear and helps someone.

  • HT4060 Hi, I have bought iPad air, and got apple 12w USB Power Adapter with pin flat plug. It is a problem for me. I live in Switzerland and the electric outlet is suitable only for round pin plug.

    Hi, I have bought iPad air, and got apple 12w USB Power Adapter with pin flat plug. It is a problem for me. I live in Switzerland and the electric outlet is suitable only for round pin plug.  I do appreciate for your support.

    Plug adapter
    http://img.diytrade.com/cdimg/975531/17878192/0/1293436146/Universal_socket_to_S witzerland_Plug_adapter.jpg

  • Need Urgent Help : Using VIVADO Design Suite for PCI Express 3.0, 8 lane, and AXI Interfaces for Video Processing

    My scenario is as follows :-
    1) I am building a Image Processing Application and using VIVADO HLS for that.
    2) I have synthesized my design using VIVADO HLS, and export it as IP-XACT format.
    3) I have imported it in VIVADO Design Suite, and added to the IP catalog, in a new project created.
    4) Since I am building an image processing pipeline, I am using AXI Stream interfaces, 1 input stream, and 1 output stream, and mentioned that in the HLS tool itself..
    5) I have a Virtex 7 690T FPGA, and have accordingly chosen the board throughout the HLS process, and the project.
    6) We want to use a PCI Express 3.0, through DMA access to the CPU.
    7) Now I am stuck here regarding how to proceed forward, I have gone through most of the Xilinx documentation, but am still not clear about what to do from here on.
    8) There are these 3 variables for me, AXI Stream Interface, DMA, PCI Express 3.0, all I have right now is the IP of the Image Processing pipeline that I generated through VIVADO HLS.
    9) Also at a later stage we would like to stream in Video, and process it through our image processing pipeline.
    Please help me with an overview of steps that I need to follow to get my design together and working on a real FPGA hardware with my Computer(windows OS), as in what Xilinx IP blocks do I need to use, how will I be able to exploit the maximum bandwidth from the PCI Express Interface in my specific case of send image through a stream, what tools will I need to use at every stage.
    I would be highly grateful if you guys can help me, we have a dealine to meet.
    Please let me know if we need any extra information.
     

    School project?

  • Flex chart x-axis spacing between data

    hello
    i am using flex chart line series and column series. i want
    to display 100 data points, with different dates along the x-axis,
    but i don't want all 100 points to be displayed at the same time as
    the x-axis dates will not be readable. i want to have a fixed space
    between each x-axis point and the user then scrolls along the
    chart.
    i read the API but do not see any way to add the x-axis
    spacing?
    also how i do put more data information, with each data point
    if a mouse if placed over it, not just the X & Y data points.
    thank you for any assistance.
    Tony

    thanks so much,
    The tip data solved my 2nd problem.
    Thanks for your suggestions to"
    i am using flex chart line series and column series. i want
    to display 100 data points, with different dates along the x-axis,
    but i don't want all 100 points to be displayed at the same time as
    the x-axis dates will not be readable. i want to have a fixed space
    between each x-axis point and the user then scrolls along the
    chart.
    i read the API but do not see any way to add the x-axis
    spacing?
    you mentioned about using min/max values on the x-axis. That
    is a good solution except i would then need to add buttons to say
    ,show the next 30 days.
    I really want to to show 90days of data data, with say 30
    days appearing at once, and the user just scrolls to see the rest
    of the days data without having to press buttons for more data. Any
    idea how i can do this?
    thanks
    Anthony

  • Cannot login to App designer using PS id while able to login in data mover.

    Hi,
    I am installing peopletool 8.50 (HRMS). I ran all the sql scripts successfully. Ran the DMS script as well for demo database.
    When I am trying to login in App designer using PS/PS i'm getting the following error..
    File: SQL Access ManagerSQL error. Stmt #: 2 Error Position: 0 Return: 404 - ORA-01017: invalid username/password; logon denied
    while I am able to login in data mover in boot strap. Can anybody pls help me out?

    yes I am using Oracle 11g.
    and man.. thanks a lot for your help. that was really awesome post :-)
    People do say true.. here only I can find the GODs of Oracle.
    Thanks Again
    Gaurav
    Edited by: Gaurav_laconic on Mar 12, 2013 6:13 PM

  • Problems with Dinamic Link between Premiere pro CC and After Effects CC

    I'm having serious problems with dinamic link between premiere pro and after effects, really serious problems that have 2 big projects in trouble (a documentary and a video clip) and I had to redo all the work pipeline to the consumer.
    The documentary for a spanish TV was made on CC 2014 and a video clip was made on CC. Both of them with a lot of after effects composition in the premiere pro timeline. Render freeze, a lot of playback issues, and many more problems... Until I decided to remove these links between premiere and after effects and render out all the after effects compositions one by one and insert as clips in premiere pro. 1 week working away with back and fourth.
    I've got a huge workstation:
    i7 4990
    32Gb ram
    GTX780 3gb
    256 gb system ssd
    2 Tb project storage
    *All my hardware and software are update.
    I know that a lot of folks are on the same huge problem and I want to ask everyone:
    How do you save this?
    What is your pipeline?
    Are there any solution?
    Best practice to use dinamic link in a huge project?
    Thanks,
    Ruben Gimenez.
    R&D iceblink.es
    www.rambot.es

    Thank You, Jim -
    Unfortunately that specifically did not work.
    Based on another comment sent to me, here is what did.
    In PProCC
    File > Adobe Dynamic Link > New After Effects Composition
    In AECC
    From that composition created from PPro, I imported the project (aep) initially created in AECC from another team member. Saved the file.
    Back in PProCC
    File > Adobe Dynamic Link > Import After Effects Composition
    Magic.

  • Customizing distance between data Points on x-Axis

    Hi,
    I want to draw a LineChart.
    I have these Timestamps [84, 1000, 34000, 34699, 439999] who
    are represanting the x-Value of DataPoints along the X-Axis.
    Unfortunately the distance between 2 datapoints along the
    x-Axis is always the same, that means that between the points with
    x-values 84 and 1000 is the same distance along the axis as between
    the points with x-values 34699 and 439999.
    But the distance between points with x-values of 34699 and
    439999 should be much greater than between 84 and 1000.
    How can I customize the distance between data Points on a
    LineChart to solve my Problem?
    I really dont know right now!
    Greeting,
    Z.

    "zidaninho" <[email protected]> wrote in
    message
    news:gls479$nkt$[email protected]..
    > Hi,
    >
    > I want to draw a LineChart.
    > I have these Timestamps [84, 1000, 34000, 34699, 439999]
    who are
    > represanting
    > the x-Value of DataPoints along the X-Axis.
    >
    > Unfortunately the distance between 2 datapoints along
    the x-Axis is always
    > the
    > same, that means that between the points with x-values
    84 and 1000 is the
    > same
    > distance along the axis as between the points with
    x-values 34699 and
    > 439999.
    > But the distance between points with x-values of 34699
    and 439999 should
    > be
    > much greater than between 84 and 1000.
    >
    > How can I customize the distance between data Points on
    a LineChart to
    > solve
    > my Problem?
    >
    > I really dont know right now!
    What happens if you convert the time stamps to Dates and use
    a DateAxis?

  • Define main objects for Drag & Relate between BW 3.1 and EP6

    hi all.
    We are trying to implement Drag & Relate between BW 3.1 and EP6.
    We have 2 different BW reports based on the same object "0MATERIAL". One of them should be a source and the other is the target. When creating the iViews for these reports the "main object" property has no values, therefor we don't see any symbol near the object we want to drag. The import of the "0MATERIAL" object from BW to the portal was successful.
    Is it related to customizing the BW system or the portal?
    thanks,
    Sagi

    I solved the problem - I added the BW alias before the main object name in the main object property. For example "BW.0MATERIAL" when BW is the BW system alias and 0MATERIAL is the object name.
    Sagi

  • Work around technique for imcompatibility issues between Firefox 6.0 and Avast Free Antivirus 6.0, esp "Unresponsive Scripts."

    I am using Firefox 6.0, Avast Free Anti-Virus 6.0 and Windows XP.
    I am experiencing slow/freezing web browsing after a recent upgrade to Firefox 6.0. Not all but on most occasions, I also get a warning from Avast of an "unresponsive script." I suspect there is a compatibility issue between these versions of Firefox and Avast--are they any short and/or long term solutions to this. I suppose I can disable the Script Blocker on Avast but that would defeat the purpose of having an anti-virus program.
    Many thanks in advance.

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • Correct tool for my purpose of data movement between servers

    Hello All,
    I am in the process of trying to copying over data from source sql server table to destination sql server table. The requirements being, only the new or updated data needs to be migrated to destination table, once a week. Our source table has 23 million
    rows and growing. 
    I researched two different solutions and would like to know if anyone has feedback on these. 
    1. Merge - used to sync data between source and destination table using SSIS packahe. But the problem for this according to my research, with the amount of data in consideration, the transactional log will grow by leaps and bounds. Not the way.
    2. Replication - I have started my research in this matter. Would this be an ideal solution? 
    Many thanks.

    Transactional replication is the best fit here. You should be able to get near real time synchronizations between your source and destination servers IF you have a pk on the table you are replicating.
    If your skill set is with SSIS the merge component will also work.
    If you backup your tlog every 20 minutes or so, your tlog will be maintained and you should not see explosive growth.
    Note that both the SSIS merge component and transactional replication will lead to large tlog growths unless you maintain your tlog.
    looking for a book on SQL Server 2008 Administration?
    http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
    http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

  • I Have A Problem with Bluetooth connection between my I-Phone and Bluetooth in my auto

    I have a problem with bluetooth conection between my auto  (2013 Buick) And I-phone 5. I can call out but am unable to recieve incomming calls.When I attempt to answer ,Everthing disconnects and the phone call goes to mail automatically.

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                                                              

  • How to select for Database Setup via Data Mover

    install PT849+HRMS89 with MUL on REH 5.4 x64+Weblogic92+Tuxedo 91+Oracle 10g
    after database instance installation manually, need to use Data Mover to import *.db file into database from windows client server.
    in this step, any one can advice the setup for DEMO and SYSTEM type.
    See the screen https://docs.google.com/file/d/0B50TDBQBIUW7NUZyLUpJY01zcVU/edit
    PeopleTools System DataBase-->ptengs.db
    PeopleSoft HRCS Database - Simplified Chinese --> hczhsa.db
    PeopleSoft HRCS Database - English--> hcengs.db
    if Demo selected, hcengl.db is involved, but no ptengs.db
    I have tried:
    1. select SYSTEM and PeopleTools Database, then import ptengs.db, Then hcengs.db and hczhsa.db.
    2. Only import hcengs.db and hczhsa.db
    But both are failed for there exists many database record error in the subsequent step.
    Thank you very much.
    Andy

    The second option is the correct one, but if you already ran the 1st, then it will fail. Better to recreate the db from scratch and directly go for the 2nd option.
    Nicolas.

  • MRP run - misalignment for planned order between Date and Production Date

    Hi All,
    We've just integrated SAP for a new plant.
    The MRP runs based on Routing Lead Time for Make materials instead on Material Master Lead Time, for Capacity Assessment purpose.
    When requirements dates lay in the past, MRP performs forward scheduling starting from current date and properly defines Production End Date according to Routing.
    By checking MD04, for the proposed Planned Order, the basic date is same as Current Date (= same as Requirement Date) instead of being same as Production Date.
    It works as it if checks stil the MAterial MAster LEad time instead of Routing. In fact if I updated the LT of MM the MD04 provides the right Date.
    For future requirements, the MRP works properly, by having basic dates (both start and end date) aligned with Production Dates of Planned Order.
    How can I do the alignment w/o updating In House Production LT?
    Thanks,
    D

    Hi Caetano,
    we have already done this configuration in OPU5 but it doesn't provide any benefit.
    Below how we configured it:
    Scheduling level: Via detailed scheduling
    Adjust dates: adjust basic dates, adjust dep. reqmts to operation date
    For capacity scheduling: Always basic dates, dep. reqmts to operation dates
    Scheduling type: Backwards.
    Regards,
    D.

  • Function Module for calculating hours between dates and their times.

    Hi all,
    Is there any standard function module for calculating the time difference in hours between two dates with start and end times.
    Regards,
    Sudipto.

    Sudipto,
    How're you ????????????????????
    Check out the following Function Module:
    SD_DATETIME_DIFFERENCE (Give the difference in Days and Time for 2 dates)
    Regards,
    Abir
    Don't forget to award Points *

Maybe you are looking for