Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by - on November 17, 2005, 7:55 pm
Please log in for more thread options Given a truth table, is there a procedure to follow in order to draw the logic circuit? For two inputs, it is easy to guess but it gets difficult when at least three inputs are involved. | ||||||||||||||||
|
Posted by on November 17, 2005, 5:47 am
Please log in for more thread options The textbook way for small numbers of inputs (3 or 4 certainly, 5 or 6 with some sweat) is Karnaugh maps. Looking back I'm not really sure what they teach or if they really help you any in getting a good implementation. Even in the 70's the time-efficient way to do this for more than a few inputs was with data selectors, see Lancaster's _TTL Cookbook_. If you're working in FPGA's/GAL's/etc. there are very good computer tools that essentially just let you put in the truth table and it implements it in an appropriate way for the technology. If there are race conditions in decoding (glitches not allowed) things get more complicated (but many of the automatic tools will handle this for you too.) Tim. | ||||||||||||||||
|
Posted by Dan Hollands on November 17, 2005, 4:53 pm
Please log in for more thread options
Can you be clearer as to what the difficulty is with 3 or more inputs? Are you have difficulty implementing with AND / OR logic or are you trying to minimize hardware. It seems to me the truth table inherently defines the logic required - thats the main reason for making the truth table in the first place. Dan -- Dan Hollands 1120 S Creek Dr Webster NY 14580 585-872-2606 QuickScore@USSailing.net www.QuickScoreRace.com > Given a truth table, is there a procedure to follow in order to draw the
> logic circuit? For two inputs, it is easy to guess but it gets difficult > when at least three inputs are involved. | ||||||||||||||||
| Similar Threads | Posted |
| From truth table to logic circuits | November 17, 2005, 7:55 pm |
| Truth Table for Any Logic | March 24, 2008, 12:16 pm |
| Digital Logic: Lookup Table | October 26, 2008, 9:49 pm |
| Are there tools to convert logic circuits (EDA/CAD) to any jedec format ? | July 9, 2005, 5:40 pm |
| PIC18 Table read | October 14, 2006, 12:26 pm |
| Need Help with LED Circuit for Poker Table | May 31, 2007, 11:20 pm |
| Question on State Table Outputs | November 10, 2004, 1:12 am |
| static-proofing an office table | February 12, 2007, 2:52 pm |
| Putting in a ground for a plasma cutting table | November 30, 2006, 6:02 pm |
| Help with Logic Circuit | July 31, 2005, 2:24 am |
| AND/Logic Questions | October 26, 2005, 5:51 am |
| Logic Gates | December 12, 2005, 8:39 am |
| 5V Logic Hi question | April 3, 2007, 2:44 pm |
| Quarternary Logic | April 30, 2008, 10:12 am |
| EEPROM as logic? | September 7, 2008, 11:55 am |

From truth table to logic circuits
Yahoo!
Windows Live
del.icio.us
digg
Netscape 



> in order to draw the logic circuit? For two inputs,
> it is easy to guess but it gets difficult when at least three
> inputs are involved.