Manolitus7
Newbie level 5
- Joined
- Mar 9, 2022
- Messages
- 8
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 71
I have a digital signal between 0 and 65535.
I want to get a digital signal between 0 and 500.
In theory it would be necessary to divide by 131, but vhdl does not allow division, and since 131 is not a power of two...
I want to get a digital signal between 0 and 500.
In theory it would be necessary to divide by 131, but vhdl does not allow division, and since 131 is not a power of two...