Fix long timer comments -- no longer used for QoS

This commit is contained in:
Zane Kaminski 2024-09-21 21:54:08 -04:00
parent d8b7857d68
commit 7911908788

View File

@ -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