Check about warning of the IP Xilinx EM-DI-40GEMAC-PROJ and Xilinx EMDI-ILN-90G-LA-PROJ

Hello,
I need support concerning two IP from xilinx : Xilinx EM-DI-40GEMAC-PROJ Xilinx EMDI-ILN-90G-LA-PROJ For each of these IP,I receive an example design.
The example design along with the IP where generated for VIVADO 2015.1, during the synthesis, implementation and place and route process, I received many warning concerning those IP and their example design (but no critical warning). I wanted to know if those warning could be considered as "normal" or if there is a problem within the example.
Kind regards
Raphaël lemaire
 

 You can ignore them safely if there are no critcal warnings

Similar Messages

  • HT1473 when ever i am about to add the file i double click on it and the the box with the documents disapears (windows 7)

    when ever i am about to add the file i double click on it and the box just dissapears does anyone else have this issue? please help me if you did!

    Make sure you are viewing your image at 100%. At smaller views, pixels and layers and the way they interact are approximate interpolations and won't show you the actual pixel-for-pixel changes.

  • HT3529 How do I sent text messages to me as an email?  I have tried this by chosing Edit, then putting a check mark next to the text to send, entered my email and it goes back to the phone as a text msg, never comes to my email in box?

    I have tried to send a text that I received to my email address by hitting, Edit then placing a check mark next to the text to send, entered my email address and hit the send icon.  Three times, the email has come to me as a text and never appears in my email inbox.   Help please!

    I think you're asking this:
    You received a text message.  Now you would like to copy the text message's information and receive it as an email.
    You would do that by copying the text message to your clipboard (hold down the text bubble and select "Copy"), creating an email message, and pasting that text into the body of the email message and sending it.

  • [EWS][FastTransfer][MS-OXCFXICS] Question about paging in the Fast Transfer Stream after exporting message and the meaning of the config in the previous section of the stream.

    Hi, all.
    First, I want to construct a fast transfer stream by programming not using the export item's stream and to import the stream to the folder by posting import request in EWS.
    So, I export the item by EWS and investigate the exporting stream's struct by reading the [MS-OXCFXICS].pdf. And I can parse each MAPI property, marker, meta-property from the stream.
    I find that the stream is made of many pages, most page's length is 0x7BC0, some are less then 0x7BC0. And in the previous section of the stream, there are some configurations. So the questions are:
    1. What is the paging rule? or What is the principle of the paging? Whether a complete propvalue/marker(ref from [MS-OXCFXICS].pdf) must be contained in a page except some binary type?
    2. Why the page's binary length is 0x7BC0? Or where is the configuation about paging length?
    3. The stream is made of the FXOpcodes and the subbuffer about the FXOpcodes, and I find the mean of the FXOpcodes:
    internal enum FxOpcodes
    None = 0,
    Config = 1,
    TransferBuffer = 2,
    IsInterfaceOk = 3,
    TellPartnerVersion = 4,
    StartMdbEventsImport = 11,
    FinishMdbEventsImport = 12,
    AddMdbEvents = 13,
    SetWatermarks = 14,
    SetReceiveFolder = 15,
    SetPerUser = 0x10,
    SetProps = 0x11
    and in the stream there are 4 part(after I parse the stream):
    A. OpCode:Config, value:0000000001000000
    B. OpCode:IsInterfaceOk, value:010000000703020000000000C00000000000004600240080
    C. OpCode:TellPartnerVersion, value:000F91838417
    D and follows is: OpCode:TransferBuffer, Count:31680
    So 
    a. What is the OpCode:Config value meaning?
    b. Some parts of The OpCode:IsInterfaceOk' value is the IID_IMessage("00020307-0000-0000-C000-000000000046"), What is other parts meaning?
    Thanks in advance for any ideas.

    Hi Haiyang,
    Your questions are not covered by the Open Specification documentation and this is documented in [MS-OXWSBTRF] — v20141018 section “1.3 Overview”.
    The upload and export data stream is an opaque format that only needs to be understood by a server implementation. The client only serves as a repository for the opaque data stream so that it can be uploaded to the server at
    a later time.
    You made good progress in interpreting the buffer using other documents. Why do you need to be able to parse the data? Please describe your project in details and I might submit a suggestion to document the layout of the data stream,
    if your project justifies it. You can send the description directly to me.
    Thanks, Vilmos

  • [EWS][FastTransfer] Question about paging in the Fast Transfer Stream after exporting message and the meaning of the config in the previous section of the stream.

    Hi, all.
    First, I want to construct a fast transfer stream by programming not using the export item's stream and to import the stream to the folder by posting import request in EWS.
    So, I export the item by EWS and investigate the exporting stream's struct by reading the [MS-OXCFXICS].pdf. And I can parse each MAPI property, marker, meta-property from the stream.
    I find that the stream is made of many pages, most page's length is 0x7BC0, some are less then 0x7BC0. And in the previous section of the stream, there are some configurations. So the questions are:
    1. What is the paging rule? or What is the principle of the paging? Whether a complete propvalue/marker(ref from [MS-OXCFXICS].pdf) must be contained in a page except some binary type?
    2. Why the page's binary length is 0x7BC0? Or where is the configuation about paging length?
    3. The stream is made of the FXOpcodes and the subbuffer about the FXOpcodes, and I find the mean of the FXOpcodes:
    internal enum FxOpcodes
    None = 0,
    Config = 1,
    TransferBuffer = 2,
    IsInterfaceOk = 3,
    TellPartnerVersion = 4,
    StartMdbEventsImport = 11,
    FinishMdbEventsImport = 12,
    AddMdbEvents = 13,
    SetWatermarks = 14,
    SetReceiveFolder = 15,
    SetPerUser = 0x10,
    SetProps = 0x11
    and in the stream there are 4 part(after I parse the stream):
    A. OpCode:Config, value:0000000001000000
    B. OpCode:IsInterfaceOk, value:010000000703020000000000C00000000000004600240080
    C. OpCode:TellPartnerVersion, value:000F91838417
    D and follows is: OpCode:TransferBuffer, Count:31680
    So 
    a. What is the OpCode:Config value meaning?
    b. Some parts of The OpCode:IsInterfaceOk' value is the IID_IMessage("00020307-0000-0000-C000-000000000046"), What is other parts meaning?
    Thanks in advance for any ideas.

    OK. Thank you.
    Today I build a stream with a paging rule as below:
    1. Keep each page's byte length is 31680.
    2. Make sure a complete property value in a page except binary type property whose value length is larger
    than 31680.
    And it can work very well when import the stream to the folder by EWS.

  • When closing Firefox windows, I would like a warning before the last window closes. The about:config settings do nothing. There is a warning for multiple tabs..

    When closing Firefox windows, I would like a warning before the last window closes. The about:config settings do nothing. There is a warning for multiple tabs... why not for the last window? I do not use tabs... just windows... I have a mouse button programmed for that. It is really irritating to have to restart Firefox all the time and then open the history window because no warning was issued!

    This is ridiculous. I've had this problems for years now and I'm finally walking away from Firefox. I use my keyboards more than my mouse, and how many times does your finger slip and hit Command Q instead of W. How come FF can't reset something as trivial as this? So many people are having problems with this?
    Feels like FF has become too big, too slow and just not cooperative anymore. What a shame, I've been using Netscape/Firefox for 13 years. This is silly.

  • I synced my iphone 3 to my pc and i had about 90 songs on it and when i looked at my phone to check if it worked, it deleted about 80 of the songs, what happened to them and how do i get them back

    I synced my iphone 3 to my pc and i had about 90 songs on it and when i looked at my phone to check if it worked, it deleted about 80 of the songs, what happened to them and how do i get them back

    You might have better luck in the iPhone community. I'll ask the hosts to relocate your post.
    iPhone community
    Have you tried syncing the iPhone to your computer and restoring from the backup to see if you can get your other songs back? If you purchased the new album with your Apple ID, you should be able to download it to your computer to sync.

  • How can I know about the latest updates / versions which when available for all the CC products, without having to install and check it with the Desktoip Creative Cloud Application ?

    How can I know about the latest updates / versions which when available for all the CC products, without having to install and check it with the Desktoip Creative Cloud Application ?

    Thanks for looking into this Jeff!
    I work with an Inventory module software and is responsible for software detection across several computers. Once an updated version comes up, I update our database with latest software details to get it detected if installed on any machines.
    The problem tracking updates with Desktop Creative Cloud Software are;
    1)We have to have it installed with the CC applications in-order to get the notification of the latest updates and have to check everyday.
    2)Only relates to the latest updates, so in-between we may miss a prior update unknowingly.Hence, the remote machines having those updates may not get  detected with the software version update which would create problem in reporting.
    3)For all CC products, there is no base or previous updates available for installation if we miss one.
    I went through the Adobe Products Update pages [Product updates] which holds good when it comes to Acrobat and Reader software which I follow to track down any newer updates but this is inconsistent when it comes to CC products like in After Effects CC, Dreamweaver CC etc...
    So overall to be very specific, is there any one channel I can follow to get the notifications only for the updates on CC products and then may be I can rely on Desktop Creative Cloud for installation if not available anywhere like in product update pages of Adobe ?
    Regards,
    Subrat

  • I downloaded Firefox 5.0 for Mac and now every time I want to open Firefox, I get a window warning me about downloading from the internet andwon't let me open until I answer.

    I downloaded 5.0 for Mac and now when I click on Firefox icon, I get a box warning me about downloading from the internet. How do I get rid of this?
    Another issue also, my bookmarks open up with the pages skewed to the right. How do I rectify?

    You can get latest version of Firefox from
    * getfirefox.com
    review mac installing guideline
    * https://support.mozilla.com/en-US/kb/Installing%20Firefox%20on%20Mac

  • TS3297 After updating to ios6 I am mostly unable to download apps, about 95% of the time I get a box saying "cannot connect to iTunes Store". Have checked for more updates and been around in circles on apple tech "support", any ideas anyone?

    After updating to ios6 I am mostly unable to download apps, about 95% of the time I get a box saying "cannot connect to iTunes Store". Have checked for more updates and been around in circles on apple tech "support", any ideas anyone?

    After updating to ios6 I am mostly unable to download apps, about 95% of the time I get a box saying "cannot connect to iTunes Store". Have checked for more updates and been around in circles on apple tech "support", any ideas anyone?

  • I can't download OS5 or, rather, iTunes does download it about 450 mb and then, a few seconds after it starts processing the file, I get the message that I am timed out and am recommended to check my internet connection. I am using 3g to download it.

    I can't download OS5 or, rather, iTunes does download it about 450 mb and then, a few seconds after it starts processing the file, I get the message that I am timed out and am recommended to check my internet connection. I am using 3g to download it.

    I don't know which country you're in, but in the US, carriers limit the amount of download for a single file when using 3G.  Have you tried wifi?

  • Software updates sometimes do not install. I have two software updates that I continually show up as available to install. When I click on the install button it changes to installed. Checked About this Mac shows that the updates have not installed.

    Software updates sometimes do not install. I have two software updates that I continually show up as available to install. When I click on the install button it changes to installed. Checked About this Mac shows that the updates have not installed.

    What are the updates?

  • My 1-year old MacBook Pro Retina shuts itself without giving a warning when the battery is at 5-15% of capacity. Idk what to do about it.

    My 1-year old MacBook Pro Retina shuts itself without giving a warning when the battery is at 5-15% of capacity. Idk what to do about it.

    KarnPS,
    start recharging your battery when it gets down to 20% — you’ll shorten your battery’s lifespan by running on battery power beyond that.

  • In 'about this mac' the battery condition says 'check battery'. Should I be worried?

    Hey guys,
    I've been looking at replacing a few parts for my macbook as it is getting a little old and beaten up now, and I don't have the money to buy a new one at the moment. I have just been searching through everything to see if anything is wrong. Mine is a white macbook from late 2009. So far I've had the bottom case replaced because the rubber was starting to peel off and was very scratched.
    Now I am looking at getting my trackpad replaced (or fixed) as it is stuck down and doesn't click anymore. I've tried cleaning it incase there was something stuck in it, but hasn't worked. After some research I've found that this could be due to a swollen battery. I had a quick look at it when I replaced the bottom case but it doesn't look like it has swollen. So I checked to see the conditon of the battery and it says 'check battery'. I am only up to charge cycle 299 and there is no problem with charging it or its charge life (not that I've noticed anyway). Could there be another reason as to why it says this?

    Firstly the trackpad could easily be due to the trackpad screw not being at the correct depth, easily fixable especialy if the tap to click works.
    As for the battery check battery usually means the battery has become faulty in some way. You could try an SMC reset with your adapter plugged in. (Shift-Option-Command-PowerButton at the same time). Your battery should still work but 299 is way too little for a your year MacBook needing to be replaced.

  • Help about Warning Security IE 8.0

    Hello Guys,
    I need help about warning security IE 8.0.
    When I try install a software from my webserver is display the following message:
    I can't check the publisher.Are you sure install the software?
    This file does not have a valide digital signature that verifies its publisher.
    You should only install software from publishers you trust.
    Well, I already enable:
    Download signed ActiveX controls
    Download unsigned ActiveX controls
    Allow active content from CDs to run on user machines Enabled 
    Allow software to run or install even if the signature is invalid Enabled 
    Check for server certificate revocation Disabled 
    Check for signatures on downloaded programs Disabled 
    Is there somewhere I disable all settings warning's about IE or one specific GPO I need disable for this warning don't display for me?
    In the same installation a lot of about file .cab are installed, only one specifc I don't have sucess.
    I try some troubleshootings too:
    https://social.technet.microsoft.com/Forums/windows/en-US/8f8293c4-0920-462f-9c69-0a8e3f92aa02/unknown-publishers-warning
    https://www.youtube.com/watch?v=UknQn6tZZis
    http://windows-3322.blogspot.com.br/2011/02/how-to-repair-activex-error.html
    Thanks a lot who answer me or about any idea about my issue.

    This file does not have a valide digital signature that verifies its publisher.
    Did you see your result
    https://social.technet.microsoft.com/Forums/windows/en-US/8f8293c4-0920-462f-9c69-0a8e3f92aa02/unknown-publishers-warning
    <quote>
    Changing the time zone actually worked.
    </quote>
    Robert Aldwinckle

Maybe you are looking for