OpenCores

High Load configurable test project

Project maintainers

Details

Name: highload
Created: May 13, 2014
Updated: Feb 4, 2016
SVN Updated: Feb 4, 2016
SVN: Browse
Latest version: download (might take a bit to start...)
Statistics: View
Bugs: 0 reported / 0 solved
Star1you like it: star it!

Other project properties

Category:Testing / Verification
Language:VHDL
Development status:Stable
Additional info:
WishBone compliant: No
WishBone version: n/a
License: BSD

Description

The project is intended for checking FPGA-based device for high consumption power.
Number of parameter gives possibility to change number of used LC/DFF, DSP, RAM and I/O.
It can operate at 200 MHz in Cyclone 5E FPGA.
1 LC core is about 1500 LUT4/FF (with default parameters)
1 DSP core is 7 DSP 18*18.
Each LC core also demands 4*N RAM blocks (32 bits width).

To maximize power consumption:
1) Find parameters for maximum FPGA resource usage
2) Fed maximum frequency clock to CLK input (directly or via PLL instantiated in top level)
3) Fed random data to inputs (lower ADC bits or data from PRBS generator)
4) Connect maximal outputs count. Be careful: They are switching simultaneously.

**** USE HIGH LOAD PROJECT AT YOUR OWN RISK ****

Update of 2016-02-04
I found that some compilers have limit to maximal vector size. For example,
Vivado crashes with more than 16k bits. I have reached that limit for Kintex
Ultrascale devices. So you can use LC_RECURSION parameter to build LC components
recursively. It gives possibility to decrease vector size at top level.