Forum Discussion
Altera_Forum
Honored Contributor
11 years agoCreate a dataflow diagram from c source with a tool : good luck !
You can "speed up" a c program by many ways : - redesign the project from draft to produce a digital schema (And , or, not, D flip flop) Finite state machine which FPGAs are intended for. - convert some functions in VHDL (Altera call them "accelerated C functions") which can partially speed up the borad. - ... It highly depends of your project.