Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHow are you expecting the CPU to send these numbers? Your current code expects each number to have it's own individual input. Even if you did find an FPGA to accomodate this, how would you connect these to a CPU?
You need to think about the interface you intend to use between the CPU and FPGA and re-code accordingly. Maybe a single RS232 interface? or SPI? Ethernet? PCIe? I suggest something simple. Writing numbers to FPGA memory is a pretty simple task, but you wouldnt transfer the numbers directly to the FPGA pins.