Altera_Forum
Honored Contributor
15 years agocustom instruction: internal register file mode
Hi
I need use niosII custom intructions to do follow things: inputs two 128bit data to custom logic and uses custom logic to do some operation, and then outputs 128bit result since nios CI dataa/datab port is 32bit, so I want to use the internal register file mode(could others method to do it?), but the function interface in system.h is only supplied n, dataa, datab, ( __builtin_custom_inii(n,A,B) ), how can I assign values to readra/readrb/writerc? thanks for your help.