Problem about link status in IBERT GTP

hI?
I use a artix xc7a75t-fgg676 wih vivado 2015.2 and revision IBER = 3.0(rev8).
This fpga have 2 GTP quad in bank 216 and 213. I use two gtp
With IBERT the GTP Bank213 work well at 3.125GBPS
but the GTP in bank 216 work (status) only at 0.625GBPS
The two GTP have each a hardawre clock of 156.25MHz.
This value is correct when i measured it with my oscilloscope.
We can see the configuration of the IBERT in picture 1,2 and 3
And the result, in picture 4.
Is someone have already seen this problem.

The formula from the ug482 user guide gives the lina rate as:
fPLLclkOUT = fPLLclkIN*(PLLx_FBDIV *  PLLx_FBDIV_45)/ PLLx_REFCLK_DIV
fLineRate = fPLLclkOUT *2/ RXOUT_DIV
I have checked my xdc and is good
fPLLclkIN                    = 156.25MHz
PLLx_FBDIV               = 4
PLLx_FBDIV_45        = 5
PLL0_REFCLK_DIV = 1
RXOUT_DIV                = 2
fPLLclkOUT = 156.25*(4*5)/1 = 3125MHz
fLineRate     = 3125 * 2 / 2 = 3125MHz
so parameter in xdc is good
Someone can help me?

Similar Messages

  • Problems about linking the skype and the microsoft

    My skype account cannot link to the microsoft account(Before this, I already unlinked the original skype and microsoft) . When I logon the skype with my microsoft account, I found that there is an another skype account and this account is useless for me. Now I just want to delete the useless skype account of the microsoft and then link the original skype to the microsoft. What do I do to relink those accounts?

    The sequence you should be using is:
    1) start the listener, which will monitor the network for database requests
    lsnrctl start
    2) start and open the database, which will also register back to the listener. Could be done by a properly configured OEM DBConsole, or command line
    sqlplus / as sysdba
    startup
    exit
    3) If database started before listener, then you could register the database manually
    sqlplus / as sysdba
    alter system register;
    exit
    4) Verify that the listener knows about the database and will handle requests for the database
    lsnrctl status
    and check the output whether the database service is recognized.

  • I meet a problem about linking when I use Sharing Libraries.

    I meet a problem when I use Sharing Libraries.
    When I debug my flash on my local end, I can set the URL to "ShareLibrary.swf" (For “Export for runtime sharing”).
    All Files linking the file "ShareLibrary.swf" are working correctly.
    But When I put this swf on the net, the link can't work unless changing the URL to full path including the ip address.
    Is there any way that I can make it work using the same URL, no matter the file is on the local or on the net?

    Morning Alex,
    Thanks for using Apple Support Communities.
    For troubleshooting on this, take a look at this article:
    iPhone: Sound muffled or low from the speaker or when speaking into the mic.
    http://support.apple.com/kb/TS1631
    Resolution
    Check the following:
    Check the volume setting on your iPhone. You can adjust the volume by pressing the volume up and down buttons on the left side of the iPhone.
    If you are using a third-party iPhone case, make sure it is not covering the speaker, microphone, or top microphone. Try making some calls without the case to see if a caller can now hear you more clearly or play music to see if the speaker's volume is better.
    If you have not removed the plastic display film used for protection during shipment, either ensure that the microphone and speaker are not covered or remove the film completely.
    Check that the speaker, microphone mesh covers, and top microphone hole are not clogged with lint or other debris.
    If the speaker, microphone mesh, or top microphone (iPhone 4 only) appear clogged, please use a clean, small, dry, soft-bristled brush to clean them. To do this follow these instructions:
    Use the brush to carefully and gently brush the speaker and microphone mesh.
    Brush away from the 30-pin dock connector to avoid getting any debris into the dock connector.
    Hope this helps,
    Mario

  • My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    thanks for your response roaminggnome. I changed my password immediately after it happened and I have contacted i tunes to let them know of this dillemma.
    The I-tunes credit was a promotional thing by Apple to buy their laptop. So I didn't pay for the i-tunes credit in the first place. Do you think my bank will be able to reinburse Itunes credit then? I will ask support when they get back to me.

  • Problem about space management of archived log files

    Dear friends,
    I have a problem about space management of archived log files.
    my database is Oracle 10g release 1 running in archivelog mode. I use OEM(web based) to config all the backup and recovery settings.
    I config "Flash Recovery Area" to do backup and recovery automatically. my daily backup schedule is every night at 2:00am. and my backup setting is "disk settings"--"compressed backup set". the following is the RMAN script:
    Daily Script:
    run {
    allocate channel oem_disk_backup device type disk;
    recover copy of database with tag 'ORA$OEM_LEVEL_0';
    backup incremental level 1 cumulative copies=1 for recover of copy with tag 'ORA$OEM_LEVEL_0' database;
    the retention policy is the second choice, that is "Retain backups that are necessary for a recovery to any time within the specified number of days (point-in-time recovery)". the recovery window is 1 day.
    I assign enough space for flash recovery area. my database size is about 2G. I assign 20G as flash recovery area.
    now here is the problem, through oracle online manual, it said oracle can manage the flash recovery area automatically, that is, when the space is full, it can delete the obsolete archived log files. but in fact, it never works! whenever the space is full, the database will hang up! besides, the status of archived log files is very strange, for example, it can change "obsolete" stauts from "yes" to "no", and then from "no" to "yes". I really have no idea about this! even though I know oracle usually keep archived files for some longer days than retention policy, but I really don't know why the obsolete status can change automatically. although I can write a schedule job to delete obsolete archived files every day, but I just want to know the reason. my goal is to backup all the files on disk and let oracle automatically manage them.
    also, there is another problem about archive mode. I have two oracle 10g databases(release one), the size of db1 is more than 20G, the size of db2 is about 2G. both of them have the same backup and recovery policy, except I assign more flash recovery area for db1. both of them are on archive mode. both of nearly nobody access except for the schedule backup job and sometime I will admin through oem. the strange thing is that the number of archived log files of smaller database, db2, are much bigger than ones of bigger database. also the same situation for the size of the flashback logs for point-in-time recovery. (I enable flashback logging for fast database point-in-time recovery, the flashback retention time is 24 hours.) I found the memory utility of smaller database is higher than bigger database. nearly all the time the smaller database's memory utility keeps more than 99%. while the bigger one's memory utility keeps about 97%. (I enable "Automatic Shared Memory Management" on both databases.) but both database's cup and queue are very low. I'm nearly sure no one hack the databases. so I really have no idea why the same backup and recovery policy will result so different result, especially the smaller one produces more redo logs than bigger one. does there anyone happen to know the reason or how should I do to check the reason?
    by the way, I found web based OEM can't reflect the correct database status when the database shutdown abnormally. for example, if the database hang up because of out of flash recovery area, after I assign more flash recovery area space and then restart the database, the OEM usually can't reflect the correct database status. I must restart OEM manually to correctly reflect the current database status. does there anyone know in what situation I should restart OEM to reflect the correct database status?
    sorry for the long message, I just want to describe in details to easy diagnosis.
    any hint will be greatly appreciated!
    Sammy

    thank you very much, in fact, my site's oracle never works about managing archive files automatically although I have tried all my best. at last, I made a job running daily to check the archive files and delete them.
    thanks again.

  • Indesign CS6 on MACs with OS 10.8 are having problems with links

    Hi
    Indesign CS6 on MACs with 10.8 are having problems with links. All links to other files have to be updated when opening a file although definitely nothing has changed to the linked files.
    We can rule out our company's networking and the system hosting the files (HELIOS software on RedHat Linux VM). This happens with newly created Indesign files and with old ones. E.g. we create a file on Tuesday, save it and open it again on the exact same MAC on Wednesday and all links to other fiels (.indd, .png, .bmp, etc. nothing uncommon) have to be updated as they all show the yellow triangle + black exclamation mark symbol next to them. Has anybody else experienced this, What can we do? We have tried absolutley everything and updated all software from MAC OS to CS6 itself but nothing seems to help on the long run.
    Any further information required?
    M. Miller

    Thanks for your quick reply.
    We actually noticed that there also seems to be something wrong with the timestamps:
    If we open the infos via the MAC finder to a file (.psd e.g.) which is linked in one of our indesign files, it states a certain date of creation.
    If we then switch to the Indesign file we just opened in which we had to update all links and open the infos to exactly the same file we looked at in the finder, a different date of creation is stated. So there also seems to be a mistake here (hope it's clear what I mean).
    We are ruling out our network as the error cannot be "re-enacted". We have created numerous test files in Indesign (simple white page containing one link to a .psd file which is also used in one of the supposedly defective files) and have opened them on various MACs with various OS versions over the past days/weeks but unfortunately the files open without any notifications or errors.
    Just as a background: a few months ago, the problem seemed to occur between MACs with differing OS, 10.6 - 10.8 at first. A file which was created on a 10.6 MAC could not be opened without updating all links on a 10.8 MAC. That is why we updated everything to 10.8. The error did not occur for about 2-3 weeks but then reoccured again.?
    Have you heard anything similar?

  • A switch on/off problem about the relay in a loop

    hi group:
    I am developing a project based the Ni-sci-1160. Now I meet a problem about switch on/off in a loop.
    for example:  I creat a loop, and continually check a boolean. if the boolean is true, then the realy is closed, otherwise the relay is open. The problem is when I make the boolean is true,  the corresponding relay is not always on,  but just on-off, on-off,on-off.  I don't know why? Is there any good idea to fix it?
    the easy example codes is attached here , thanks for you help.
    Attachments:
    relay_problem.vi ‏19 KB

    Try moving that first DAQmx function out of the while loop.  Since it is called switch set and Reset, I'm guessing it is resetting the status of the switch every iteration of the while loop which probably means setting it back to false.  It looks like an initialization type of function which means it should only be run once.

  • Prime Infrastructure 2.0 Link Status Alarms

    Hi,
    we are used SNMP traps sent from our core switches to our PI 1.3 server to notify us about link down events. In this scenario we got emails only for link down events on our core switches.
    Now, we are using PI 2.0. It seems PI 2.0 checks link status of all devices on its own. We got an email for a link down event on any of our switches. To avoid that I configured PI 2.0 to treat Link down events as Informational instead of Critical (Administration > System Settings > Severity Configuration, Link down). Now, we don't get email notification for link down events at all.
    Is there a way to configure PI 2.0 to inform us on link down events on our core switches, but not on a link down event on any of our other devices?
    Timo

    Disable the trap from the configuration on the switches you don't want to get messages from.  So depending on what kind of switch it would be something like:
    conf t
    no snmp-server enable traps linkdown linkup
    Your string may different, there are several options that can be included in this line.  You may have to remove the whole line and readd it with only the options you want.
    If this posts answers your question or is helpful, please consider rating it and/or marking as answered.

  • Problem with linking DB in Windows XP....

    Hi Oracle Community.
    First of all I'd like to clarify my enviroment in which i wanna work with Berkley DB.
    - Windows XP SP2
    - MinGW (GNU g++ compiler for windows)
    I downloaded Berkeley DB 4.5.20 and particulary the Berkeley DB 4.5.20.msi Windows installer. //i would like to work with C++ API.
    As i understand the Berkley DB automaticaly builded and libraries were created. In the directory lib i have 2 libraries:
    1. libdb45.lib (i think this is a static)
    2. libdb45d.lib (i think this is a dynamic)
    so i tried to complile and link the following sample code which included in Getting started turorial for C++ API:
    +++++++++++++++example_1.cpp++++++++++++++++++
    #include <iostream>
    using namespace std;
    #include <db_cxx.h>
    int main(void)
    {     Db db(NULL, 0); // Instantiate the Db object
         u_int32_t oFlags = DB_CREATE; // Open flags;
         printf("start Berkley DB application....\n");
         try
         {     // Open the database
              db.open(NULL, // Transaction pointer
                        "my_db.db", // Database file name
                        NULL, // Optional logical database name
                        DB_BTREE, // Database access method
                        oFlags, // Open flags
                        0
                        ); // File mode (using defaults)
                   // DbException is not subclassed from std::exception, so
                   // need to catch both of these.
         } catch(DbException &e)
              {     // Error handling code goes here
         catch(std::exception &e)
              {     // Error handling code goes here
         printf("end Berkley DB application....\n");
         return (0);
    +++++++++++++++++++++++++++++++++
    I did the following steps in order to create an executable file
    g++ -o example_1 example_1.cpp -I"C:\Program Files\Oracle\Berkeley DB 4.5.20\include" -L"C:\Program Files\Oracle\Berkeley DB 4.5.20\lib"
    and i get:
    undefined reference to `Db::Db(DbEnv*, unsigned)'
    undefined reference to `Db::open(DbTxn*, char const*, char const*, DBTYPE, unsigned, in
    undefined reference to `Db::~Db()'
    undefined reference to `Db::~Db()'
    I know that sth wrong happens when the linking takes places but i don't know why.
    If s.o know sth about i' ll appreciate it
    Thanks in advance.
    Michael
    Message was edited by:
    user583885
    Message was edited by:
    user583885

    Fisrt of all, thanks for your reply Sandra.
    I wrote the following commads in cmd.exe
    --------> Compiling <--------
    $:> g++ -c examp_1.cpp -I "C:\Program Files\Oracle\Berkeley DB 4.5.20\include"
    and all did corectly i get my examp_1.o object file.
    -------> Linking <--------
    $:> g++ -o exampl_1 examp_1.o -L "C:\Program Files\Oracle\Berkeley DB 4.5.20\lib" -I "C:\Program Files\Oracle\Berkeley DB 4.5.20\db-4.5.20"
    but i still get the same error.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    As i understand without know enough about linking it's impossible for g++ (MINGW) to understand in linking step the .lib file which is Berkley DB's library for C/C++ API. The only that g++ tackles is .so or .a libraries and no .lib.
    If you don't aggree with this I want to know your opinion.
    As a result the only way to link correct an DB application with g++ is to Build the Berkley DB again with g++ something that is not so easy for me.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    I Builded DB in Fedora 6 Linux Distribution. I did the make and the .libs directory inside the build_unix directory was created.
    But I have similar problem to build my DB application.
    I do the following 2 steps:
    1. Compiling
    g++ -c example_1.cpp
    and I get the example.o object file. I don't understand why g++ didn't complain to include the .h files that demands Berkley DB.
    2. Linking
    g++ -o example example_1.o -L my_path/build_unix/.libs
    And I get the known messages the same i get with MinGW's g++.
    What does it happen in Linux environment? what arguments i don't give?
    And one last question how s.o could find the default path that a linker automaticaly include its libraries? Is this standar for all GNU linux distibution.
    I am writting this cause in Fedora there is in old DB distribution and i found it in /etc/libs (db-3XX.so) so I don't know what happens.
    Thanks for your help and for your support I really appreciate it.

  • Solstice X.25 9.2 Link status: LAPB Link 0 is in state ADM

    Hy all,
    I have a problem when I am trying to start the x.25 network.
    I have a temporary license, so I have to install a new valid license file each month. It has always worked fine until now. This last time, when I pulled down the Network Menu (of the x25tool) and clicked on Start X.25, I checked that the link status (using linkstate application) was in the following state (instead of the NORMAL state):
    Mon Oct 24 09:52:28 2005: LAPB Link 0 is in state ADM
    Do you know what should be the problem? How can I resolve it?
    Thank you very much

    Problem solved.
    License info in /etc/SUNWconn/x25/x25_9.1.lic,x had different port number from combined license file. After port number was changed, to match the port in the combined license file, Sunlink now finds a valid x.25 license!

  • Problem about Mac Os X 10.6.3 V.S Labview 2009

    hi,labview~
    i have some problem about Labview 2009.i saw the website of NI wrote the Labview 2009 is not support for Mac OSX 10.6.3,but i have already installed it (English system) in my computer successfully.
    anyway,i cant open the programs which are wrote by labview 8.5(Japanese system) .My labmate who use Labview 2009(Mac OSX 10.5) can open those programs.
    can anyone tell me the possible reason i cant open the programs?
    Thanks a lot! 
    PS i have already tried Labview 8.5 and 8.6(English system),but the problem cant be solved.... 

    Hi mofi, my name is Taiki from National Instruments Japan.
    I assume that the link you referred to is the one below, but as you stated, LabVIEW 2009 is not supported in Mac OS X 10.6 so even though you were able to install it successfully, NI cannot assure that it will fully function on your Mac.
    LabVIEW Support for Mac OS 10.6 (Snow Leopard) and 10.5 (Leopard)
    http://digital.ni.com/public.nsf/allkb/70F17A30DE7B865E8625737F006377F8?OpenDocument
    Since you mentioned that the VI files were able to be opened on LabVIEW 2009, Mac OS X 10.5, the actual VI files should not be the issue which leaves us with the possibility of the software environment.
    You also noted that the issue could not be solved on LabVIEW 8.5 and 8.6 but was this on Mac OS X 10.6 as well?
    If so, there is a good chance that this issue is due to the fact that LabVIEW is running on an supported OS and I would suggest trying opening the files on another different Mac OS X 10.5 system.
    Unfortunately, currently Mac OS X 10.6 is an unsupported OS for any version of LabVIEW so I can only suggest trying on a Mac OS X 10.5.
    Kind regards.
    Taiki Hoshi
    Applications Engineer
    National Instruments Japan

  • Disable snmp trap link-status only on access ports?

    Hello,
    I am searching for a way to disable the snmp trap link-status only on access ports.
    The problem is that we have a lot of new devices which have no port scheme, so I can't say that everytime the router uplink on a switch is on port X or Y.
    So I have to figure out where my uplinks to routers, accesspoints or other switches are and set all other ports to
    no snmp trap link-status
    no logging event link-status
    spanning-tree portfast
    Campus Manager knows the uplinks between the devices, but there is no way to perform such a change, right?
    The next problem is, that there is nothing configured on the ports, so I can't search for a string by using compliance check in RME.
    Is there any posibility to get the topology informations from CM together with the configuration feature from RME?
    Thanks a lot!
    Sven

    Hello,
    thanks for your reply.
    I thought of something like you wrote...
    There is a best practice report for disabling cdp on access ports.
    Creating this report for a switch and click on "fix" the CM will configure the command "no cdp enable" on every access port.
    So I will have a difference between uplinks and access ports.
    The problem with that solution is, that I can't fix all my switches with one job.
    And with >1000 switches it is not really possible to click every device.
    Any further advice?
    Thanks!
    Sven

  • CCP 9.4 - Service Link Status

    Hello there,
    I recently configured CCP 9.4 on our lab.
    I was able to connect to CCP portal successfully with domain name and checked the Service Link status was green, but when i change the domain name to WORKGROUP after that i didn't get the Service Link status green and it was red.
    So, i checked on log file and i also saw error message on running Jboss server regarding to unable to connect with this error :
    " Unable to connect to 'http://abc.xyz.com:8080/Integration
    ver/ISAdminServlet?action=iseeConnectionStatus&ObjectInstId=0': java.net.UnknownHostException: abc.xyz.com01519689514078465::***Error::CommunicationsBase: Unable to connect to 'http://abc.xyz.com:8080/Integration
    ver/ISAdminServlet?action=iseeConnectionStatus&ObjectInstId=0': java.net.UnknownHostException: abc.xyz.com "
    here, abc=my hostname , xyz.com=domain name
    so, to change this "abc.xyz.com" to "abc" because now my server was under WORKGROUP, what file i need to edit. So, i will get green status of Service Link.
    I also attach the images of the error.
    I appreciate you direction.
    Regards,
    Krupesh

    Hi Lim,
    It isn't clear from you description what the problem is.  Can you contact TAC and provide the details?
    Thanks.

  • While trying to restore os x and erase content, some problem about voice software came up and the computer asked me to restart and try again by clicking restart button. When I did this, the machine went to a gray start up screen and will not progress.

    While trying to restore os x and erase content on my MacBook pro, some problem about voice software came up and the computer asked me to restart and try again by clicking restart button. When I did this, the machine went to a gray start up screen with an apple and will not progress. I've waited more than 30 minutes and tried restarting again by holding the power button. Also, restore cd 1 will not eject so the computer will no longer move past the gray screen with spinning circle. Restore CDs had never beeused and were still in packaging in the original box. Ran hardware test just to check, and it came back as normal. Now what? I live nowhere near a genius bar :(

    computer asked me to restart and try again by clicking restart button.
    That's called a kernel panic...
    Since the install disc won't eject, try starting up while holding down the C key. If the Mac won't boot while holding down the C key, try ejecting disc by either holding down the mouse while starting up or holding down the Eject key while starting up.
    Try booting from your install disc so you can run Disk Utility in case the startup disk needs repairing.
    Insert your install disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu and launch Disk Utility.
    (In Mac OS X 10.4 or later, you must select your language first from the installer menu)
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your startup disk and click Restart
    While you have the Disk Utility window open, look at the bottom of the window. Where you see Capacity and Available. Make sure there is always 15% free space.
    What is a kernel panic
    Mac OS X Kernel Panic FAQ
    Resolving Kernel Panics

  • Problem with links on email templates

    Problem with links on email templates
    Hi,
    We have been having issues with links on our email templates. Some of the links point to the following URL:
    http://server'sname/thirdparty/FCKeditor/editor/fckeditor.html?InstanceName=emailTemplatesDTO.htmlBody&Toolbar=NewscaleFCKEditorToolBar#URL
    Sometimes we get “Unknown internal error” on the web page.
    Can anyone help or advise on how to resolve this issue?
    Many thanks,
    Wesley.

    Hi Wesley,
    This is rather late, but we've seen the same thing frequently (and I believe can replicate it).  It's caused when you a creating a new email by copying the content of an existing one with a name space in it.
    Upon copying, the link gets scrambled.  The approach we use is to copy the email in to a new template, then strip out all of the URL links and add them back in.
    Thanks!
    Ant

Maybe you are looking for