Skip to content

vasanthkumarch/Experiment--02-Implementation-of-combinational-logic-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Experiment--02-Implementation-of-combinational-logic

Implementation of combinational logic gates

AIM:

To implement the given logic function verify its operation in Quartus using Verilog programming. F1= A’B’C’D’+AC’D’+B’CD’+A’BCD+BC’D F2=xy’z+x’y’z+w’xy+wx’y+wxy

Equipments Required:

Hardware – PCs, Cyclone II , USB flasher

Software – Quartus prime

Theory

Logic Diagram

Procedure

Program:

/* Program to implement the given logic function and to verify its operations in quartus using Verilog programming. Developed by: RegisterNumber:
*/

RTL realization

Output:

RTL

Timing Diagram

Result:

Thus the given logic functions are implemented using and their operations are verified using Verilog programming.

About

Implementation of combinational logic using universal-gates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published