mtkee2003 Posted July 1, 2006 Report Share Posted July 1, 2006 Hi,First >> i want to connetct some CMOS gates (like AND, OR , ...) together.how can i do this?Second >> i want to design some gates (like AND, OR , ...) with CMOS technology.help me please.regards, Mostafa Quote Link to comment Share on other sites More sharing options...
audioguru Posted July 1, 2006 Report Share Posted July 1, 2006 Cmos gates were designed about 40 years ago. Just buy some and connect them to do what you want. Quote Link to comment Share on other sites More sharing options...
logan_dslasher Posted July 2, 2006 Report Share Posted July 2, 2006 hi mtkee! ;D http://www.electronics-lab.com/forum/index.php?topic=6022.42this MIGHT help a little... 8) Quote Link to comment Share on other sites More sharing options...
Theatronics Posted July 13, 2006 Report Share Posted July 13, 2006 Gates is gates.TTL runs at 5vdc ONLY. Cmos can run at a wider range usually up to 15V and down to 3.You can mix TTL and CMOS at 5V.Most gates have 2 inputs and 1 output. They come in packages that have 14 pins usually. there are 2 power pins (Vcc and Gnd) The reaming pins are divided up (normally) among 4 devices (3 wires each * 4 = 12)These are called QUAD packages (Quad And, Quad OR) ect..NOT gates only have 1 input and 1 output. In a 14 pin DIP there are 6 NOT gates. These are referred to as HEX parts (HEX NOT GATE)Using TTL voltages as an example:AND - if BOTH inputs are at 5V the output will also be 5V. it is 0v otherwise.OR - if BOTH inputs are at 0V the output will also be 0V. it is 5v otherwise.NOT - 5v IN give 0v out, 0v in gives 5v out.These are often combined so often that to same chip space manufactures made combo chips also.NAND - And gate with a NOT after it. Same as AND but the output is backwards.NOR - OR gate with NOT after it. Same as OR but the Output is backwards.There is one odd ball (isn't there always) called XOR or EXOR.This is just like an OR gate except that if BOTH inputs are high the output is low also.In other words:XOR - if both inputs are the same (5v or 0v) the output is 0vThe method for figuring out how to connect the gates is called Boolean algebra.It also uses a lot of "Truth Tables"Truth Table: 1) list every input you want to measure across the top. 2) list every combination of on and off for all the inputs you provided. 3) At the end of the table create one more column called OUTPUT (or Q) 4) fill in that column with the desired results for each possible input. 5) hard part! Figure out what combination of gates will give you that result, Hint. Draw out the truth tables for ALL THE GATES and look for similarities.Send your truth table and I can show you some examples.-Mike Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.