Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6711281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:07:16+00:00 2026-05-26T08:07:16+00:00

How does one go about thinking about designing digital logic chips in an abstract

  • 0

How does one go about thinking about designing digital logic chips in an abstract way?

I’m currently working through “The Elements of Computing Systems” I’m in the first chapter, and I’ve implemented the following gates, starting from Nand.

Not

And

Or

Xor

Mux

DMux

16bit Not

16bit And

16bit Or

16bit Mux

8 way Or

I’m now stuck trying to implement a 16 bit four way Mux.

I’ve tried converting the truth table into canonical notation, but I end up with a gigantic mess. Using canonical representation worked well for “smaller” chips, but is now immensely complicated. How can I think about putting together a “complicated” chip in a way that doesn’t involve just mashing together random chips?

Edit:

I’m not really confused about the 16 bit part of the four way Mux. I planned on just using a bunch of four way Muxes in an array. The 4 way mux is the part I’m stuck on.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T08:07:17+00:00Added an answer on May 26, 2026 at 8:07 am

    Lets start with a two input mux.

    Two inputs A & B and a select line S. The output will be ‘1’ when the A or B is ‘1’ and the select line selects that input, else it’s ‘0’. So either:

    A=1 and S=0
    B=1 and S=1
    

    Writing that out as gates:

    (A and (not S)) or (B and S)
    

    Expand that up to a 4 way (S is now 2 bits):

    A = 1 and S=0
    B = 1 and S=1
    C = 1 and S=2
    D = 1 and S=3
    
    (A and (not S1) and (not S0)) or
    (B and (not S1) and (    S0)) or
    (C and (    S1) and (not S0)) or
    (D and (    S1) and (    S0))
    

    We can see a pattern emerging which is that every input is AND’ed with some “enabling term” which switches that input on or off. As the enabling terms are exclusive (only one can be true at any time) the effect is to switch the output to the desired input.

    This can be extended up to any size of MUX.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was thinking about one of the questions asked here ( Why does Scala
How does one go about authoring a Regular Expression that matches against all strings
How does one go about referencing a class's static properties in xaml? In other
How does one go about programatically building a TemplateColumn object and adding it to
How does one go about changing the version information in a built binary? Specifically
How does one go about converting an image to black and white in PHP?
How does one go about establishing a CSS 'schema', or hierarchy, of general element
How does one go about attaching a bunch of code to an onkeydown event,
How does one go about catching exceptions from using controls in markup? For example,
How does one go about properly analyzing the requirements of a client in terms

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.