DASAR DIGITAL & SIMULATOR XILINX Minggu 2 & 3. Gerbang-gerbang digital AND ABY 000 010 100 111 OR ABY 000 011 101 111 NOT AY 01 10.

Slides:



Advertisements
Similar presentations
Basic Logic Gates Discussion D5.1 Section Sections 13-3, 13-4.
Advertisements

Combinational Logic with Verilog Materials taken from: Digital Design and Computer Architecture by David and Sarah Harris & The Essentials of Computer.
SYEN 3330 Digital SystemsJung H. Kim Chapter SYEN 3330 Digital Systems Chapters 4 – Part3: Verilog – Part 1.
Combinational Circuits ENEL 111. Common Combinationals Circuits NAND gates and Duality Adders Multiplexers.
Mengenal Gerbang Logika (Logic Gate)
MATERI-8 UJI-z OLEH IR. INDRAWANI SINOEM, MS. Pada dasarnya uji-z sama dengan uji-t, hanya uji-z ditujukan untuk jumlah data yg relatif besar (> 30).
Analisis Rangkaian Sekuensi Perancangan Rangkaian Sekuensi
4 bit Full Adder Layout and Analysis using Lasi and WinSpice
Binary Addition. Binary Addition (1) Binary Addition (2)
Universal Gates Sum of Products Products of Sum
A Programmable Logic Device Lecture 4.3. A Programmable Logic Device Multiple-input Gates A 2-Input, 1-Output PLD.
Logic Synthesis by Branch and Bound A C++ Program Aditya Prasad.
TDC 311 Digital Logic. Truth Tables  AND  OR  NOT  NAND  NOR  XOR  XNOR.
CSCI 1412 Logic Gates Parminder Kang Home: Phones OFF Please.
Part 2: DESIGN CIRCUIT. LOGIC CIRCUIT DESIGN x y z F F = x + y’z x y z F Truth Table Boolean Function.

AND Gate: A Logic circuit whose output is logic ‘1’ if and only if all of its inputs are logic ‘1’.
GK-12 Student designed project (AP physics) Digital logic and Boolean algebra exercise. IC logic gates brought from Stevens were used in making simple.
XOR, XNOR, and Binary Adders
ASIC 120: Digital Systems and Standard-Cell ASIC Design Tutorial 1: Introduction to Digital Circuits October 11, 2005.
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Logic Circuits I.
Boolean Algebra (Continued) ELEC 311 Digital Logic and Circuits Dr. Ron Hayne Images Courtesy of Cengage Learning.
Quiz What are the results of the following 4-bit bitwise logical operations? NOT OR NOR AND
ASIC 121: Practical VHDL Digital Design for FPGAs Tutorial 1 September 27, 2006.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Basic logic gates  AND gate:The truth table is given by A.BBA
Computer Science 101 Circuit Design - Examples. Sum of Products Algorithm Identify each row of the output that has a 1. Identify each row of the output.
4. Computer Maths and Logic 4.2 Boolean Logic Logic Circuits.
L12 – VHDL Overview. VHDL Overview  HDL history and background  HDL CAD systems  HDL view of design  Low level HDL examples  Ref: text Unit 10, 17,
Universal college of engineering & technology. .By Harsh Patel)
1 Ethics of Computing MONT 113G, Spring 2012 Session 5 Binary Addition.
1/8/ L2 VHDL Introcution© Copyright Joanne DeGroat, ECE, OSU1 Introduction to VHDL.
Introduction to VHDL Coding Wenchao Cao, Teaching Assistant Department of EECS University of Tennessee.
Appendix B: Digital Logic
1 Ethics of Computing MONT 113G, Spring 2012 Session 4 Binary Addition.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
WORKING PRINCIPLE OF DIGITAL LOGIC
4–1. BSCS 5 th Semester Introduction Logic diagram: a graphical representation of a circuit –Each type of gate is represented by a specific graphical.
LOGIC CIRCUITLOGIC CIRCUIT. Goal To understand how digital a computer can work, at the lowest level. To understand what is possible and the limitations.
Lecture No. 14 Combinational Functional Devices. Digital Logic &Design Dr. Waseem Ikram Lecture 14.
4–1 Gates Let’s examine the processing of the following six types of gates NOT AND OR XOR NAND NOR Typically, logic diagrams are black and white, and the.
Logic Gates Learning Objectives Learn that there is a one-to-one relationship between logic gates and Boolean expressions Learn how logic gates are combined.
ECE 3130 Digital Electronics and Design
Eng. Mai Z. Alyazji October, 2016
ECE 3130 Digital Electronics and Design
Discussion D5.1 Section Sections 13-3, 13-4
TOPIK 2 ALJABAR BOOLEAN.
Digital Signals Digital Signals have two basic states:
ICS 241 Discrete Mathematics II
Introduction to Verilog
Logic Gates.
Boolean Algebra.
Week 7: Gates and Circuits: PART II
Digital Logic.
Number Systems and Circuits for Addition
Logic Gates.
Logic Gates.
Discussion D5.1 Section Sections 13-3, 13-4
DIGITAL ELECTRONICS B.SC FY
Logic Gates.
Discussion D5.1 Section Sections 13-3, 13-4
Basic Logic Gates.
XOR, XNOR, and Binary Adders
Basic Logic Gates.
XOR Function Logic Symbol  Description  Truth Table 
LOGIC Circuits.
Today’s Lab Start working with Xilinx
© Copyright Joanne DeGroat, ECE, OSU
Basic Logic Operations
Presentation transcript:

DASAR DIGITAL & SIMULATOR XILINX Minggu 2 & 3

Gerbang-gerbang digital AND ABY OR ABY NOT AY 01 10

NAND ABY NOR ABY XOR ABY XNOR ABY

Rangkaian terintegrasi  Half adder Half adder dengan 4 gerbang Half adder dengan 2 gerbangn logika Tabel kebenaran half adder InputOutput ABSC Ket : S = Sum, hasil jumlah C = Carry, sisa hasil jumlah

Full adder Tabel kebenaran full adder Input Output ABCCS

Half adder dari 2 rangkaian

SIMULATOR XILINX Perancangan rangkaian digital : State diagram Hardware Description language (HDL)  ABEL & VHDL Schematic Editor Dipelajari :  mulai projek baru  menggambarkan skematik rangkaian digital  simulasi rangkaian

Mulai projek : Klik ikon projek manager sehingga bisa masuk ke Xilinx Projek manager.

Disain rangkaian digital File  New Project

Schematic Editor Klik Schematic editor untuk memulai menggambar rangkaian

Gambar rangkaian : Options  Create Netlist Options  integrity test Simulasi

Signal  Add Signals Signal  Add Stimulators

View  Main toolbox Hasil simulasi gerbang AND

Tugas :  Simulasikan gerbang digital dasar!