skip to main
|
skip to sidebar
davinci_324的地盤
2008年10月6日 星期一
課堂練習2
題目:Design a verilog model of a adder and write a testbench to verify the designed verilog model
p.q:
module add_half(sum,c_out,a,b);
input a,b;
output 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
(14)
►
12月
(2)
►
11月
(4)
▼
10月
(6)
1位元全加法器
practice5
PRACTICE4-全加法器
練習3-半加法器
課堂練習2
練習
►
9月
(2)
關於我自己
davinci_324
檢視我的完整簡介
沒有留言:
張貼留言