rakeshk.r
Member level 2
- Joined
- Nov 12, 2013
- Messages
- 47
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 8
- Activity points
- 421
Is Floor function from math_real package synthesizable.
I have to do floor((index-1)*0.5), where index is a signal of integer type. I would like to know whether FLOOR function from math_real package is synthesizable, if not then i will have to think for an alternate solution. I use Quartus II version 11.1 synthesis tool. In addition to this i got a general question, does the functions in math_real package used only for simulation purpose or does it have any functions which can be synthesized ? Thank you.
I have to do floor((index-1)*0.5), where index is a signal of integer type. I would like to know whether FLOOR function from math_real package is synthesizable, if not then i will have to think for an alternate solution. I use Quartus II version 11.1 synthesis tool. In addition to this i got a general question, does the functions in math_real package used only for simulation purpose or does it have any functions which can be synthesized ? Thank you.