Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Code for encoder in VHDL

Status
Not open for further replies.

xilinx1001

Member level 3
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top