快乐学习
一个网站喵查铺子(catpuzi.com)全搞定~
> 中国大学MOOC答案 > 下面是用过程赋值语句为异或门和与门建模写的一段程序,该程序正确吗? module Gate (X1, X2, Y, Overflow); //design blockinput X1, X2;output Y, Overflow;initial begin #10 Y = X1 ^ X2; overflow = X1 && X2;end ;endmodule ;
-->
A、正确
B、错误
喵查答案:错误