Forum Discussion
sstrell
Super Contributor
5 years agoSystem Console isn't really designed for what you're proposing. It's meant for reading and writing particular address locations and monitoring locations for periodic reading. Remember, in most cases you're using this over JTAG at most 24 MHz.
You can monitor things faster using tools like Signal Tap or Signal Probe. For writing, remember you can initialize a RAM and have your design access that ROM during operation.
- gyuunyuu5 years ago
Contributor
I had assumed that the system console could stream data into the FPGA and this will solve the problem. The data is going to be a few MB at most, the FPGA might have to store it in an external RAM at the end.