Forum Discussion
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..