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

P1 analysis

P1: Design of simple circuits based on logic gates

P2


Resources in lectures and labs: L1.4, L1.5, L1.6, Lab1.1, Lab1.2 Project objectives

Highlighted design project: Circuit_C  (plan A)

1. Specifications

Objective design. From Circuit_C truth table in Fig. 1, invent equivalent circuits using logic gates (plan A).

Circuit_C

Fig. 1. Circuit_C symbol and truth table.

For example:

Circuit_C1 - Using canonical equations (maxterms)

Circuit_C1

Fig. 2


Circuit_C2 - Using canonical equations (minterms)

Circuit_C2

Fig. 3


Circuit_C3 - Using minimised equation sum of products (SoP) from minilog.exe (Karnaugh map application).

Circuit_C3

Fig. 4


Circuit_C4 - Using minimised equation product of sums (PoS) from minilog.exe.


Circuit_C5 - Transform the Circuit_C3 and build another version using only NAND gates.


Circuit_C6 - Transform the Circuit_C4 and build another version using only NOR gates.


Circuit_C7 - Transform the Circuit_C1 and build another version using only NAND gates.


Circuit_C8 - Transform the Circuit_C1 and build another version using only NOR gates.


Circuit_C9 - You can obtain a new circuit from any combination of equations. This is how Circuit_C was inferred.


Circuit_C10 - Transform the Circuit_C7 and build another version using only 2-input NAND.

 


Other design tutorials and assignments.

 

2. Planning

Planning means organising and discussing how to proceed to reach solutions. A flowchart of sequential operations will be convenient to explain what to do, how to do it and when. You can invent (or create, design, fabricate, imagine, envision, conceive, etc.) and test (or check, verify, validate, confirm, ensure, etc.) several circuits from specifications. Combinational circuits are specified from truth tables.

Plans

Fig. 5. Examples of circuits designed from initial specifications in truth table (Visio).

In this introductory CSD course, considering VHDL language and electronic design automation (EDA) tools, three design strategies will be proposed: plan A (simple flat gate structures as shown in all ten examples in this page), plan B (high-level description and plan C2 (hierarchical circuits).

This is the detailed list of strategies for inventing circuits using CSD plans.

In CSD we will imagine each circuit design as a project that follows the sequence in Fig. 3 usual in engineering.

Engineering plans

Fig. 6. Main operations in the process of designing projects.

The final realisation will determine what tools to use in the design process. Sometimes will be possible to apply directly canonical equations and sometimes will be required minimising truth table logic functions.


Circuit_C1 - Using canonical equations (maxterms).

Project folder location:

C:\CSD\P1\Circuit_C\Circuit_C1\(files generated for this project based on maxterms)

Circuit_C1

Fig. 7. Planning and building Circuit_C1.


Circuit_C2 - Using canonical equations (minterms).

Project location:

C:\CSD\P1\Circuit_C\Circuit_C2\(files)

Fig. 8. Planning and building Circuit_C2 rec.


Circuit_C3 - Using minimised equation sum of products (SoP) from minilog.exe (Karnaugh map application).

Project location:

C:\CSD\P1\Circuit_C\Circuit_C3\(files)

plan Circuit_C3

Fig. 9. Planning Circuit_C3.


 

3. Development examples

 Minimised Circuit_C3 using SoP rec.

Truth table capture in minilog: Circuit_C3.tbl.

Circuit translation into VHDL: Circuit_C3.vhd.

Circuit_C3_equations

Fig. 10. Circuit_C3. Equation SoP from minilog and its translation to VHDL as architecture.

 

RTL view

Fig. 11. RTL view.

 

Tecnology view

Fig. 12. Technology view.

 

4. Testing

Testing means to check or verify that the solution is correct and agrees with the initial specifications.

For instance, minimised Circuit_C3 can be synthesised using VHDL and tested using a testbench: Circuit_C3_tb.vhd

Technology

Fig. 13. Testbench fixture in VHDL.

 

Results

Fig. 14. Simulation results from ModelSim waveforms

 

Verification using WolframAlpha

Fig. 15. WolframAlpha verification.

 

5. Report

Follow this rubric for writing reports.

 

6. Prototyping