Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12604 Discussions

Fixed point support in NIOS II

Krus83
Beginner
710 Views

Hi, Im trying to run an HLS-component from NIOS II. The component uses fixed point data type. Is there anyway to add support for arbitrary precision fixed point data type in NIOS II? 

 

// datatype used in component

typedef ac_fixed<16,2,false> test;

 

 

0 Kudos
1 Solution
BoonBengT_Intel
Moderator
694 Views

Hi @Krus83,

 

Thank you for posting in Intel community forum and hope all is well.
Per my understanding you can do so by custom instruction in Nios ii.
Details explanation can be found here, hope that clarify.

 

Best Wishes
BB

View solution in original post

0 Kudos
2 Replies
BoonBengT_Intel
Moderator
695 Views

Hi @Krus83,

 

Thank you for posting in Intel community forum and hope all is well.
Per my understanding you can do so by custom instruction in Nios ii.
Details explanation can be found here, hope that clarify.

 

Best Wishes
BB

0 Kudos
BoonBengT_Intel
Moderator
644 Views

Hi @Krus83,

 

Great, good to know that it is working now, with no further clarification on this thread, it will be transitioned to community support for further help on doubts in this thread.
Thanks for your questions and as always pleasure having you here.

 

Best Wishes
BB

0 Kudos
Reply