快乐学习 一个网站喵查铺子(catpuzi.com)全搞定~

下面是用过程赋值语句为异或门和与门建模写的一段程序,该程序正确吗? module  Gate (X1, X2, Y, Overflow);           //design blockinput  X1, X2;output  Y, Overflow;initial begin                   #10  Y = X1 ^ X2;                          overflow = X1 && X2;end ;endmodule ;

中国大学MOOC答案 数据帝 2024-04-15 扫描二维码

A、正确
B、错误
喵查答案:错误

喜欢 (0)
关于作者: