Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- [h=3]Okay, Good idea. Another question that I am asking, if I can have the effect random but Synthesizable on FPGA ? thank you [/h] --- Quote End --- uniform is not a synthesisable function, as real types are not synthesisable You will need to build a LFSR, which generates a pseudo random sequence, otherwise you'll have to investigate other methods of generating random numbers in FPGA.