a_k_s
Newbie level 2
- Joined
- May 12, 2008
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,312
Hi,
I am new to verilog coding. I have a problem in handling strings.
In my implementation I will receive a parameter value from DSP to my FPGA as 32'd58710000, I have to convert each digit to ASCII and send to another module.
like 5 = 35 in ascii
8 = 38 in ascii and so on.
My problem how do i extract each digit.
I am new to verilog coding. I have a problem in handling strings.
In my implementation I will receive a parameter value from DSP to my FPGA as 32'd58710000, I have to convert each digit to ASCII and send to another module.
like 5 = 35 in ascii
8 = 38 in ascii and so on.
My problem how do i extract each digit.