skip to main
|
skip to sidebar
verilog
星期一
10/06上課練習
Design a verilog model of a half adder and erite a testbench to verify the designed verilog model .
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
(8)
►
12月
(1)
▼
10月
(6)
10/20(3)
10/20(2)
10/20(1)
10/13 Add_full
10/13上課練習
10/06上課練習
►
9月
(1)
關於我自己
roxjrju
檢視我的完整簡介
沒有留言:
張貼留言