Using ISE WebPack for the second times

Slides:



Advertisements
Similar presentations
VHDL Design of Multifunctional RISC Processor on FPGA
Advertisements

Tutorial 2 Sequential Logic. Registers A register is basically a D Flip-Flop A D Flip Flop has 3 basic ports. D, Q, and Clock.
Synchronous Counters with SSI Gates
CDA 3100 Recitation Week 11.
IN2305-II Embedded Programming Lecture 2: Digital Logic.
Registers and Counters. Register Register is built with gates, but has memory. The only type of flip-flop required in this class – the D flip-flop – Has.
CREATE ALTER DROP Stored Procedure. Apa itu Stored Procedure?? kumpulan perintah SQL yang diberi nama dan disimpan dalam server Sekumpulan pernyataan.
Counters Chapter 17 Subject: Digital System Year: 2009.
4bit Parallel to Serial Data Stream Converter By Ronne Abat Johnny Liu.
Stop Watch Sean Hicks Dongpu Jin ELEC 307 Project 2 Instructor: Alvaro Pinto April/12/2011.
Digital Signal Processor (DSP) By Steve D. Wong (166/198A) Ervin Rosario-Figueroa (166/198A) Lana Dam Ivan Pierre-Louis Cuong Nguyen Spring 2003 San Jose.
Counters Mano & Kime Sections 5-4, 5-5. Counters Ripple Counter Synchronous Binary Counters –Design with D Flip-Flops –Design with J-K Flip-Flops Counters.
1 Simple FPGA David, Ronald and Sudha Advisor: Dave Parent 12/05/2005.
4-bit Grey Code Converter with Counter Lincoln Chin Dat Tran Thao Nguyen Tien Huynh.
CS 140L Lecture 4 Professor CK Cheng 10/22/02. 1)F-F 2)Shift register 3)Counter (Asynchronous) 4)Counter (Synchronous)
Rise and rise again until lambs become lions 授課老師:伍紹勳 課程助教:邱麟凱、江長庭.
CSCE 211: Digital Logic Design Chin-Tser Huang University of South Carolina.
Status Report Atsushi Nukariya. FPGA training course ・ I solved 15 problems which are proposed by Uchida-san. ・ I used above circuit board. FPGA.
AUP2G57 configured as flip flop Dual Configurable Logic Design Contest.
Asynch 1.1 Asynchronous Counters 1 ©Paul Godin Last Edit Sept 2009.
Why we need adjustable delay? The v1495 mezzanine card (A395A) have a signal transmission time about 6ns. But we need all the signals go into the look.
Chapter 1 Counters. Counters Counters are sequential circuits which "count” through a specific state sequence. They can count up, count down, or count.
© BYU 13 COUNTERS Page 1 ECEn 224 COUNTERS Counters Transition Tables Moore Outputs Counter Timing.
Counters Prepared by: Careene McCallum-Rodney. Introduction Counters uses a Toggle Flip Flops to count either UP or DOWN in binary. A toggle flip flop.
Electronics Merit Badge Class 3 1/17/2016 Electronics Merit Badge Class National Scout Jamboree 1.
Lab5-1 Outline –Design a special-type synchronous sequential circuit using a counter –Schematic entry Lab 5: Counter Applications.
Electronics Merit Badge Class 3 3/13/2016Electronics Merit Badge Class 31.
Counters and registers Eng.Maha Alqubali. Registers Registers are groups of flip-flops, where each flip- flop is capable of storing one bit of information.
Dept. of Electrical and Computer Eng., NCTU 1 Lab 10. Up/Down Counter Presenter: Chun-Hsien Ko Contributors: Chung-Ting Jiang and Lin-Kai Chiu.
DIGITAL LOGIC CIRCUITS 조수경 DIGITAL LOGIC CIRCUITS.
Digital Design: With an Introduction to the Verilog HDL, 5e M. Morris Mano Michael D. Ciletti Copyright ©2013 by Pearson Education, Inc. All rights reserved.
Introduction to the FPGA and Labs
Sequential Logic An Overview
A tutorial guide to start with ISE
EMT 351/4 DIGITAL IC DESIGN Week # Synthesis of Sequential Logic 10.
Introduction to Advanced Digital Design (14 Marks)
Digital Fundamentals Abdul Hameed
Asynchronous Counters with SSI Gates
Sequential Logic Counters and Registers
FIGURE 5.1 Block diagram of sequential circuit
Sequential Circuit: Counter
Digital Design Lecture 9
ECE 4110–5110 Digital System Design
12-bit counter and 2GHz oscillator
Presented by Ali Maleki Spring Semester, 2009
Latches and Flip-flops
EEC 180B Lecture 14 Bevan M. Baas Tuesday, May 22, 2018
Multiplexer Implementation of Digital Logic Functions
Digital Building Blocks
Digital Logic & Design Dr. Waseem Ikram Lecture No. 34.
4-Bit Counter Spencer Canavan.
ECE 3130 – Digital Electronics and Design
Digital Logic & Design Dr. Waseem Ikram Lecture No. 31.
Assignment 1.
FIGURE 10.1 Rectangular‐shape graphic symbols for gates
ECE 3130 – Digital Electronics and Design
ECE 3130 – Digital Electronics and Design
A register design with parallel load input
Overview Part 1 - Registers, Microoperations and Implementations
SYEN 3330 Digital Systems Chapter 6 – Part 5 SYEN 3330 Digital Systems.
CHAPTER 4 COUNTER.
Digital Systems II EEC 180 Bevan M. Baas.
Switching Theory and Logic Design Chapter 5:
14 Digital Systems.
74LS273 D Flip Flops and 74LS Mux Zachary Ryan
CMPE212 Discussion 11/21/2014 Patrick Sykes
Chapter 10 Introduction to VHDL
FPGA’s 9/22/08.
FLIP-FLOP. The basic memory circuit is known as Flip-flop. OR It is a bistable sequential circuit which has two stable state (set & reset) and can be.
Logic Gates and Memory.
Presentation transcript:

Using ISE WebPack for the second times Project #2 : The Most Expensive Flip-Flop Embedded and Digital Design PENS-ITS 2014

Gambaran sistem Membuat lampu kedip ‘termahal’ counter n-bit 88 67 Clock 88 67 LED 2Hz 50MHz FPGA

Counter n-bit, berapa-bit ? Input 50MHz  output 2Hz Dibagi 25.000.000 Didekati dengan 2n 225 = 33.554.432 50MHz : 33.554.432 = 1.490116119384765625 Hz 25-bit !!

Alur disain

Nama, letak, dan top-level project Buat project baru, File  New Project

Schematic

Synthesize, implement, generate

Reports

Download and Test Telah sesuai? Jika ya, katakan: berhasil… berhasil… berhasil… hore!!!

Selesai Project #2 : The Most Expensive Flip-Flop Presented by Riset Grup Embedded and Digital Design PENS-ITS 2010