shaiko
Advanced Member level 5
- Joined
- Aug 20, 2011
- Messages
- 2,644
- Helped
- 303
- Reputation
- 608
- Reaction score
- 297
- Trophy points
- 1,363
- Activity points
- 18,302
Hello,
Is there a standard VHDL function that accepts real numbers and rounds them down?
For example:
signal x : real
x <= 14.6 ;
A function that when applied on X will return 14.0
Is there a standard VHDL function that accepts real numbers and rounds them down?
For example:
signal x : real
x <= 14.6 ;
A function that when applied on X will return 14.0