+ All Categories
Home > Documents > TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR...

TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR...

Date post: 31-Dec-2015
Category:
Upload: joy-brown
View: 221 times
Download: 3 times
Share this document with a friend
Popular Tags:
13
TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION
Transcript
Page 1: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION

Page 2: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

Teaching Scheme• Lectures – 3 lectures/week

• Tutorial – No tutorials

• Practical – 2 hours/week

• Credits – 4

Page 3: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

Course Objective• Introduction to the basic and advanced topics in

digital design

• Reviewing the basic concepts of Digital Techniques

• Introduction to the VHDL (Very High Speed Integrated Circuits (VHSIC) Hardware Description Language)

• Use of Electronic Design Automation (EDA) tool/s

• Interfacing of various building blocks of a digital system

Page 4: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

Syllabus1. Design Concepts

2. Introduction to Logic circuits

3. Introduction to Programmable Devices

4. Designing using VHDL

5. Combinational circuit building block designing using VHDL

6. Synchronous sequential circuit designing using VHDL

7. Design of finite state machine using VHDL

8. Sequential circuit timing

9. Digital system design

Page 5: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

Syllabus (cont….)Text Books:

1. John F Wakerly Digital design, Principle and practices,

Prentice Hall, 20072. Charles H. Roth ,Digital Systems Design Using VHDL

Reference Books:1. M. Moris Mano and Michael D. Ciletti, Digital Design, Prentice Hall, 20072. Stephen Brown, Zvonko Vranesic: Fundamentals of Digital Logic with VHDL Design3. Douglas L. Perry ,VHDL: Programming by Example

Page 6: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

Course Outcomes• Understand the basic building blocks of the digital

system• Understand the VHDL programming for hardware

design of the digital devices• Understand the digital system design flow• Understand the role of EDA tool/s in digital system

design• Be familiar with CPLD, PAL and FPGA technologies• Implement the various combinational and sequential

circuits for designing a complete digital system• Understand Verification concepts and design test

benches

Page 7: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

• Course Website Link https://sites.google.com/a/nirmauni.ac.in/2ic338-digital-design-for-instrumentation/

• Blog Link

http://2ic338at.wordpress.com/

Course Website & Blog Links

Page 8: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

Why do We Need a Language to Describe the Digital Circuit?......

Page 9: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

But Why do We Need a Language to Describe the Digital Circuit?......

Page 10: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

• VHDL is intended to serve three purposes:

1. Documentation:

VHDL was originally used as a documentation language for describing the structure of complex digital circuits.

As an official standard, VHDL provides a common way of documenting circuits designed by numerous designers.

VHDL - Introduction

Page 11: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

2. Simulation:

VHDL provide features for modelling the behaviour of a digital circuit, which allowed its use as input to software program that were then used to simulate the circuit’s operation.

The 2nd Purpose is…….

Page 12: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

3. Hardware Synthesis: In the recent years, in addition to its use for documentation and simulation, VHDL has also become popular for use in design entry in CAD systems.

The CAD tools are used to synthesize the VHDL code into a hardware implementation of the desired circuit.

And the 3rd Purpose is….

Page 13: TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION TO THE COURSE ON DIGITAL DESIGN FOR INSTRUMENTATION.

FPGA Microcontroller

FPGAs are concurrent Microcontrollers are sequential

FPGAs flexible; one can add/remove the functionality

Not possible in case of microcontroller

Hard-wired connections make it most suitable for military applications and life-time is longer

Microcontrollers keep changing with technology advancements so lots of re-work is required to be done to keep up with the changes

Development time is longer Readily available peripheral make the development time shorter

Less power efficient More power efficient

Difficult to solder Can be easily soldered on PCB

Less time to market; less NRE cost More time to market; NRE cost is high

Comparison of FPGA and Microcontroller

Source: http://electrodesigns.net/blog/fpgas-microcontrollers/


Recommended