Coder Social home page Coder Social logo

Comments (1)

fpgadeveloper avatar fpgadeveloper commented on July 23, 2024

The constraints in zcu106-hpc0.xdc in the current repo are correct. Your quoted constraints above are not correct - the port0->X0Y11 constraint is necessary to liberate X0Y12 which the tools place by default. We later use another constraint to place port0 at the correct location: X0Y14. We cannot make the placement before X0Y14 is liberated by the constraint port2->X0Y15.

The reason we have to use this convoluted placement method is because Vivado doesn't allow you to assign something to a GT that is already used by something else (if you try, you get an error message, and the project doesn't build). So we need to liberate the GTs before assigning anything to them. We liberate a GT by reassigning whatever it's connected to, to a different GT.

from fpga-drive-aximm-pcie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.