module 模組名稱( a, b, c, d, e ); input a, b; output c, d, e; wire c; wand d; ... 宣告*/ output [3:0] A; // A為4bit,A[3],A[2],A[1],A[0] reg [0:3] B, C; ...
確定! 回上一頁