M
Matt North
Guest
I am looking at converting a signal of integer range 0 to 11000 into an
array which holds each digit of the integer.
The obvious solution is to divide the number by 10 then 100 etc, placing the
result in the correct address of the array.
However dividing is far too area intensive on the silicon.
Anyone got any bright ideas?
Thanks,
Matt
array which holds each digit of the integer.
The obvious solution is to divide the number by 10 then 100 etc, placing the
result in the correct address of the array.
However dividing is far too area intensive on the silicon.
Anyone got any bright ideas?
Thanks,
Matt