简体   繁体   English

使用半加法器而不是Gates实现布尔函数

[英]implement boolean function using half adders and not gates

I received this question from my lecturer and i am stuck. 我从我的讲师那里收到了这个问题,被困住了。

F=ca+b'a' F = CA + B'A”

implement this function using no more than 3 HA (half adder) and 3 NOT gates. 使用不超过3个HA(半加法器)和3个非门实现此功能。

i succeed to get a'b' and ac and still had 1 HA and 1 NOT gate. 我成功获得了'b'和ac,但仍然有1个HA和1个NOT门。

I have difficulties creating the OR gate for those two. 我很难为这两个创建或门。

Use De Morgan's law and convert the expression in the following form :- ((ca)'(b'a')')' . 使用De Morgan定律并以以下形式转换表达式:- ((ca)'(b'a')')' Assuming that complements of the Literals are available. 假设文字的补充可用。 The actual implementation of the circuit. 实际执行电路。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM