add code comment.
This commit is contained in:
Submodule rocket-chip updated: 356304dbd2...4852753d43
@@ -340,10 +340,12 @@ initial begin
|
|||||||
$stop;
|
$stop;
|
||||||
end
|
end
|
||||||
|
|
||||||
|
//生成高倍率的时钟
|
||||||
initial begin
|
initial begin
|
||||||
forever begin #10 clk8x <= ~clk8x; end
|
forever begin #10 clk8x <= ~clk8x; end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
//生成主时钟
|
||||||
initial begin
|
initial begin
|
||||||
forever begin #80 clock <= ~clock; end
|
forever begin #80 clock <= ~clock; end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user