Altera_Forum
Honored Contributor
19 years agoAccess to the Floating Point Costum Instruction
I Have simply add a floating point custom Instruction (named fpoint) to my nios II processor core under the SOPC Builder with Quartus II 6.1.
The generation was successful and now a want access the part of hardware under NIOS II IDE. I will use the following function call to use the hardware: --------------------- float a = 3.14 float b = 5.66 float result result = fpoint(2,a,b); // 2 is the prefix ---------------------- How can i reach this? Have i made changes in the "system.h"-file? Can you explain step by step the work under the NIOS II IDE to get access to the CI? Thanx. PS: I habe read all altera pdf about the issue...