R
raghu
Guest
/ / C program
char ch;
scanf("%c",ch);
printf("%d",ch);
output gives us ASCII of character stored in ch..
Likewise is it possible in verilog to do same thing i.e taking the
input char(not as binary) and printing the ASCII value of the character
given.
Hoping for a positive response.
Thanks a lot.
Regards,
Raghu
char ch;
scanf("%c",ch);
printf("%d",ch);
output gives us ASCII of character stored in ch..
Likewise is it possible in verilog to do same thing i.e taking the
input char(not as binary) and printing the ASCII value of the character
given.
Hoping for a positive response.
Thanks a lot.
Regards,
Raghu