skip to main
|
skip to sidebar
DX
2008年10月20日 星期一
10/20 結構模式
module AOI_4_Unit( y_out , x_in1 , x_in2 , x_in3 , x_in4 );
input x_in1 , x_in2 , x_in3 , x_in4;
output y_out;
wire y1 , y2;
and #1( y1 , x_in1 , x_in2 );
and #1(y2 , x_in3 , x_in4 );
nor #1( y_out , y1 , y2 );
endmodule
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
網誌存檔
▼
2008
(9)
►
12月
(1)
►
11月
(4)
▼
10月
(4)
10/20 行為模式
10/20 結構模式
10/13 全加法器
10/7隨堂練習
沒有留言:
張貼留言