UPC EETAC Bachelor's Degree in Telecommunications Systems and in Network Engineering EEL

 

HEX_7seg_decoder plan B: behavioural single-file VHDL (flat)

P2


Hexadecimal to 7-segment decoder (type 74LS47)

1. Specifications

Design a HEX_to_7SEG decoder using  plan B, behavioural description of the specifications , i. e. the truth table. This is the circuit's symbol, truth table, and timing diagram.

Symbol

Fig. 1. Hexadecimal to 7-segment decoder. A similar standard chip is the 74LS47.

When BI_L is active with a low level ('0'), all outputs are high ('1'), meaning that no LED is lighting (blanked).

truth table 

Fig. 2. This is the truth table to define how the circuit works and that always goes attached to the symbol.

Example of a timing diagram. Plan some input vectors and figure out which are going to be the outputs.

    timing diagram
Fig. 3. The sketch of the timing diagram that is expected from this circuit.

Fig. 4 represents a similar circuit Dec_hex_7seg.pdsprj with additional control signals captured for running in Proteus simulator.

Dec_hex_7seg circuit in Proteus

Fig. 4. A hexadecimal to 7-segment decoder in Proteus. This chip has three additional active-low control inputs and outputs: ripple blanking input (RBI_L), ripple blanking output (RBO_L) and lamp test (LT_L), as defined in standard chip 74LS47.

 

2. Planning

1. This is our VHDL design flowchart for transfering circuit specifications into a digital circuit realisation targeting  CPLD or FPGA chips.

2. Study how to organise a schematic of a circuit in VHDL to translate the complete truth table construct with input and output ports and signals. Fig. 5 shows an example where you can mix a flowchart and and schematic with ports and vector inputs and outptus.

plan B

Fig. 5. This is the schematic that represents the truth table, ready to be translated to VHDL (as shown below in the development section).  

3.- Run a EDA tool project for a CPLD/FPGA chip (hex_7seg_decoder_prj)  and print the RTL view.

4.- Test the project using a VHDL testbench (and for instance the stimulus timing diagram represented above in Fig. 3).

 

3. Development

1.- Write down a VHDL file (hex_7seg_decoder.vhd ) which contains an architecture of the circuit based on a behavioural description, for example the schematic in Fig. 5. This behavioural interpretation of the truth table looks somewhat like a computer algorithm, but is a circuit (hardware).

2.- Start an EDA tool project for a CPLD/FPGA chip (hex_7seg_decoder_prj) and obtain the synthesised circuit. Represent and analyse the RTL and technology views.

This below in Fig. 6 is an example of RTL schematic of the circuit synthesised by the computer tool. In this case, because we have not described a given structure based on equations, but the truth table itself, the synthesiser decides what is best.

RTL
Fig. 6. Example of RTL view. 

4. Testing

1.- Start an EDA VHDL simulator project and verify the Device-Under-Test (DUT) using a VHDL simulator test bench (HEX_7SEG_decoder_tb.vhd).

test

Fig. 7. This is the testbech idea schematic that you can adapt to your problem.  for example adding the stimulus represented in the timing diagram from the project specifications in Fig. 3.

2.- Verify applying sufficient test vector that the device works as expected (verify the truth table). Print timing diagram screen and add comments on the signals to show how the device works.

Functional
Fig. 8 This is an example of functional simulation of the Unit Under Test (UUT). 

 

5. Report

Project report starting with the template sheets of paper, scanned figures, file listings, docx , pptx, or any other resources

 

6. Prototyping

Use training boards and perform laboratory measurements to verify how the circuit works