Greetings,
I'm new to vhdl, and I'm supposed to learn how to use it by myself for a college project. I'm trying to convert a 16-bit number into a decimal number so I can show it in the BCD display. I'm aware of the Doubble Dabbler, but I do not know how to use it in my project. It asks for a single bit entry,
What should I do?
I tried to create an integer to receive the 4 digit hexadecimal number, converted, but it doesn't seem to be possible.
I'm new to vhdl, and I'm supposed to learn how to use it by myself for a college project. I'm trying to convert a 16-bit number into a decimal number so I can show it in the BCD display. I'm aware of the Doubble Dabbler, but I do not know how to use it in my project. It asks for a single bit entry,
What should I do?
I tried to create an integer to receive the 4 digit hexadecimal number, converted, but it doesn't seem to be possible.