Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

FPGA performance testing application

Status
Not open for further replies.

shra114

Newbie level 1
Joined
Nov 16, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,291
FPGA performance testing application - temperature

Hi
I'm working on performance benchmarking of FPGAs, specifically how performance is affected by temperature. I'm using Spartan3E board. Anyone help me choosing the application which heats up the board and increases combinational delay effects the performance/accuracy of the application.
 

Performance is specified over a range of temperatures and the tools are designed to place components in paths that will meet these specifications over that temperature range. Once you have a design, you cannot make changes and compare the new results to old ones -- the critical path may be different in each case. You would also need to operate the IC out of spec, >80C.

If you want to get the IC hot, simply make a design with all IO as SSTL DCI inputs (or SSTL2_II outputs...) The DCI features on older Xilinx parts implements SSTL outputs in a power-inefficient mode. (GTL/HSTL likely work as well). You might have to mix these based on the bank voltages.

Beyond that, you can just create some complicated, very pipelined, hashing function and use it to hash MB of data at a time and then output the results over some other interface. The hash can also be computed on a computer, and used to verify the results.
 

Re: FPGA performance testing application - temperature

Hi
I'm working on performance benchmarking of FPGAs, specifically how performance is affected by temperature. I'm using Spartan3E board. Anyone help me choosing the application which heats up the board and increases combinational delay effects the performance/accuracy of the application.

you can try put your board in a oven, or build one.

you can easily build an oven from shoe box,
power resistor, and dc power supply and some styrofoam, and temprature gauge (fluke).
after connecting your ps to resistor you can put your board in.
jist be carefull not to overheat the device ....
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top