bene_
Newbie level 6
- Joined
- May 27, 2010
- Messages
- 11
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- germany
- Activity points
- 1,352
Hi,
I have a Zybo7000 Development Board from Digilent, which contains a ZYNQ XC7Z010-1CLG400C from XILINX. I'm now trying to access the XADC of the FPGA via the DRP using the XILINX XADC wizzard to convert an external analog voltage. However, I run into problems since I'm not able to successfully instanciate the XADC together with the xdc file. Did anybody ever use the XADC from these FPGAs?
To access the XADC I need to manually insert a differential input buffer IBUFDS_DIFF_OUT, since my synthesis tool Vivado is not able to do this automatically. The I/O standard I set for these pins is "DIFF_HSTL_II_18" since apparently an analog input standard is not available and any differential input standard should work.
From the implementation I get the following critical warnings:
The bitstream generation quits with the following errors:
I googled a lot but could not find any helpful links. Does anybody have an idea how to successfully instanciate these XADCs?
I have a Zybo7000 Development Board from Digilent, which contains a ZYNQ XC7Z010-1CLG400C from XILINX. I'm now trying to access the XADC of the FPGA via the DRP using the XILINX XADC wizzard to convert an external analog voltage. However, I run into problems since I'm not able to successfully instanciate the XADC together with the xdc file. Did anybody ever use the XADC from these FPGAs?
To access the XADC I need to manually insert a differential input buffer IBUFDS_DIFF_OUT, since my synthesis tool Vivado is not able to do this automatically. The I/O standard I set for these pins is "DIFF_HSTL_II_18" since apparently an analog input standard is not available and any differential input standard should work.
From the implementation I get the following critical warnings:
[Route 35-54] Net: IBUFDS_DIFF_OUT_inst/ob is not completely routed.
[Route 35-54] Net: IBUFDS_DIFF_OUT_inst/o is not completely routed.
[Route 35-54] Net: IBUFDS_DIFF_OUT_inst/ob is not completely routed.
[Route 35-54] Net: IBUFDS_DIFF_OUT_inst/o is not completely routed.
[Route 35-7] Design has 2 unroutable pins, potentially caused by placement issues.
[Route 35-1] Design is not completely routed. There are 2 nets that are not completely routed.
The bitstream generation quits with the following errors:
[Drc 23-20] Rule violation (RTSTAT-1) Unrouted net - 2 net(s) are unrouted. The problem net(s) are IBUFDS_DIFF_OUT_inst/o, IBUFDS_DIFF_OUT_inst/ob.
[Vivado 12-1345] Error(s) found during DRC. Bitgen not run.
I googled a lot but could not find any helpful links. Does anybody have an idea how to successfully instanciate these XADCs?
Last edited by a moderator: