Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNios II custom instruction faster in 32bit or 128bit
Hi all, Will the NIOS II run faster processing 128bit data using 128-bit custom instruction or 32bit custom instruction and run 4 times? Since NIOS II is 32-bit processor. Thanks..
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Combinatorial custom instructions are passed input data for EVERY instruction cycle, the output value will be used if the instruction decode indicates that it is required (this is how all the ALU instructions work). --- Quote End --- I'm not very understand... As i pass my 32-bit input to the combinatorial custom instruction, the result will be retrieve after a clock cycle and the program will proceed. Isn't that so? Why you saying that "input data for EVERY instruction cycle"? Thanks..