Git Product home page Git Product logo

experiment--02-implementation-of-combinational-logic-'s Introduction

Name: A OSWALD SHILO

RegisterNumber: 23006556

Experiment-02 Implementation of combinational logic:-

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

Equipments Required:

Hardware – PCs, Cyclone II , USB flasher

Software – Quartus prime

Theory:-

  • A combinational circuit is a circuit in which the output depends on the present combination of inputs. Combinational circuits are made up of logic gates. The output of each logic gate is determined by its logic function. Combinational circuits can be made using various logic gates, such as AND gates, OR gates, and NOT gates.

Procedure:-

  1. Create a New Project:

    • Open Quartus and create a new project by selecting "File" > "New Project Wizard."
    • Follow the wizard's instructions to set up your project, including specifying the project name, location, and target device (FPGA).
  2. Create a New Design File:

    • Once the project is created, right-click on the project name in the Project Navigator and select "Add New File."
    • Choose "Verilog HDL File" or "VHDL File," depending on your chosen hardware description language.
  3. Write the Combinational Logic Code:

    • Open the newly created Verilog or VHDL file and write the code for your combinational logic.
  4. Compile the Project:

    • To compile the project, click on "Processing" > "Start Compilation" in the menu.
    • Quartus will analyze your code, synthesize it into a netlist, and perform optimizations based on your target FPGA device.
  5. Analyze and Fix Errors:*

    • If there are any errors or warnings during the compilation process, Quartus will display them in the Messages window.
    • Review and fix any issues in your code if necessary.
    • View the RTL diagram.

6.*Verification:

  • Click on "File" > "New" > "Verification/Debugging Files" > "University Program VWF".
  • Once Waveform is created Right Click on the Input/Output Panel > " Insert Node or Bus" > Click on Node Finder > Click On "List" > Select All.
  • Give the Input Combinations according to the Truth Table amd then simulate the Output Waveform.

Program:

/* Program to implement the given logic function and to verify its operations in quartus using Verilog programming. image

*/

RTL realization:-

image

*/

Truth Table:

image

Timing Diagram:

image

Result:

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

experiment--02-implementation-of-combinational-logic-'s People

Contributors

shilo-05 avatar vasanthkumarch 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.