Constraints files

hi,

I’ve begun playing with my AU board in earnest now and I’ve found one constraints file for the LEDs and switch on board, but I’m wondering where I can get the others?
for example constraints files for the IO board and also that which includes the DDR memory pins?

Does anyone have a link they could share with me please?

Many thanks
Paula

Most of the constraint files are in Alchitry Labs and are written as “Alchitry Constraint Files”

If you have one in your project and build it, the converted .xdc file can be found in the work directory.

I attached one for the Io Element. (had to rename the extension from .xdc to .txt to upload)

The DDR is a bit difference since the core itself has the constraints. Normally, you’d use Alchitry Labs to auto add and build the component for you. However, you can do it using the mig.prj file from Alchitry Labs (download it here https://raw.githubusercontent.com/alchitry/Alchitry-Labs/master/library/components/mig.prj)

To use this, in Vivado open the IP catalog. Go to Memories & Storage Elements → Memory Interface Generators → Memory Interface Generator

Click Next. On the second page, choose “Verify Pin Changes and Update Design”

On the third page, give it the mig.prj file and the mig_7series_0.txt file attached (rename it to .xdc first)

On the next page click Validate then Next

Click Next until you get to Generate and click Generate.

You now have the MIG core to use in your project with the correct pinout and memory timing. See https://alchitry.com/blogs/tutorials/using-the-ddr3-ram-tutorial-alchitry-au for how to use it.

Is anyone able to link to the three constraints files please?
i.e. the Alchitry AU, the Alchitry IO and the Alchitry BR Elements?

Could I suggest these are put on the webpage as downloads, or even in git hub somewhere?