此帖出自嵌入式系统论坛
最新回复
`timescale 1ns/100ps
module test();
parameter size=11;
reg[size:0] d;
reg clk;
wire[size:0] q;
always #5 clk=~clk;//100 is so long time
initial
begin
clk=0;
#10 d=0;
#10 d=1;
#10 d=2;
#10 d=3;
#10 d=4;
#10 $stop;
end
reg12 t(.d(d),.clk(clk),.q(q)); // 位置映射
endmodule
以上示例代码
详情
回复
发表于 2007-10-16 00:58
| ||
|
||
此帖出自嵌入式系统论坛
| ||
|
||
| |
|
|
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
此帖出自嵌入式系统论坛
| ||
|
||
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
浏览过的版块 |
EEWorld Datasheet 技术支持