Zc706 board with PCIe and SFP with tandem boot

I am trying to add gigabit ethernet via SFP (ala xapp1082) to the zc706 pcie trd reference design and I get the DRC error: 
[Drc 23-20] Rule violation (HDTC-6) Non-stage-one logic illegally placed - Non-stage-one logic 'z7_pcie_trd_i/gig_ethernet_pcs_pma_0/inst/pcs_pma_block_i/transceiver_inst/gtwizard_inst/inst/gtwizard_i/gt0_GTWIZARD_i/gtxe2_i' is placed at site 'GTXE2_CHANNEL_X0Y10' inside stage one Pblock 'z7_pcie_trd_pcie_7x_0_0_main_pblock_boot'. Non-stage-one logic should not be placed inside a stage one region.
Which I take to understand that the gigabit transfer for the SFP is in the tandem stage 1 boot area (the small .bit file just for enumerating the pcie port) and it needs to be in the stage 2 area. Can it be moved to stage 2 and if so how? Or can that DRC error be suppressed safely? 
Thanks,
Clark
 

yes you do that in the XDC files. Give the Location constratints for the GT which you want to lock. IF you are using the SFP, then the GT locations are primiary fixed based on the locations of the SFP's. You can check those locations from the ZC706 user guide. You can give pin locations to these for the GT TX, RX outputs which will automatically lock the GT hard blocks as required. 

Similar Messages

  • I received MSI board from RMA, and it doesn't boot

    I recently RMA'd a board the name of it is msi k9n6pgm2-v2, and I got it back in this condition.
    I was wondering, what I should do about it.

    Quote from: Panther57 on 01-September-12, 08:27:39
    >>Posting Guide<<(added this for you Panther)
    Sounds to me, that if you just RMA'd the board and got it back not working... the guarantee the fix, right? Also when you do an RMA, it is very likely that we/you can get sent an already ready to go board of the same. That makes turnaround quicker and the things you show in the picture, might be from previous owner(s). You have pictures.. but explaining is limited.. top picture..dirty/scratched?  The lower picture.. The, not all the way around solder? The screw Head should make 360 contact.. it looks like all will be OK, when mounted? You can always solder the full ring. Make sure it is meant to be fully bridged... again the screw head looks like it will contact all.
    You didn't say, why you sent it in, what was wrong with it, to be fixed? If it was no boot... let them know. Is it your board? Can the no boot be Bios Settings... another reason? Boot order and a Memory Stick plugged in, can make your PC think it's to use the Mem Stick for boot and not the HDD. Possibly it memory... it's usually the first culprit.
    If you read the posting guide.. it will explain why we ask for equipment information. Look at the bottom of my post. If we have an equipment list and more knowledge about your no boot.. we can help better. Welcome
    Good Luck
    I sent it in because, it would only boot if memory was in DIMM1, I had tried different sticks of DDR2 memory, in different configurations.  I should have said, that I couldn't get it to POST. Also, the memory had been tested in different computers.

  • Need help to interface InRevium's TB-FMCH-HDMI4K Board with ZC706 Eval board

    We (PathPartner Technology Consulting Services) have recently procured the above-mentioned card(from Inrevium) for supporting HDMI display (HDMI2.0 for 4K) for our FPGA-based Video Codec solution.
    We are implementing this solution on ZC706 board (Zynq-7045 based)
    We did get access to reference designs from Xilinx’s HDMI Reference Design lounge wherein the Reference design is targeted for KC705 evaluation board. It seemed feasible to implement the same design on ZC706 board since both the devices in KC705 and ZC706 use the same XCVR.
    While implementing the design on ZC706 board, we could not generate bitfiles due to DRC violations. We did set the pin assignments made in XDC file targetting ZC706 (compared to KC705).
    The DRC errors are:
    [DRC 23-20] Rule violation (RTSTAT-2) Partially routed net - 1 net(s) are partially routed. The problem bus(es) and/or net(s) are IPI_INST/hdmi_ipi_i/hdmi_gt_0/inst/drurefclk_to_qpll.
    [DRC 23-20] Rule violation (UCIO-1) Unconstrained Logical Port - 2 out of 49 logical ports have no user assigned specific location constraint (LOC). This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To correct this violation, specify all pin locations. This design will fail to generate a bitstream unless all logical ports have a user specified site LOC constraint defined. To allow bitstream creation with unspecified pin locations (not recommended), use this command: set_property SEVERITY {Warning} [get_drc_checks UCIO-1]. NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run. Problem ports: DRU_CLK_P_IN, DRU_CLK_N_IN.
    [Vivado 12-1345] Error(s) found during DRC. Bitgen not run.
    Delving further:
    The HDMI 2.0 Design requires GT differential clock pairs for 3 of its clocks, the pins are as mentioned below:
    In the reference design that is based on the KC705 board, these pins are connected to the approriate GT Differential clock pairs as below:
    set_property PACKAGE_PIN C8 [get_ports HDMI_RX_CLK_P_IN]  (FMC_HPC_GBTCLK0_M2C_P on KC705)
    set_property PACKAGE_PIN G8[get_ports DRU_CLK_P_IN] (SMA_MGT_REFCLK_P on KC705)
    set_property PACKAGE_PIN E8 [get_ports TX_REFCLK_P_IN] (FMC_HPC_GBTCLK1_M2C_P on KC705)
    But in case of ZC706 we could find only 2 GT pairs: FMC_HPC_GBTCLK0_M2C and FMC_HPC_GBTCLK1_M2C that corresponds to pins AD10 and AA8 respectively.
    We could not find another differential clock pin on HPC connector with similar properties for DRU_CLK_P_IN.
    We have set the constraints as follows:
    set_property PACKAGE_PIN AD10 [get_ports HDMI_RX_CLK_P_IN] 
    set_property PACKAGE_PIN AA8 [get_ports TX_REFCLK_P_IN]
    and
    set_property PACKAGE_PIN AF10 [get_ports DRU_CLK_P_IN]: Need to find an appropriate pin on ZC706 board
    Please refer to the attached .xdc file that we are using for the bit file generation on ZC706 board (we have retained the file name similar to one used for KC705 in the reference design).
    It will help us if we can find an alternative pin for the DRU_CLK_P_IN on ZCZ706 board
    Another alternative would be: We do not need the RX port. Hence, if RX can be completely disabled, the RX CLK pin can be used for DRU_CLK_P_IN.  Need to know how RX can be disabled.
    Looking forward for guidance in resolving the above-mentioned...
    Thanks and Regards
    Lalith
     

    Hi Satish,
    For the TB-FMCH-HDMI4K Card that we have procured from InRevium, we have got a reference design that is targetted for KC705 board. We have a ZC706 board and intend to get this card operational on ZC706. It seemed feasible since both the devices in KC705 and ZC706 use the same XCVR.
    The HDMI 2.0 Design requires GT differential clock pairs for 3 of its clocks, the pins are as mentioned below:
    In the reference design that is based on the KC705 board, these pins are connected to the approriate GT Differential clock pairs as below:
    set_property PACKAGE_PIN C8 [get_ports HDMI_RX_CLK_P_IN]  (FMC_HPC_GBTCLK0_M2C_P on KC705)
    set_property PACKAGE_PIN G8[get_ports DRU_CLK_P_IN] (SMA_MGT_REFCLK_P on KC705)
    set_property PACKAGE_PIN E8 [get_ports TX_REFCLK_P_IN] (FMC_HPC_GBTCLK1_M2C_P on KC705)
    But in case of ZC706 we could find only 2 GT pairs: FMC_HPC_GBTCLK0_M2C and FMC_HPC_GBTCLK1_M2C that corresponds to pins AD10 and AA8 respectively.
    We could not find another differential clock pin on HPC connector with similar properties for DRU_CLK_P_IN.
    We have set the constraints as follows:
    set_property PACKAGE_PIN AD10 [get_ports HDMI_RX_CLK_P_IN] 
    set_property PACKAGE_PIN AA8 [get_ports TX_REFCLK_P_IN]
    and
    set_property PACKAGE_PIN AF10 [get_ports DRU_CLK_P_IN]: Need to find an appropriate pin on ZC706 board
    Please refer to the attached .xdc file that we are using for the bit file generation.
    It will help us if we can find an alternative pin for the DRU_CLK_P_IN on ZCZ706 board
    Another alternative would be: We do not need the RX port. Hence, if RX can be completely disabled, the RX CLK pin can be used for DRU_CLK_P_IN.  Need to know how RX can be disabled.
    Looking forward for your guidance in resolving the same
    Thanks and Regards
    Lalith
     

  • How to use a PCI-DIO-32HS board with macintosh C++

    How can I run the PCI-DIO-32HS board with code from CodeWarrior for a Macintosh G3? The current drivers (V4.8) with Mac C++ support don't support this board.

    Here is a list of supported compilers with NI-DAQ 4.9.4 or earlier found on the www.ni.com/support website search
    Apple MPW 3.3.x
    Mainstay VIP-C 2.0.x
    Metrowerks CodeWarrior Pro 1
    Staz Software FutureBASIC 2.x.x
    Symantec THINK Pascal 4.0.x
    Symantec THINK Project Manager 7.0.x Symantec Project Manager 8.0.x
    Zedcor FutureBASIC 1.0.x
    If are programming in a different programming environment you will have to use Register Level Programming (RLP). For more information on RLP you can visit www.ni.com/support/daqsupp.htm and look under the Resources for register level programming link.

  • Can I use my custom board with LPC2378 processor with ULINK2 on Embedded module for ARM and LV.

    Issues in ARM and LV
    Can I use my custom board with LPC2378 processor with ULINK2 on Embedded module for ARM and LV.How can I create my elemental I/O vis or I have to use the existing Keil board vis. Confused. Please help.
    I have LV8.6. Which ver of embedded module for ARM should I buy. Website shows combined price for ARM module and LV. But I already have LV8.6 so what is the cost of module.
    Regards
    Shradha

              If the processor of your development board  is the cortex-M3 core, I think you do not have to buy keil board. Now, there are a lot of OS and emulator suitable for Cortex-M3.
              Operating system I am referring to  is the real time operating system such as keil RTX,uCOS,FreeRTOS,CooCox CoOS and so on. CooCox CoOS is very new, you can get more information from http://coocox.org/ .
              Emulator or debugging tools such as ULINK2,st-link,Jlink,CooCox Colink and so on. CooCox Colink is also very new.  You can download the Colink Plugin from here Colink Plugin . 

  • Inexpensive board with LAN and VGA

    Guys,
    I need and advise from you. I have a server at home which serves in-house content + is doing some other stuff for my Dinamips lab. I'm hitting memory performance bottlenecks, because it's running on slob 400Mhz single channel memory, during video decoding/coding operations and I want to fancy it up a bit. So far I had very positive expirience with the MSI boards, despite first roadbumps with the BIOS and other stuff, but, nevertheless, lesson has been learned and the systems are stable. I need to choose the motherboard that will be capable of the following:
    1) Being able to reconstruct RAID 1 from one master disk and one slave without damaging the master
    2) Have very elementary video chip on board with VGA DSUB
    3) Be able to support dual channel memory up to 1066 or even higher
    4) Processor support is not that relevan as I have both Athlon X2 as well as Intel DualCore processors to spare
    5) And, the last but not least, have 1G lan
    What would you suggest?
    Cheers Mat

    http://www.msi.com/html/popup/MB/newrule/
    http://www.msi.com/index.php?func=compareindex
    http://www.msi.com/index.php?func=shoppingform

  • Can we replace an old serial board with a new one found available on your site?

    So.. we are using Lookout 5.0 to operate a plant, and we have a PCI SERIAL RS 232/485 ISOLATED 2 PORTS board, with the code 185726C-02 printed on that board, which is used to comunicate with some solenoids modules. I search your site for a replacement for that board, and I found the PCI-8433/2 board which seems to be compatible. Question: is it ok to use this board instead the old one with Lookout 5 if we update the NI SERIAL drivers from your site?
    Thanks in advance ..
    Eddie Zack

    Make sure the site folder created by iWeb is named exactly the same as the site folder currently on the server.
    OT

  • How do I use AT-A2150 board with LV 5.1 ?

    Hi,
    I'm trying to find a way of using my old AT-A2150 board with labview 5.1.
    I followed some posting tips from NI knowledgeBase (1JACI8U3 and 1JO8TB2O
    ) and installed NI-DAQ 4.9.
    The only problem is that now I'm getting broken arrows on my DAQ VIs. My
    platform is Windows NT 4.
    Any help would be greatly appreciated.
    Eric

    Use a Mini DisplayPort adapter for that monitor type.
    (59966)

  • Integration of OBIEE Dash Boards with BPM Process

    Hi ,
    Could you please help me in integrating OBIEE Dash Boards with BPM . I thought of using 2 ways :
    1) Integrating OBIEE with ADF First and then Integrating ADF with BPM . Its a long process but any other way if any one can help me .
    2) Integrating OBIEE with BPM directly by generating webservices . but i couldnt get any options to generate the webservices for OBIEE .
    Can anyone please guide me on this .
    Thank you,
    Sashank P.

    Check these links may help you.
    http://docs.oracle.com/cd/E21764_01/bi.1111/e16364/actions.htm
    http://gerardnico.com/wiki/ide/eclipse/eclipse_how_to_consume_a_webservice_with_wtp#the_result
    http://gerardnico.com/wiki/dat/obiee/web_service

  • How to use 2 1409 boards with sony xc55 to acquire 2 images simutaneously

    We want to use two 1409 boards with two sony xc55 cameras to acquire two images simutaneously. From the attached files, you will find what I have done and the problems. I just followed the example program from you. But it doesn't work well. Could you help me? thank you very much.
    Attachments:
    What_happen_now.doc ‏25 KB
    XC55_Asynchronous_Reset_ExampleTwo_Cameras1.vi ‏265 KB

    Kobel,
    Both cameras are being triggered at the same time, and both boards are aquiering the image at the same time. The problem you are seeing is related to copying the correct image.
    The IMAQ driver is not currently multithreaded, therefore your second copy opperation can not execute until your first one is done. The trouble is that you have the immediate terminal set to false which forces the copy to wait for the next available image before returning.
    Since the second copy does not execute until the first one is complete, it will consider the frame that just passed as old and wait for the next available frame.
    The quick solution is to change the immediate terminal to true on both copies. The best solution depends on your entie application. You may want to re
    ad this application note on Ring Aquisitions for ideas.
    Regards,
    Amaury Rolin
    NI Applications Engineer

  • Where can I find commands for wireless key board with my Ipad?

    how do I find a command list for using my apple wireless key board with my Ipad?

    you will have to power off the wireless keyboard...or go into your settings and turn off the bluetooth when you aren't using it.
    the default for hte ipad is to only have one keyboard at a time. And if your ipad senses a blue tooth attached, your onscreen one will not be visible.

  • MSI working on a fix for using SB chips on p67/z86 boards with new IB BIOS?

    I've got an MSI Z68A-GD80 B3, I updated to the version 20.0 BIOS which supports IB chips, but I'm currently running an i7 2600K. My machine seems to be stable with the new BIOS (better than previous BIOS versions actually), but for whatever reason when I went to the v20.0 BIOS I lost all ability to overclock. The only option which shows up in any BIOS menus is AUTO. No multiplier adjustment for the CPU, no V adjustments for anything, no RAM adjustments, etc...in fact the closest I can come is by adjust whether the RAM is running XMP profile or not. Everything else appears normal, but for all intensive purposes I've given myself an H variant board with no OC options by updating the BIOS.
    So, my question is, since every other MB manufacturer seems to have figured out how to support both IB and SB chips on z68 systems why hasn't MSI? Is this support forthcoming or do I need to invest in a new MB or a new CPU just to be able to OC again?

    No bashing intended, just tellling it like it is. Almost everyday, if not everyday, there are threads of users bricking boards flashing Ivy UEFI/BIOS's when an Ivy is never to be installed. Most of these are user error not reading the SOP, or not having a bootable USB stick, or whatever. Most flashing isn't even necessary unless a specific function or feature requires it. Too many are 'flash' happy for no reason at all.  MSI's goal 'may' be to develop and release a 'universal' UEFI/BIOS that works decent for Sandy or an Ivy. These 'compromises' often are not ideal. Try the last official revision xmad mentioned, or try the Beta for the (G3) I linked.
    Quote
    So, my question is, since every other MB manufacturer seems to have figured out how to support both IB and SB chips on z68 systems why hasn't MSI? Is this support forthcoming or do I need to invest in a new MB or a new CPU just to be able to OC again?
    This 'question' itself is somewhat bordering on 'bashing', so I think it has been satisfactorily answered. Further comments about it are just going to head towards an argument. You have the link to MSI Technical and the (G3) Beta thread.

  • LV acquire the print information from the embed board with Linux system through serial port

    I want to acquire the print information by LV from the embed board with Linux system through serial port, like the window hyperterminal tool?
    I try to use VISA serial config function to achieve it ,but lost and prompt that is error like attachment.
    I can't sure that my idea is reasonable.
    help me
    thanks a lot!

    I ended up finding the answer to my problem. After pointing a client directly at one of the DPS systems, I saw the following error in the logs:
    [27/Jul/2009:17:11:47 -0400] - OPERATION  - INFO  - conn=3688 op=4 BIND RESPONSE err=12 msg="The server is not configured to pass through control 1.3.6.1.4.1.42.2.27.8.5.1" etime=0After adding that control OID to the allowed-ldap-controls, I could login via password auth. Adding this control also allowed for password changes to work from a client system.

  • Is the Nexys2 board (with spartan 3e FPGA) compatible with the FPGA module

    Hi my name is DIego and I was wondering if anybody here knows if the NEXYS 2 board (with spartan 3e FPGA) from DIGILENT is compatible
    with the LABVIEW FPGA module.
    Thanks
    Digilent is also the Manufacturer of the SPARTAN 3e STARTER BOARD

    Diego:
    The NEXYS 2 is not officially supported, but if you'd like to try it, you can attempt to follow the guide for the Spartan 3E here (substituting your NEXYS 2 for the Spartan 3E).
    Again, the NEXYS 2 isn't officially supported, so if it doesn't work like the Spartan 3E starter kit board, then you won't be able to use LabVIEW FPGA with it.
    Good luck!
    Caleb Harris
    National Instruments | Mechanical Engineer | http://www.ni.com/support

  • Replace 1.2GHz iBook G4 14" Logic Board with 1.42GHz?

    Hi everybody!
    I have an almost 2 years old iBook G4 14" 1.2GHz. Or better said - had. The logic board died some weeks ago.
    My main point here is to find out if I can replace the faulty Logic Board with something faster, i.e. 1.33 or 1.42 GHz. I have heard some rummours that the cooling systems are a bit different and I am affraid that a faster Logic Board won't fit.
    Any suggestions? I would appreciate all comments on the topic.
    I also wonder if anybody else has seen the same Logic Board problem. Strangely enough, it shows the symptoms of a dead fan, even though the cooling system is passive, i.e. whe the computer is cool it may even boot the system and let me log in, while when it's already warm, it dies in the middle of the startup.
    If I boot the machine in target disk mode, it may run for days. Sometimes though, it may show some video problems: after being operational for some time, the FireWire symbol may freeze. I've noticed, that if I bend the bottom of the iBook a bit the symbol may start going again. Sometimes the display may go completely black. If, in that case, I bend the bottom a bit, a strange video-check-like sequence starts, i.e. going through black, white, red, green, blue and some patterns. At the end of the sequence the FireWire image may be restored.
    I have checked all detachable components, i.e. extra RAM and AirPort and I am sure that they work perfectly. It is also worth noting, that the laptop may work several days in single user mode.
    Thanks in advance for all comments!
    Ventzi

    Well, that's exactly what I thought first, but we are talking about an iBook here. That meens, that the 'video card' is actually only a chip soldered on the logic board and the fan turns on only when the computer has reached around 65-70°C.
    And I cannot say that it boots OS X...
    If the laptop is cold, i.e. has been off for a while, it may boot as far as the login screen. If I then log in, it will halt while still loading the menus.
    If the laptop is already warm, e.g. booting it for a second time, it won't even get to the login screen. Usually it halts right after changing the grey screen to a blue one.
    And this is NOT a software problem – I experience the same behaviour when booting from the installation DVD.
    Interestingly engough, though, the laptop can run for days without any problems if started in single user mode (the text interface) or in target disk mode...
    I've taken it all apart and I am certain, that the preriferal devices work.
    About the AHT. If the computer is cold, the Extended AHT will pass without any problems. I the computer is warm, on the other hand, AHT will either not load at all, or will halt at some point without any error message...
    Thanks for the help!
    I hope that we can resolve this issue.

Maybe you are looking for

  • Selection screen of logical database PCH

    Hi all, I am writing a report using the logical database PCH. For this report I need the full selection screen of the logical database, especially the structure parameters. However, wenn I test my program, I only get a reduced selection screen withou

  • Linux Cluster File System partitions for 10g RAC

    Hi Friends, I planned to install 2 Node Oracle 10g RAC on RHEL and I planned to use Linux File system itself for OCR,Voting Disk and datafiles (no OCFS2/RAW/ASM) I am having SAN storage. I would like to know how do i create shared/cluster partitions

  • Format Payment Instructions - Need the XML file.

    Hi, We have a requirement to print first page of this check print program to go to one printer and the second page onwards should go to different printer. In order to achieve this requirement we had planned to have 2 programs. first program will be t

  • Compared to Macbook Air 1,1

    So i have a 2 year old 13" Air (1.8GHz, 2GB RAM, 800MHz bus speed, 64SSD). I'm interested in the 11" Ultimate (4GB, 128SSD, 1.6 Processor). Apart from the monitor size can anyone indicate a possible improvement in performance please? Or a link to som

  • Cisco Unified CCX Servicibility - Alerting

    Let me start by apologizing if I have routed this question to an incorrect channel. I have a question regarding the UCCX Alerting Systems. As an example scenario: Managing a Call Center; Callers lose access to Cisco Agent. It appears that our main UC