Forum Discussion
Razvan1203
New Contributor
2 years agoFPGA Verilog Project - Saving values for future processing
Hello everyone! I'm currently working on a project where I have 2 seperate circuits. One with a microcontroller that has an ultrasonic sensor that capture motions and the other one with an FPGA bo...
sstrell
Super Contributor
2 years agoCan't you just store in on-chip RAM? And how do you want to access this information? If it's in OCRAM, you could go low-level and use the in-system memory content editor to view the RAM contents, or transfer the data over some other communication channel.