Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- How long is a piece of string? Really it is balance between resource usage and processing speed. Code in C will typically be slower but use less resource than the same in VHDL. Very small blocks of VHDL can quickly perform operations that take quite a few code instructions. --- Quote End --- Hi dsl, thanks for your reply... the coding (which I've previously done in Matlab/Simulink) is approximately 500 lines Do you mind to give me links/resources in order to learn how to determine/divide the workloads for Nios II processor (C language) and logic elements (VHDL)? I am curious how others determine the workload for Nios II processor (C language) and logic elements (VHDL)? or am I just the only one having this problem??