skip to main
|
skip to sidebar
2009年11月9日 星期一
11/09 未完成
module and4_rtl(y_out,x_in1,x_in2,x_in3,x_in4);
input x_in1,x_in2,x_in3,x_in4;
output y_out;
assign y_out=x_in1&x_in2&x_in3&x_in4;
endmodule
module and4_rtl(y_out,x_in);
input [3:0] x_in;
out y_out;
assign y_out=&x_in;
endmodule
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
交流園區
網誌存檔
▼
2009
(9)
►
12月
(3)
▼
11月
(2)
11/16 四個輸入and閘
11/09 未完成
►
10月
(3)
►
9月
(1)
關於我自己
阿曜
檢視我的完整簡介
沒有留言:
張貼留言