Minimal cost of circuit implementation

  • MHB
  • Thread starter shamieh
  • Start date
  • Tags
    Circuit
In summary, the cheapest way to implement the circuit is by using only three NOR gates. The first two handle the inputs W,Y and X,Z, which are then fed to the third NOR gate. This third gate acts as a negative logic AND gate and inverts the output to return it to positive logic. This implementation only requires three NOR gates and is the most cost-effective option.
  • #1
shamieh
539
0
A cheap way to implement this circuit is to use NOR gates. Draw the circuit diagram for the lowest cost implementation using these gates.
f(w,x,y,z) = (w + y) * (x + z)
SOLVED.

Solution: w + y with ! inverters and x + z with not inverters to another NOR gate which makes them positive again.
 
Last edited:
Technology news on Phys.org
  • #2
I beg to differ:

Only three NOR gates are needed; the first two handle the W,Y and X,Z inputs; which are then fed directly to a 3rd NOR. Since the 3rd NOR is fed the negation of the input requirements, it acts as a Negative logic AND gate. And since the 3rd NOR is also inverting, the final output is back to Positive logic.

Consider:
Assuming Positive logic.
1) label the output of the 1st NOR gate as A= (W + Y). A will be Lo if either W or Y is Hi (True)

2) same approach for 2nd NOR gate B= (X + Z). B will be Lo if either if either X or Z is HI (True)

3) 3rd NOR gate as Out= (A + B). Out will be Hi if-and-only-if inputs both A and B are Lo

Cheers,
Tom
 

Related to Minimal cost of circuit implementation

1. What is the concept of minimal cost of circuit implementation?

The minimal cost of circuit implementation refers to the minimum amount of resources, such as components and materials, required to create a functional circuit.

2. Why is it important to consider the minimal cost of circuit implementation?

Considering the minimal cost of circuit implementation is important because it can greatly impact the overall cost and efficiency of a project. By minimizing the cost of circuit implementation, companies can save money and resources, making their products more competitive in the market.

3. How is the minimal cost of circuit implementation calculated?

The minimal cost of circuit implementation is calculated by evaluating the cost of each individual component needed for the circuit and finding the most cost-effective combination. This includes considering factors such as the cost of materials, manufacturing, and assembly.

4. What are some strategies for achieving minimal cost of circuit implementation?

Some strategies for achieving minimal cost of circuit implementation include using standard components, designing for manufacturability, and considering alternative materials or manufacturing processes. It is also important to carefully evaluate the cost and feasibility of each component before making a final decision.

5. What are the potential drawbacks of prioritizing minimal cost of circuit implementation?

Prioritizing minimal cost of circuit implementation may result in sacrificing quality or performance. It may also limit design options and functionality. Additionally, constantly seeking the lowest cost may lead to cutting corners or using cheaper, lower quality components, which can ultimately impact the reliability and durability of the circuit.

Similar threads

  • Programming and Computer Science
Replies
4
Views
3K
  • Programming and Computer Science
Replies
6
Views
2K
Replies
2
Views
2K
  • Programming and Computer Science
Replies
4
Views
2K
  • Programming and Computer Science
Replies
15
Views
1K
  • Programming and Computer Science
Replies
2
Views
1K
  • Programming and Computer Science
Replies
31
Views
2K
  • Programming and Computer Science
Replies
3
Views
1K
  • Programming and Computer Science
Replies
4
Views
2K
  • Differential Equations
Replies
5
Views
711
Back
Top