Altera_Forum
Honored Contributor
13 years agoManaging input on the FPGA board
Hello,
I have following kind of input in my VHDL Program: type binary_array is array(0 to 1099) of std_LOGIC_VECTOR(13 downto 0); I run the Program successfully in Quratus and also tested it by giving such 1100 input via Testbench in Modelsim. 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?? can anybody give some idea how can I manage the input? --Thanks in advance