skip to main
|
skip to sidebar
Verilog部落格
2008年10月13日 星期一
HOMEWORK
module Add_half(sum,c_out,a,b);
input a,b;
out sum,c_out;
wire c_out_bar;
xor(sum,a,b);
nand(c_out_bar,a,b);
not(c_out,c_out_bar);
endmodule
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
網誌存檔
▼
2008
(5)
▼
10月
(4)
Add_full練習
課堂練習10/20
實作..
HOMEWORK
►
9月
(1)
關於我自己
誠仔
檢視我的完整簡介
沒有留言:
張貼留言