Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- But on the pc side, it's there an altera tool to transfer data, or would it require a custom (tcl) application --- Quote End --- If you read the tutorial you would know the answer. I provide several options using Altera tools, and in the discussion above described how you can create custom software to access the core, but that takes much more work, and may break at anytime if Altera decides to change the protocol. If you need to transfer data, just add a USB-to-UART/FIFO. FTDI have plenty. They're fast, read these ... https://www.ovro.caltech.edu/~dwh/correlator/pdf/ftdi.pdf https://www.ovro.caltech.edu/~dwh/correlator/pdf/ftdi_spi.pdf Or use an AVR-USB or ARM-USB enabled micro. You'll be much happier than you would be reverse-engineering Altera's stuff ... Cheers, Dave