Is there a ready made .xdc file somewhere where this can be downloaded.
I am used to the Digilent boards where all the files were provided for all their boards.
Thanks
Is there a ready made .xdc file somewhere where this can be downloaded.
I am used to the Digilent boards where all the files were provided for all their boards.
Thanks
The board has BDF files (board definition files) which create XDCs for you as part of that process. There are BDFs on Avnet Github as well as the ZUBoard should be included in the Xilinx Board store, ie - already part of the Vivado Tool Suite.
if that’s not enough, the supporting documents are here under the Technical Documents drop down:
The project was on a back burner for a while. Is there an example application of how to create the xdc pin mappings for the SYZYGY ports, and how to use them. I have found no example projects, or any definitions. The Board BDF file that is installed in Vivado only has some serial interfaces, buttons and LEDs defined, and not much else.
New to using this, so sorry if the solution is obvious
The project was on a back burner for a while. Is there an example application of how to create the xdc pin mappings for the SYZYGY ports, and how to use them. I have found no example projects, or any definitions. The Board BDF file that is installed in Vivado only has some serial interfaces, buttons and LEDs defined, and not much else.
New to using this, so sorry if the solution is obvious
Unfortunately, the HSIO interface is generic so adding something to the BDF which could be defined as any interface that fits the expansion connector isn't a proper setting. If you have a module identified to use with the expansion connector, I suggest you then implement the interface needed for that particular interface in the block design standalone. You will either need to implement either your own IP or IP specific to the interface, ie - I2C, SPI, etc. You will also need to map those interfaces to external pins and provide constraints to implement it properly. The schematic for this board is available so any IO not presented in the BDF can be mapped to an XDC file.
As I said, I am new to this, so it would be nice if I could have an example application as a starting point.
Is it possible to have one that uses the port with an if the shelf product (an ADC using syzygy)?
If not at least show me how to define done if the lvds pins and the plain io pins, and I can do the rest.
Thanks