Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Hello, But I am wondering how can I run that program on real FPGA board because number of input in real case is several thousands (not equal to 1099) which is not even fixed as input is given by means of antenna, receiver, Analog to digital converter, etc?? --- Quote End --- If your signal is from ADC then you process it as it comes. If you have to store it at some point then you can use memory defining how much storage is required. fpga pins are kept for ADC inputs. You don't have to compare an internal simulation stimulus with ADC in this way.