Jump to content
  • 0

How to activate temperature sensor in nexys4 artix7 by using xdc file


Krish

Question

11 answers to this question

Recommended Posts

  • 0

Hi @Krish,

The xdc can be found Nexys-4-OOB/src/constraints/Nexys4_Master.xdc. Line 87 through 95 are the constraints for the ADT7420 Temperature Sensor. This project also has VHDL code for the ADT7420 Temperature Sensor as well. The VHDL code can be found Nexys-4-OOB/src/hdl/.

thank you,

Jon 

Link to comment
Share on other sites

  • 0

You have to understand the errors are not given by the sensor or the board, but rather the synthesis/implementation tool Vivado. I do not know what design you trying to create, but the errors are generic: the top-level ports listed there are not mapped to any FPGA pins. You either want to use those XADC ports to read out temperature data and process it inside the FPGA, or expose the bus to an external device wired to the FPGA pins and let it do the readout.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...