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 --- 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 --- Quote End --- thanks man, i'll try to do it, it sounds good.