07-28-2008 04:37 AM
07-28-2008 06:58 AM
07-28-2008 07:12 AM - edited 07-28-2008 07:13 AM
07-28-2008 07:32 AM
Algoet,
This is a very interesting FPGA problem. To implenet this in FPGA, you can use something like the implementation of the "itoa" function in C. Wikipedia gives the original K&R implementation. It is not too hard to follow, and I believe FPGA supports all functions required to build the byte array of characters. I might try to put this together myself just for fun.
http://en.wikipedia.org/wiki/Itoa
On another topic, as an FPGA developer, are you aware of NI's IPNet for FPGA? If not, check it out - lots of good tidbits.
-cb