computer architecture - Digital Design simple operation finding of Mux and Decode? -


my filed not digital design ran simple problem. how can find operation of following 2 diagram without using truth table ? (i.e write equation these)

enter image description here

we not supposed homework. give idea, here answer.

mux: c.not(b).a + b.not(a)

it 3 8 decoder: not(a).b.c + a.not(b).not(c) + a.not(b).c


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -