Gentle Introduction to Digital Design using Logisim

a very gentle introduction to digital design n.w
1 / 15
Embed
Share

Dive into the basics of digital design with Logisim, covering topics such as the basic gates (AND, OR, NOT), solving problems using logic gates, accessing, downloading, and using Logisim, and exploring more complex scenarios. Learn how to apply these concepts practically and enhance your understanding of digital design principles.

  • Digital Design
  • Logisim
  • Logic Gates
  • Problem-solving
  • Tutorial

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. A Very Gentle Introduction to Digital Design and Logisim

  2. What well see: 1. The Basic Gates: AND, OR, NOT 2. A Simple Problem: (p q) r 3. Using Logisim a. Accessing and Downloading b. Using the Menu 4. A More Difficult Problem: (r (p q)) (r p)) 5. (If Time) A 7-Segment Digital Display

  3. The Basic Gates

  4. How to remember those: AN O R N or N T T

  5. A Simple Problem: Our Security Light A security light in our house is to be lit when it is 1. between 8 PM and 11 PM or 2. there is a serious storm Let p q r represent The time is after 8 PM represent The time is before 11 PM represent There is a serious storm then (p q) r represents the times when the security is to be lit.

  6. A Simple Problem: (pq)r p q (p q) r r

  7. Now Lets Do It with Logisim 1. Download the code: go to http://www.cburch.com/logisim/ then click Download Logisim then click Logisim's SourceForge.net page then click Download logism-win-2.7.1.exe 2. It should install itself. (3. and there s a very nice basic tutorial under Help.)

  8. (pq)r

  9. A More Difficult Problem: (r (p q)) (r p) (This was actually one of your Quest problems.) We don t have an IMPLIES gate so first let s replace the implies using Conditional Disjunction. (r (p q)) (r p) is the same as (r (p q)) (r p) Remember: antecedent consequent is the same as antecedent consequent

  10. (r (p q)) (r p))

  11. A 7-segment display 1 3 6 7

  12. Which numbers from 0 to 7 need the f segment lit? So we need to turn on the f segment for the numbers 0, 4, 5, and 6 0, 1, 2, 3, 4, 5, 6, 7

  13. But the input will be arriving in three bit binary! 0 will be 0 0 0 4 will be 1 0 0 5 will be 1 0 1 6 will be 1 1 0 Let s call the leading bit p, let s call the middle bit q, and let s call the trailing bit r p q r

  14. 0 will be 0 0 0: 4 will be 1 0 0: 5 will be 1 0 1: 6 will be 1 1 0: think of this as p q r think of this as p q r think of this as p q r think of this as p q r p q r So the final expression is: ( p q r) (p q r) (p q r ) (p q r )

  15. (pq r)(p q r) (p q r ) (p q r ) p q r

Related


More Related Content