Jump to content
  • 0

NetFPGA1G-CML question


Paul Chang

Question

Dear Sir,

We used Vivado to generate a bitstream and download it to NetFPGA1G-CML. The top module contain 9 fully pipelined small circuits connected in series, then IN/OUTPUTs are connected to the PMOD. First of all, we opened each circuits separately and worked normally (about 21W or so).

Later, when the two circuits were turned on, it was found that it did not work normally (about 25W).After restarting, each circuits was tested separately and it was still operating normally, so design seem no problem. Ideally, 9 small circuits should operate at the same time, But when we tested it, two small circuits would make the FPGA not work properly.

Our architecture, using 12V power supply:

setting.png

We will observe the power supply by adding a wattage measuring machine.

S__99524611.thumb.jpg.f134cef566841e032715fbda746483cf.jpg

We measure coreV (schematic of this board). Then use an oscilloscope to observe the voltage across the capacitor in parallel with coreV. We found that the fpga core voltage dropped sharply, causing the internal function to fail to operate normally (the original 1V dropped to 0.6V)

S__99418116.jpg

S__99418118.jpg

The wattage was about 24W at that time. Is such an IR drop too big?Do you know how to solve this issue?

Our XDC file:

set_property PACKAGE_PIN AA3 [get_ports clk_250_p]
set_property PACKAGE_PIN AA2 [get_ports clk_250_n]
set_property PACKAGE_PIN E23 [get_ports BBB_SCKO]
set_property PACKAGE_PIN D19 [get_ports BBB_SCKI]
set_property PACKAGE_PIN D25 [get_ports BBB_SDI]
set_property PACKAGE_PIN F23 [get_ports BBB_SDO]
set_property PACKAGE_PIN AA8 [get_ports RST_N]
set_property IOSTANDARD LVCMOS33 [get_ports BBB_SCKI]
set_property IOSTANDARD LVCMOS33 [get_ports BBB_SCKO]
set_property IOSTANDARD LVCMOS33 [get_ports BBB_SDI]
set_property IOSTANDARD LVCMOS33 [get_ports BBB_SDO]
set_property IOSTANDARD LVDS [get_ports clk_250_p]
set_property IOSTANDARD LVDS [get_ports clk_250_n]
set_property IOSTANDARD LVCMOS18 [get_ports RST_N]

 

Best Regards,

Paul

 

 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Hello,

I got this recommendation for you:

Quote

I have looked over the schematic and for the 1V supply, the peak current limit is set to about 6 to 7 A.  The maximum peak current for the FET in IC26B is rated at 10A.  Increasing power from 21W to 25W is the equivalent of 4A on the 1V supply.  What we do not know is what the real current is on the VCC1V0 supply.  What I would recommend is that the customer measure the current across R206 using the VA+ and VA- terminals with an oscilloscope.  The resistor is shown on page 18 of the schematic.  I suspect that the current is exceeding the limit set by R209 on IC25.

 Best Regards,

Cristian

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...