Forum Discussion
Altera_Forum
Honored Contributor
14 years ago7 segment question
hi all im doing a project on vhdl and using cyclone III and part of it is to use the 7 segment display. i know how to do it the simple way but is there any component that can be used as a deco...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- thanks dude but what you have is the way i know, where u do the decoding urself. what i mean is a component that when the input is "0000" gives u the output "1000000" and so on. --- Quote End --- If you have a 4-bit register, or say a Qsys system with a PIO component, and you connect those 4-bits to the hex_display input, and the hex_display output to the 7-segment display, then when you write 0, 1, 2, 3, .. E, F, the display shows the corresponding hex values. Cheers, Dave