skip to main
|
skip to sidebar
硬體作業
2009年12月28日 星期一
module top;
integer ia,ib;
reg a,b;
wire c,s;
and a1(c,a,b);
xor x1(s,a,b);
initial
begin
for(ia=0;ia<=1;ia=ia+1)
begin a=ia;
for(ib=0;ib<=1;ib=ib+1)
begin b=ib; #10;
end
end
end
endmodule
沒有留言:
張貼留言
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
追蹤者
網誌存檔
▼
2009
(3)
▼
12月
(1)
module top;integer ia,ib;reg a,b;wire c,s;and a1(c...
►
11月
(2)
關於我自己
陳冠甫
檢視我的完整簡介
沒有留言:
張貼留言