Forum Discussion
Ansen1
New Contributor
2 years agoFPGA extracting wrong value form array
I'm doing a project where I'm making a Rayleigh-distributed random number generator. I do not understand, but for some reason, my FPGA is incorrectly interpreting a value from an array. The array i...
sstrell
Super Contributor
2 years agoYou're creating a memory array but then you're creating a constant with a single value instead of assigning it to an address in the array. Where are you expecting the 18199 to be stored if you don't reference it like C1(25) or whatever? Are you trying to create a ROM?