c2h - это примерно то, о чем я писал (только я ручками делаю, и б.м. зря) www.altera.com/literature/ug/ug_nios2_c2h_compiler.pdf
может "расшить" следующие узкие места:
Цитата
Parallel scheduling – The C2H Compiler recognizes events that can
occur in parallel. Independent statements are performed
simultaneously in hardware.
Direct memory access – Accelerators access the same memories that
the Nios II processor does during execution.
Loop pipelining – The C2H Compiler pipelines the logic
implemented for loops, based on memory access latency and the
amount of code that operates in parallel.
Memory access pipelining – The C2H Compiler pipelines memory
accesses to reduce the effects of memory latency.
... и что можно не делать:
Цитата
Increasing clock speed
Upgrading to a processor with higher Dhrystone MIPS-per-megahertz performance
Coding critical sections of software in assembly language
короче, из некоторых шаблонов кода на C создает компоненты для SOPC, которые можно задействовать ниосом.
да, все идет с квартусом в комплекте.