Coder Social home page Coder Social logo

k-dharshini / boolean_function_minimization Goto Github PK

View Code? Open in Web Editor NEW

This project forked from naavaneetha/boolean_function_minimization

0.0 0.0 0.0 5.97 MB

License: GNU General Public License v3.0

VHDL 51.90% Verilog 19.08% Standard ML 2.37% Stata 13.57% HTML 13.09%

boolean_function_minimization's Introduction

Ex2 : BOOLEAN_FUNCTION_MINIMIZATION

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

EQUIPMENT REQUIRED:

Hardware – PCs, Cyclone II , USB flasher

Software – Quartus prime

THEORY:

Logic gates are electronic circuits which perform logical functions on one or more inputs to produce one output.

AND gate :The AND gate is an electronic circuit that gives a high output (1) only if all its inputs are high. A dot (.) is used to show the AND operation i.e. A.B or can be written as AB Y= A.B

OR gate : The OR gate is an electronic circuit that gives a high output (1) if one or more of its inputs are high. A plus (+) is used to show the OR operation.Y= A+B

NOT gate : A NOT gate is a logic gate that inverts the digital input signal. For this reason, a NOT gate is sometimes is referred to as an inverter

PROCEDURE:

  1. Type the program in Quartus software.

  2. Compile and run the program.

  3. Generate the RTL schematic and save the logic diagram.

  4. Create nodes for inputs and outputs to generate the timing diagram.

  5. For different input combinations generate the timing diagram.

PROGRAM:

image

OUTPUT:

RTL

F1

image

F2

image

Truth table

image

Timing Diagram

image

RESULT:

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

boolean_function_minimization's People

Contributors

naavaneetha avatar k-dharshini avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.