FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6355 Discussions

random number generator

Altera_Forum
Honored Contributor II
1,726 Views

Hi, 

 

Does anybody need a random number generator? This is the one on opencore.org and I created any Quartus project to test the fmax on Stratix III fpga, and modified the testbench to store output to an file. I also created a modelsim tcl script so if you want simulate it just go into the ./sim directory and execute the file rng_modelsim.tcl. It will generate uniform random noise.
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
411 Views

Thank you for your generous!!

0 Kudos
Altera_Forum
Honored Contributor II
411 Views

Can you tell me how it works never used it before once I get additional info will tell you whether I could use it or not, thanks.

0 Kudos
Altera_Forum
Honored Contributor II
411 Views

Pseudo-random number generator, I think -- it will have the same sequence of states after power up, given the same initial seed. Good for many purposes, but not for all. There is no random process involved, just a complicated one.

0 Kudos
Altera_Forum
Honored Contributor II
411 Views

thanks a lot

0 Kudos
Reply