[转帖]xilinx virtex2系列fpga硬件和设计中的若干问题,大侠救命呀!
问题一
You can access the Virtex temperature-sensing diode through the DXP (Anode) and DXN (Cathode) pins. The DXP and DXN pins are connected to a diode-connected transistor, which creates a remote sensor. (These additional pins are not available on all packages.)
The DXP and DXN pins are dedicated pins and cannot be accessed through the software tools. These pins are attached to the substrate/die itself. They are always available, and you do not need to perform anything special in your design to use them. If the temperature-sensing feature is not used, then the DXP and DXN pins can be left unconnected.
The temperature-sensing diode is one part of a two-part system that incorporates a Temperature Sensor Interface Chip. To complete the system, you need a temperature sensor device, which connects to the Virtex device by means of the DXP and DXN pins. On most temperature sensing devices, corresponding pins connect to DXP and DXN. You can then set the upper and lower limits, and the temperature sensor creates an interrupt when these bounds are exceeded. (The interrupt is simply an output pin on the sensor.) You can then use this output to turn "off" the clock or turn "on" a fan to reduce heat.
The accuracy of the temperature measurement does not depend on the diode (DXN/DXP pins), since the voltage vs. temperature curve is the physical nature of the diode. The accuracy relies upon the temperature sensor device, which translates the IV vs. temperature curves into a temperature reading. The data sheet of the temperature sensors listed below contains the accuracy specifications.
Examples of Temperature Sensors
1. The Maxim 1617 Remote/Local Temperature Sensor with SMBus Serial Interface. For more information on this device, refer to:
http://www.maxim-ic.com
(For the data sheets, see:
http://pdfserv.maxim-ic.com/ds/en/MAX1617.pdf).
2. The LM83 Triple-Diode Input and Local Digital Temperature Sensor with Two-Wire Interface from National Semiconductor.
For more information regarding on this device, refer to:
http://www.national.com
(For the data sheet, see:
http://www.national.com/ds/LM/LM83.pdf)
不用的话,悬空
问题二,按照DATASHEET上的说法,没问题
“把lut配置成16bit移位寄存器(srl16)需要在设计中使用startup”,我怎么不清楚?麻烦你提供详细的资料,我可以帮你解决。