skip to main
|
skip to sidebar
2008年10月13日 星期一
10/13 Verilog structural......
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)
Verilog
網誌存檔
▼
2008
(10)
►
12月
(2)
►
11月
(2)
▼
10月
(6)
AOI_4_unit
4位元全加法器
10/13 Verilog structural......
SynaptiCAD 使用簡介
課程中會用到的工具軟體下載.....SynaptiCAD 試用版 下載
//codemodule top;wire a,b;reg c;system_clock #100 ...
關於我自己
范特七~
檢視我的完整簡介
沒有留言:
張貼留言