Universal Logic Gates - Technical Articles - All About Circuits
文章推薦指數: 80 %
NAND and NOR gates are widely known to be universal logic gates, meaning that any other logic gate be made from NAND or NOR gates. This article discusses other ... NetworkSites: Latest News TechnicalArticles Latest Projects Education Latest News TechnicalArticles MarketInsights Education LogIn Join Login JoinAAC Orsigninwith Facebook Google LinkedIn GitHub 0:00 / 0:00 Podcast Latest Subscribe Google Spotify Apple iHeartRadio Stitcher Pandora TuneIn Menu Articles Latest News Projects TechnicalArticles IndustryArticles IndustryWhitePapers Forums Latest HardwareDesign Embedded&Programming Education Math&Science Community Education Textbooks VideoLectures&Tutorials Worksheets IndustryWebinars VirtualWorkshops Tools Calculators PartSearch TestEquipmentDatabase BomTool ICDesignCenter Videos Latest NewProducts VideoTutorials On-DemandWebinars TechChats VirtualWorkshops Datasheets Giveaways Industry Tech Days Podcast Connectwithus NetworkSites: TechnicalArticle UniversalLogicGates JoinourEngineeringCommunity!Sign-inwith: 3 Home TechnicalArticles UniversalLogicGates TechnicalArticle UniversalLogicGates November06,2015byDavidKnight NANDandNORgatesarewidelyknowntobeuniversallogicgates,meaningthatanyotherlogicgatebemadefromNANDorNORgates.Thisarticlediscussesotheruniversallogicgates. Introduction Auniversallogicgateisalogicgatethatcanbeusedtoconstructallotherlogicgates. TherearemanyarticlesabouthowNANDandNORareuniversalgates,butmanyofthesearticlesomitothergatesthatarealsouniversalgates.Thisarticlecoverstwoinputlogicgates,demonstratesthattheNANDgateisauniversalgate,anddemonstrateshowothergatesareuniversalgatesthatcanbeusedtoconstructanylogicgate. TwoInputLogicGates For2logicalinputs,thereare16possiblelogicgates.Table1definesthe16logicgates,showslogicalsymbol,behaviorinsymboliclogic,providesname,notes. Peoplearemostfamiliarwiththeonesthatarenamed:NAND,NOR,AND,OR,XOR.Table1includesthese,aswellasANDandORgateswitheitherinputnegated,logic0andlogic1(whicharen'treallylogicgates),andsomegatesthataren'treallybinary. OutputwhenABis Gate# 00 01 10 11 SymbolicLogicalDescription Symbol Name/Description Note 0 0 0 0 0 0 Alwayszero Notreallyagate 1 0 0 0 1 A&B AND 2 0 0 1 0 A&~B AandNotB Universal 3 0 0 1 1 A A NotBInary 4 0 1 0 0 ~A&B BandNotA Universal 5 0 1 0 1 B B NotBinary 6 0 1 1 0 (A&~B)|(~A&B) XOR AlsoNotEqualsFunction 7 0 1 1 1 A|B OR 8 1 0 0 0 ~(A|B) NOR Universal 9 1 0 0 1 (A&B)|(~A&~B) XNOR AlsoEqualsFunction 10 1 0 1 0 ~B NotB NotBinary 11 1 0 1 1 A|~B AorNotB Universal 12 1 1 0 0 ~A NotA NotBinary 13 1 1 0 1 ~A|B BorNotA Unversal 14 1 1 1 0 ~(A&B) NAND Universal 15 1 1 1 1 1 Always1 Notreallyagate Table1:2InputLogicGates NANDGateisaUniversalGate NANDgatescanbeconnectedtoformanyotherlogicgates.Figures1,2,3showhowNANDgatescanbeconnectedtoformINVERTER,AND,andORgates.Thesegatescanbecombinedtoformtheotherlogicgatesaccordingtothesymboliclogicdefinitionsintable1. Figure1:ConnectingaNANDgatetomakeanINVERTERgate Figure2:ConnectingNANDgatestomakeanANDgate Figure3:ConnectingNANDgatestomakeanORgate OtherUniversalGates Gates2,4,11,and13areuniversalgates.Toprovethis,wedemonstratebuildingNANDgateswiththesegates.Gates7and8arethesamegatebutwithdifferentinputsinverted.Gates9and10arethesamegatebutwithdifferentinputsinverted.Provingthatgates2and11areuniversalisenoughtoprovethatgate4and13areuniversalaswell. Gate11:A|~B Figures4and5showshowgate11canbecombinedtocreateINVERTERandANDgates.INVERTERandANDgatescanbeconnectedinseriestoconstructaNANDgate.Becausegate11canbeusedtoconstructaNANDgate,andaNANDgateisauniversalgate,gate11isauniversalgate.Sincegates11and13aremirrorsofeachother,gate13isalsoauniversalgate. Figure4:Connectinggate11(A|~B)tocreateanINVERTERgate. Figure5:Connectinggate11(A|~B)tocreateanANDgate.Theremaybeawaytodothiswithfewergates.Thefigurehereistheonetheauthorcouldderivethequickest. Gate2:A&~B Figures6and7showshowgate2canbecombinedtocreateINVERTERandANDgates.INVERTERandANDgatescanbeconnectedinseriestoconstructaNANDgate.Becausegate2canbeusedtoconstructaNANDgate,andaNANDgateisauniversalgate,gate2isauniversalgate.Sincegates2and4aremirrorsofeachother,gate4isalsoauniversalgate. Figure6:Connectinggate2(A&~B)tocreateanINVERTERgate. Figure7:Connectinggate2(A&~B)tocreateanANDgate. Conclusion Thisarticlehasdiscussedlogicgates,universalgates,demonstratedthattheNANDgateisauniversalgate,andproventhatfouradditionaluniversallogicgatesexist.Thisisaninterestingacademicexercise.Inpractice,theauthorwouldrecommendstickingtousingNANDgatesasuniversalgatesbecausetheyaresocheapandsmalltoconstruct,orifdoingboardleveldesignusingchipswiththeactualgatesthatarewantedandnotusinguniversalgates. RelatedContent CombinationalLogicCircuitDesignandSimulationUsingGates GateDriverSolutionsforFastSwitchingApplications ResearchersSeekOut“FastestEverLogicGates”ViaLasers HalfBridgeandGateDriveMeasurementsandTechniques What’sNewwithLogicGates? LearnMoreAbout: booleanlogic digitallogic digital Comments 3Comments Logintocomment I ilane November13,2015 lovedthenixietubespic! Like. Reply C Chanducsr July21,2017 It’sgoodifweremembertheuniversalgates.But,ifwedon’trememberwhattheyareexactlythenitisnotallgoingtobeeasytorealized. Isthereanytrickthathelpsustoknowwhetherthegivengateisauniversalgate?!!?? Like. Reply M MIS42N August25,2018 Twothingstoremember:[1]oneconnection(eitherinputoroutput)mustinvert(turna0intoa1,ora1intoa0).[2]thegate(ignoringtheinversion)iseitheranORoranANDgate. Like. Reply Loadmorecomments YouMayAlsoLike KeysightRollsOutTwoNewTestSolutionsatDesignCon2022 byJeffChild Beamforming:FundamentalstoImplementation byAvnet LiDAR’sFutureLooksBrightWithNewTechDemosatSensorsConverge2022 byDaleWilson Xilinx®-BasedSOMstoAccelerateSolutions byAvnet NvidiaAbandons$66BillionAcquisitionofArm byTylerCharboneau WelcomeBack Don'thaveanAACaccount?Createonenow. Forgotyourpassword?Clickhere. SignIn Stayloggedin Orsigninwith Facebook Google Linkedin GitHub Continuetosite QUOTEOF THEDAY “ ” -
延伸文章資訊
- 1NAND and NOR Gate as Universal Gate - Digital Electronics
The above diagram is of an AND gate made from NAND gate. So we can see that all the three basic g...
- 2Universal Gates: NAND and NOR
NAND Gate is a Universal Gate: To prove that any Boolean function can be implemented using only N...
- 3A Commentary on Avalokitesvara's Universal Gate Sutra
書名:The Universal Gate: A Commentary on Avalokitesvara's Universal Gate Sutra,語言:英文,ISBN:978193229...
- 4NAND and NOR Gate as Universal Gates - Electrical4U
A universal gate is a logic gate which can implement any Boolean function without the need to use...
- 5Universal Logic Gates and Complete Sets - Electronics Tutorials
Any logic gate which can be combined into a set to realise all other logical functions is said to...