mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2024-11-25 13:33:58 +00:00
Fix long timer comments -- no longer used for QoS
This commit is contained in:
parent
d8b7857d68
commit
7911908788
@ -53,10 +53,7 @@ module CNT(
|
|||||||
end
|
end
|
||||||
|
|
||||||
/* During init (IS!=3) long timer counts from 0 to 4095.
|
/* During init (IS!=3) long timer counts from 0 to 4095.
|
||||||
* 4096 states == 57.516 ms
|
* 4096 states == 57.516 ms */
|
||||||
* During operation (IS==3) long timer counts from 0 to 3
|
|
||||||
* starting at first sound RAM access.
|
|
||||||
* Period is 28.124 us - 42.240 us */
|
|
||||||
reg [11:0] LTimer;
|
reg [11:0] LTimer;
|
||||||
reg LTimerTC;
|
reg LTimerTC;
|
||||||
always @(posedge CLK) begin
|
always @(posedge CLK) begin
|
||||||
|
Loading…
Reference in New Issue
Block a user