Code for encoder in VHDL

Status
Not open for further replies.

xilinx1001

Member level 3
Joined
Apr 3, 2013
Messages
60
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Visit site
Activity points
1,781
Hi,


I need to write a VHDL module with the entity and the behavioral description of the combinational network that encodes the seven segment of the display

The encoder must be capable of encoding a hexadecimal digit from four binary bits.

Can anyone suggest me how to start with this


Regards
Vivek Alaparthi
 

heres the first couple of lines for you:

Code:
library ieee;
use ieee.std_logic_1164.all;

Ok, cynical posting asside - there are many examples of this on this forum. You're just making a 4-7 encode. you need to work out which LEDs need to be turned on for each hex digit.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…