Forum Discussion
Altera_Forum
Honored Contributor
15 years agonios 2 core pipeline modification
Hi, Since they say Nios II is a "Configurable Soft-Core Processor", I am wondering if I can modify its pipeline implementation(in HDL files). Is it possible? The file cpu.vhd I have seems ...
Altera_Forum
Honored Contributor
15 years agoNo you can't modify the CPU internals. What you can do is use the /f core which is more pipelined than the others, or use some bridges in SOPC builder to add pipelines to the CPU's memory and components accesses.