Altera_Forum
Honored Contributor
20 years agoFile System in Custom instructions
How to read & write huge data from C program to custom (verilog) block?
I have a huge data (say 15000 samples of data). I want to read them into verilog code & perform some operation & again send it back to C code. How can I do this with respect to each clock cycle? Can I directly control clock in my C coding?